Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\DBAL\FirstFunction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "App\DBAL\FirstFunction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\LocaleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of App\MDS\TcpBundle\Amadeus\Client\SoapClient::__doRequest($request, $location, $action, $version, $oneWay = null) should either be compatible with SoapClient::__doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false): ?string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AppbundleExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getPassword()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" 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" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
User Deprecated: Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getPassword()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.picture AS picture_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.telephone AS telephone_8, t0.mobile AS mobile_9, t0.status AS status_10, t0.id_user_rol AS id_user_rol_11, t0.id_team AS id_team_12, t0.role AS role_13, t0.access_key AS access_key_14, t0.language AS language_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.phone_sidebar AS phone_sidebar_18 FROM users t0 WHERE t0.email IS NULL LIMIT 1"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.picture AS picture_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.telephone AS telephone_8, t0.mobile AS mobile_9, t0.status AS status_10, t0.id_user_rol AS id_user_rol_11, t0.id_team AS id_team_12, t0.role AS role_13, t0.access_key AS access_key_14, t0.language AS language_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.phone_sidebar AS phone_sidebar_18 FROM users t0 WHERE t0.email IS NULL LIMIT 1"
]
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.
Log messages generated during the compilation of the service container.
Messages
Class
765
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertNotificationSystemController" (parent: .abstract.instanceof.App\Controller\AlertNotificationSystemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertNotificationSystemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertNotificationSystemController).
Resolving inheritance for "App\Controller\AlertNotificationSystemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertNotificationSystemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreateFormsController" (parent: .abstract.instanceof.App\Controller\CreateFormsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreateFormsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreateFormsController).
Resolving inheritance for "App\Controller\CreateFormsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreateFormsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailRegisteredEventAssistantsController" (parent: .abstract.instanceof.App\Controller\EmailRegisteredEventAssistantsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailRegisteredEventAssistantsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailRegisteredEventAssistantsController).
Resolving inheritance for "App\Controller\EmailRegisteredEventAssistantsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailRegisteredEventAssistantsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController" (parent: .abstract.instanceof.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController).
Resolving inheritance for "App\Controller\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalAttendantRegister" (parent: .abstract.instanceof.App\Controller\ExternalAttendantRegister).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalAttendantRegister" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalAttendantRegister).
Resolving inheritance for "App\Controller\ExternalAttendantRegister" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalAttendantRegister).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalHotelController" (parent: .abstract.instanceof.App\Controller\ExternalHotelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalHotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalHotelController).
Resolving inheritance for "App\Controller\ExternalHotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalHotelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalInvitationEventController" (parent: .abstract.instanceof.App\Controller\ExternalInvitationEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalInvitationEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalInvitationEventController).
Resolving inheritance for "App\Controller\ExternalInvitationEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalInvitationEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalPackageSaleControle" (parent: .abstract.instanceof.App\Controller\ExternalPackageSaleControle).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalPackageSaleControle" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalPackageSaleControle).
Resolving inheritance for "App\Controller\ExternalPackageSaleControle" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalPackageSaleControle).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalPacketController" (parent: .abstract.instanceof.App\Controller\ExternalPacketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalPacketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalPacketController).
Resolving inheritance for "App\Controller\ExternalPacketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalPacketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelAllServiceController" (parent: .abstract.instanceof.App\Controller\HotelAllServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelAllServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelAllServiceController).
Resolving inheritance for "App\Controller\HotelAllServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelAllServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelController" (parent: .abstract.instanceof.App\Controller\HotelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelController).
Resolving inheritance for "App\Controller\HotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelRoominglistController" (parent: .abstract.instanceof.App\Controller\HotelRoominglistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelRoominglistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelRoominglistController).
Resolving inheritance for "App\Controller\HotelRoominglistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelRoominglistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailingController" (parent: .abstract.instanceof.App\Controller\MailingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailingController).
Resolving inheritance for "App\Controller\MailingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterAttendantListController" (parent: .abstract.instanceof.App\Controller\MasterAttendantListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterAttendantListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterAttendantListController).
Resolving inheritance for "App\Controller\MasterAttendantListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterAttendantListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterListEmailController" (parent: .abstract.instanceof.App\Controller\MasterListEmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterListEmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterListEmailController).
Resolving inheritance for "App\Controller\MasterListEmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterListEmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\McpAvFilesAgendaController" (parent: .abstract.instanceof.App\Controller\McpAvFilesAgendaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\McpAvFilesAgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\McpAvFilesAgendaController).
Resolving inheritance for "App\Controller\McpAvFilesAgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\McpAvFilesAgendaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityAgendaController" (parent: .abstract.instanceof.App\Controller\MobileAppActivityAgendaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityAgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityAgendaController).
Resolving inheritance for "App\Controller\MobileAppActivityAgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityAgendaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityControlController" (parent: .abstract.instanceof.App\Controller\MobileAppActivityControlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityControlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityControlController).
Resolving inheritance for "App\Controller\MobileAppActivityControlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityControlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityController" (parent: .abstract.instanceof.App\Controller\MobileAppActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityController).
Resolving inheritance for "App\Controller\MobileAppActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityScoreController" (parent: .abstract.instanceof.App\Controller\MobileAppActivityScoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityScoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityScoreController).
Resolving inheritance for "App\Controller\MobileAppActivityScoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityScoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityTeamController" (parent: .abstract.instanceof.App\Controller\MobileAppActivityTeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityTeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityTeamController).
Resolving inheritance for "App\Controller\MobileAppActivityTeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityTeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaAttendantController" (parent: .abstract.instanceof.App\Controller\MobileAppAgendaAttendantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaAttendantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaAttendantController).
Resolving inheritance for "App\Controller\MobileAppAgendaAttendantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaAttendantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaController" (parent: .abstract.instanceof.App\Controller\MobileAppAgendaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaController).
Resolving inheritance for "App\Controller\MobileAppAgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaQuestionsController" (parent: .abstract.instanceof.App\Controller\MobileAppAgendaQuestionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaQuestionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaQuestionsController).
Resolving inheritance for "App\Controller\MobileAppAgendaQuestionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaQuestionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAnswersController" (parent: .abstract.instanceof.App\Controller\MobileAppAnswersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAnswersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAnswersController).
Resolving inheritance for "App\Controller\MobileAppAnswersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAnswersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeConfigController" (parent: .abstract.instanceof.App\Controller\MobileAppBadgeConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeConfigController).
Resolving inheritance for "App\Controller\MobileAppBadgeConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeController" (parent: .abstract.instanceof.App\Controller\MobileAppBadgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeController).
Resolving inheritance for "App\Controller\MobileAppBadgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeScanController" (parent: .abstract.instanceof.App\Controller\MobileAppBadgeScanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeScanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeScanController).
Resolving inheritance for "App\Controller\MobileAppBadgeScanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeScanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppChatController" (parent: .abstract.instanceof.App\Controller\MobileAppChatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppChatController).
Resolving inheritance for "App\Controller\MobileAppChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppChatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppContactController" (parent: .abstract.instanceof.App\Controller\MobileAppContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppContactController).
Resolving inheritance for "App\Controller\MobileAppContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppDocumentsController" (parent: .abstract.instanceof.App\Controller\MobileAppDocumentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppDocumentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppDocumentsController).
Resolving inheritance for "App\Controller\MobileAppDocumentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppDocumentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventAdditionalLanguagesController" (parent: .abstract.instanceof.App\Controller\MobileAppEventAdditionalLanguagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventAdditionalLanguagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventAdditionalLanguagesController).
Resolving inheritance for "App\Controller\MobileAppEventAdditionalLanguagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventAdditionalLanguagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventConfigLandingController" (parent: .abstract.instanceof.App\Controller\MobileAppEventConfigLandingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventConfigLandingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventConfigLandingController).
Resolving inheritance for "App\Controller\MobileAppEventConfigLandingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventConfigLandingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventController" (parent: .abstract.instanceof.App\Controller\MobileAppEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventController).
Resolving inheritance for "App\Controller\MobileAppEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventGalleryController" (parent: .abstract.instanceof.App\Controller\MobileAppEventGalleryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventGalleryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventGalleryController).
Resolving inheritance for "App\Controller\MobileAppEventGalleryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventGalleryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventHotelAttendantController" (parent: .abstract.instanceof.App\Controller\MobileAppEventHotelAttendantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventHotelAttendantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventHotelAttendantController).
Resolving inheritance for "App\Controller\MobileAppEventHotelAttendantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventHotelAttendantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventNewsController" (parent: .abstract.instanceof.App\Controller\MobileAppEventNewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventNewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventNewsController).
Resolving inheritance for "App\Controller\MobileAppEventNewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventNewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventParkingController" (parent: .abstract.instanceof.App\Controller\MobileAppEventParkingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventParkingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventParkingController).
Resolving inheritance for "App\Controller\MobileAppEventParkingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventParkingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventProductPresentationController" (parent: .abstract.instanceof.App\Controller\MobileAppEventProductPresentationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventProductPresentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventProductPresentationController).
Resolving inheritance for "App\Controller\MobileAppEventProductPresentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventProductPresentationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventRatingsController" (parent: .abstract.instanceof.App\Controller\MobileAppEventRatingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventRatingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventRatingsController).
Resolving inheritance for "App\Controller\MobileAppEventRatingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventRatingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventRefundController" (parent: .abstract.instanceof.App\Controller\MobileAppEventRefundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventRefundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventRefundController).
Resolving inheritance for "App\Controller\MobileAppEventRefundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventRefundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSeatController" (parent: .abstract.instanceof.App\Controller\MobileAppEventSeatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSeatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSeatController).
Resolving inheritance for "App\Controller\MobileAppEventSeatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSeatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSelfieController" (parent: .abstract.instanceof.App\Controller\MobileAppEventSelfieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSelfieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSelfieController).
Resolving inheritance for "App\Controller\MobileAppEventSelfieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSelfieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSponsorsController" (parent: .abstract.instanceof.App\Controller\MobileAppEventSponsorsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSponsorsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSponsorsController).
Resolving inheritance for "App\Controller\MobileAppEventSponsorsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSponsorsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRally2Controller" (parent: .abstract.instanceof.App\Controller\MobileAppEventTapaRally2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRally2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRally2Controller).
Resolving inheritance for "App\Controller\MobileAppEventTapaRally2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRally2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRally2TeamsController" (parent: .abstract.instanceof.App\Controller\MobileAppEventTapaRally2TeamsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRally2TeamsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRally2TeamsController).
Resolving inheritance for "App\Controller\MobileAppEventTapaRally2TeamsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRally2TeamsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRallyController" (parent: .abstract.instanceof.App\Controller\MobileAppEventTapaRallyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRallyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRallyController).
Resolving inheritance for "App\Controller\MobileAppEventTapaRallyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRallyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRallyTeamsController" (parent: .abstract.instanceof.App\Controller\MobileAppEventTapaRallyTeamsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRallyTeamsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRallyTeamsController).
Resolving inheritance for "App\Controller\MobileAppEventTapaRallyTeamsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRallyTeamsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTransportUserController" (parent: .abstract.instanceof.App\Controller\MobileAppEventTransportUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTransportUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTransportUserController).
Resolving inheritance for "App\Controller\MobileAppEventTransportUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTransportUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoCollageController" (parent: .abstract.instanceof.App\Controller\MobileAppEventVideoCollageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoCollageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoCollageController).
Resolving inheritance for "App\Controller\MobileAppEventVideoCollageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoCollageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoController" (parent: .abstract.instanceof.App\Controller\MobileAppEventVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoController).
Resolving inheritance for "App\Controller\MobileAppEventVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoFilmController" (parent: .abstract.instanceof.App\Controller\MobileAppEventVideoFilmController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoFilmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoFilmController).
Resolving inheritance for "App\Controller\MobileAppEventVideoFilmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoFilmController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppFlightController" (parent: .abstract.instanceof.App\Controller\MobileAppFlightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppFlightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppFlightController).
Resolving inheritance for "App\Controller\MobileAppFlightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppFlightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameAlphabetSoupController" (parent: .abstract.instanceof.App\Controller\MobileAppGameAlphabetSoupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameAlphabetSoupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameAlphabetSoupController).
Resolving inheritance for "App\Controller\MobileAppGameAlphabetSoupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameAlphabetSoupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameColorblindController" (parent: .abstract.instanceof.App\Controller\MobileAppGameColorblindController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameColorblindController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameColorblindController).
Resolving inheritance for "App\Controller\MobileAppGameColorblindController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameColorblindController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameGlobalScoresController" (parent: .abstract.instanceof.App\Controller\MobileAppGameGlobalScoresController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameGlobalScoresController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameGlobalScoresController).
Resolving inheritance for "App\Controller\MobileAppGameGlobalScoresController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameGlobalScoresController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameScratchController" (parent: .abstract.instanceof.App\Controller\MobileAppGameScratchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameScratchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameScratchController).
Resolving inheritance for "App\Controller\MobileAppGameScratchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameScratchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameStepCounterController" (parent: .abstract.instanceof.App\Controller\MobileAppGameStepCounterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameStepCounterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameStepCounterController).
Resolving inheritance for "App\Controller\MobileAppGameStepCounterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameStepCounterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppHotelController" (parent: .abstract.instanceof.App\Controller\MobileAppHotelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppHotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppHotelController).
Resolving inheritance for "App\Controller\MobileAppHotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppHotelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppItineraryController" (parent: .abstract.instanceof.App\Controller\MobileAppItineraryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppItineraryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppItineraryController).
Resolving inheritance for "App\Controller\MobileAppItineraryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppItineraryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppLocationsAttendantController" (parent: .abstract.instanceof.App\Controller\MobileAppLocationsAttendantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppLocationsAttendantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppLocationsAttendantController).
Resolving inheritance for "App\Controller\MobileAppLocationsAttendantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppLocationsAttendantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppLocationsController" (parent: .abstract.instanceof.App\Controller\MobileAppLocationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppLocationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppLocationsController).
Resolving inheritance for "App\Controller\MobileAppLocationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppLocationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppPackageConfigController" (parent: .abstract.instanceof.App\Controller\MobileAppPackageConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppPackageConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppPackageConfigController).
Resolving inheritance for "App\Controller\MobileAppPackageConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppPackageConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppPackageController" (parent: .abstract.instanceof.App\Controller\MobileAppPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppPackageController).
Resolving inheritance for "App\Controller\MobileAppPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppQuestionsController" (parent: .abstract.instanceof.App\Controller\MobileAppQuestionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppQuestionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppQuestionsController).
Resolving inheritance for "App\Controller\MobileAppQuestionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppQuestionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppScanCardController" (parent: .abstract.instanceof.App\Controller\MobileAppScanCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppScanCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppScanCardController).
Resolving inheritance for "App\Controller\MobileAppScanCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppScanCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppSpeakersController" (parent: .abstract.instanceof.App\Controller\MobileAppSpeakersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppSpeakersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppSpeakersController).
Resolving inheritance for "App\Controller\MobileAppSpeakersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppSpeakersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppThreadController" (parent: .abstract.instanceof.App\Controller\MobileAppThreadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppThreadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppThreadController).
Resolving inheritance for "App\Controller\MobileAppThreadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppThreadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppUsersBehaviorController" (parent: .abstract.instanceof.App\Controller\MobileAppUsersBehaviorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppUsersBehaviorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppUsersBehaviorController).
Resolving inheritance for "App\Controller\MobileAppUsersBehaviorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppUsersBehaviorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppUsersController" (parent: .abstract.instanceof.App\Controller\MobileAppUsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppUsersController).
Resolving inheritance for "App\Controller\MobileAppUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppUsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventController" (parent: .abstract.instanceof.App\Controller\MobileAppVirtualEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventController).
Resolving inheritance for "App\Controller\MobileAppVirtualEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventDocumentController" (parent: .abstract.instanceof.App\Controller\MobileAppVirtualEventDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventDocumentController).
Resolving inheritance for "App\Controller\MobileAppVirtualEventDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventVideoController" (parent: .abstract.instanceof.App\Controller\MobileAppVirtualEventVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventVideoController).
Resolving inheritance for "App\Controller\MobileAppVirtualEventVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppWallController" (parent: .abstract.instanceof.App\Controller\MobileAppWallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppWallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppWallController).
Resolving inheritance for "App\Controller\MobileAppWallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppWallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OperationsController" (parent: .abstract.instanceof.App\Controller\OperationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OperationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OperationsController).
Resolving inheritance for "App\Controller\OperationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OperationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackageConfigController" (parent: .abstract.instanceof.App\Controller\PackageConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackageConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackageConfigController).
Resolving inheritance for "App\Controller\PackageConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackageConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PacketController" (parent: .abstract.instanceof.App\Controller\PacketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PacketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PacketController).
Resolving inheritance for "App\Controller\PacketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PacketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsCompanyController" (parent: .abstract.instanceof.App\Controller\SettingsCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsCompanyController).
Resolving inheritance for "App\Controller\SettingsCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController" (parent: .abstract.instanceof.App\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController).
Resolving inheritance for "App\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsGdsController" (parent: .abstract.instanceof.App\Controller\SettingsGdsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsGdsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsGdsController).
Resolving inheritance for "App\Controller\SettingsGdsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsGdsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsGeneralController" (parent: .abstract.instanceof.App\Controller\SettingsGeneralController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsGeneralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsGeneralController).
Resolving inheritance for "App\Controller\SettingsGeneralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsGeneralController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsLocationsController" (parent: .abstract.instanceof.App\Controller\SettingsLocationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsLocationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsLocationsController).
Resolving inheritance for "App\Controller\SettingsLocationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsLocationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsOfficeController" (parent: .abstract.instanceof.App\Controller\SettingsOfficeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsOfficeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsOfficeController).
Resolving inheritance for "App\Controller\SettingsOfficeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsOfficeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsPermissionsController" (parent: .abstract.instanceof.App\Controller\SettingsPermissionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsPermissionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsPermissionsController).
Resolving inheritance for "App\Controller\SettingsPermissionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsPermissionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsPushController" (parent: .abstract.instanceof.App\Controller\SettingsPushController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsPushController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsPushController).
Resolving inheritance for "App\Controller\SettingsPushController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsPushController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsTeamController" (parent: .abstract.instanceof.App\Controller\SettingsTeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsTeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsTeamController).
Resolving inheritance for "App\Controller\SettingsTeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsTeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsTpvRedsysController" (parent: .abstract.instanceof.App\Controller\SettingsTpvRedsysController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsTpvRedsysController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsTpvRedsysController).
Resolving inheritance for "App\Controller\SettingsTpvRedsysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsTpvRedsysController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminController" (parent: .abstract.instanceof.App\Controller\SuperAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminController).
Resolving inheritance for "App\Controller\SuperAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierController" (parent: .abstract.instanceof.App\Controller\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierController).
Resolving inheritance for "App\Controller\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SyncController" (parent: .abstract.instanceof.App\Controller\SyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SyncController).
Resolving inheritance for "App\Controller\SyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AppMobileGuestType" (parent: .abstract.instanceof.App\Form\AppMobileGuestType).
Resolving inheritance for "App\Form\AppMobileGuestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AppMobileGuestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationType" (parent: .abstract.instanceof.App\Form\ConfigurationType).
Resolving inheritance for "App\Form\ConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailRegisteredEventAssistantsType" (parent: .abstract.instanceof.App\Form\EmailRegisteredEventAssistantsType).
Resolving inheritance for "App\Form\EmailRegisteredEventAssistantsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailRegisteredEventAssistantsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GeneralSystemFlagsType" (parent: .abstract.instanceof.App\Form\GeneralSystemFlagsType).
Resolving inheritance for "App\Form\GeneralSystemFlagsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GeneralSystemFlagsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotelAllServicesType" (parent: .abstract.instanceof.App\Form\HotelAllServicesType).
Resolving inheritance for "App\Form\HotelAllServicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotelAllServicesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotelManagementType" (parent: .abstract.instanceof.App\Form\HotelManagementType).
Resolving inheritance for "App\Form\HotelManagementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotelManagementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailingType" (parent: .abstract.instanceof.App\Form\MailingType).
Resolving inheritance for "App\Form\MailingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterAttendantListType" (parent: .abstract.instanceof.App\Form\MasterAttendantListType).
Resolving inheritance for "App\Form\MasterAttendantListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterAttendantListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterListEmailControlType" (parent: .abstract.instanceof.App\Form\MasterListEmailControlType).
Resolving inheritance for "App\Form\MasterListEmailControlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterListEmailControlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterType" (parent: .abstract.instanceof.App\Form\MasterType).
Resolving inheritance for "App\Form\MasterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityAgendaType" (parent: .abstract.instanceof.App\Form\MobileAppActivityAgendaType).
Resolving inheritance for "App\Form\MobileAppActivityAgendaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityAgendaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityControlType" (parent: .abstract.instanceof.App\Form\MobileAppActivityControlType).
Resolving inheritance for "App\Form\MobileAppActivityControlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityControlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityTeamType" (parent: .abstract.instanceof.App\Form\MobileAppActivityTeamType).
Resolving inheritance for "App\Form\MobileAppActivityTeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityTeamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityType" (parent: .abstract.instanceof.App\Form\MobileAppActivityType).
Resolving inheritance for "App\Form\MobileAppActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppChatControlType" (parent: .abstract.instanceof.App\Form\MobileAppChatControlType).
Resolving inheritance for "App\Form\MobileAppChatControlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppChatControlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppChatMessagesType" (parent: .abstract.instanceof.App\Form\MobileAppChatMessagesType).
Resolving inheritance for "App\Form\MobileAppChatMessagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppChatMessagesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAdditionalLanguagesType" (parent: .abstract.instanceof.App\Form\MobileAppEventAdditionalLanguagesType).
Resolving inheritance for "App\Form\MobileAppEventAdditionalLanguagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAdditionalLanguagesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaAttendantType" (parent: .abstract.instanceof.App\Form\MobileAppEventAgendaAttendantType).
Resolving inheritance for "App\Form\MobileAppEventAgendaAttendantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaAttendantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaQuestionsType" (parent: .abstract.instanceof.App\Form\MobileAppEventAgendaQuestionsType).
Resolving inheritance for "App\Form\MobileAppEventAgendaQuestionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaQuestionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaType" (parent: .abstract.instanceof.App\Form\MobileAppEventAgendaType).
Resolving inheritance for "App\Form\MobileAppEventAgendaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAnswersType" (parent: .abstract.instanceof.App\Form\MobileAppEventAnswersType).
Resolving inheritance for "App\Form\MobileAppEventAnswersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAnswersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventBadgeType" (parent: .abstract.instanceof.App\Form\MobileAppEventBadgeType).
Resolving inheritance for "App\Form\MobileAppEventBadgeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventBadgeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventConfigLandingType" (parent: .abstract.instanceof.App\Form\MobileAppEventConfigLandingType).
Resolving inheritance for "App\Form\MobileAppEventConfigLandingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventConfigLandingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventContactType" (parent: .abstract.instanceof.App\Form\MobileAppEventContactType).
Resolving inheritance for "App\Form\MobileAppEventContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventFlightType" (parent: .abstract.instanceof.App\Form\MobileAppEventFlightType).
Resolving inheritance for "App\Form\MobileAppEventFlightType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventFlightType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventGalleryCategoryType" (parent: .abstract.instanceof.App\Form\MobileAppEventGalleryCategoryType).
Resolving inheritance for "App\Form\MobileAppEventGalleryCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventGalleryCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventGalleryType" (parent: .abstract.instanceof.App\Form\MobileAppEventGalleryType).
Resolving inheritance for "App\Form\MobileAppEventGalleryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventGalleryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventHotelAttendantType" (parent: .abstract.instanceof.App\Form\MobileAppEventHotelAttendantType).
Resolving inheritance for "App\Form\MobileAppEventHotelAttendantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventHotelAttendantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventHotelType" (parent: .abstract.instanceof.App\Form\MobileAppEventHotelType).
Resolving inheritance for "App\Form\MobileAppEventHotelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventHotelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventLocationsAttendantType" (parent: .abstract.instanceof.App\Form\MobileAppEventLocationsAttendantType).
Resolving inheritance for "App\Form\MobileAppEventLocationsAttendantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventLocationsAttendantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventLocationsType" (parent: .abstract.instanceof.App\Form\MobileAppEventLocationsType).
Resolving inheritance for "App\Form\MobileAppEventLocationsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventLocationsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventNewsType" (parent: .abstract.instanceof.App\Form\MobileAppEventNewsType).
Resolving inheritance for "App\Form\MobileAppEventNewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventNewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventParkingType" (parent: .abstract.instanceof.App\Form\MobileAppEventParkingType).
Resolving inheritance for "App\Form\MobileAppEventParkingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventParkingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventPresentationsType" (parent: .abstract.instanceof.App\Form\MobileAppEventPresentationsType).
Resolving inheritance for "App\Form\MobileAppEventPresentationsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventPresentationsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventProductPresentationType" (parent: .abstract.instanceof.App\Form\MobileAppEventProductPresentationType).
Resolving inheritance for "App\Form\MobileAppEventProductPresentationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventProductPresentationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventQuestionsType" (parent: .abstract.instanceof.App\Form\MobileAppEventQuestionsType).
Resolving inheritance for "App\Form\MobileAppEventQuestionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventQuestionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventRatingsType" (parent: .abstract.instanceof.App\Form\MobileAppEventRatingsType).
Resolving inheritance for "App\Form\MobileAppEventRatingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventRatingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventRefundType" (parent: .abstract.instanceof.App\Form\MobileAppEventRefundType).
Resolving inheritance for "App\Form\MobileAppEventRefundType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventRefundType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSeatType" (parent: .abstract.instanceof.App\Form\MobileAppEventSeatType).
Resolving inheritance for "App\Form\MobileAppEventSeatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSeatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSelfieType" (parent: .abstract.instanceof.App\Form\MobileAppEventSelfieType).
Resolving inheritance for "App\Form\MobileAppEventSelfieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSelfieType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSpeakerDocumentsType" (parent: .abstract.instanceof.App\Form\MobileAppEventSpeakerDocumentsType).
Resolving inheritance for "App\Form\MobileAppEventSpeakerDocumentsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSpeakerDocumentsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSpeakersType" (parent: .abstract.instanceof.App\Form\MobileAppEventSpeakersType).
Resolving inheritance for "App\Form\MobileAppEventSpeakersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSpeakersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSponsorsType" (parent: .abstract.instanceof.App\Form\MobileAppEventSponsorsType).
Resolving inheritance for "App\Form\MobileAppEventSponsorsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSponsorsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2FinalImageType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRally2FinalImageType).
Resolving inheritance for "App\Form\MobileAppEventTapaRally2FinalImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2FinalImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GameAssignedType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRally2GameAssignedType).
Resolving inheritance for "App\Form\MobileAppEventTapaRally2GameAssignedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GameAssignedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesMediaType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRally2GamesMediaType).
Resolving inheritance for "App\Form\MobileAppEventTapaRally2GamesMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesMediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesSelectType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRally2GamesSelectType).
Resolving inheritance for "App\Form\MobileAppEventTapaRally2GamesSelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesSelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesTextType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRally2GamesTextType).
Resolving inheritance for "App\Form\MobileAppEventTapaRally2GamesTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2TeamsType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRally2TeamsType).
Resolving inheritance for "App\Form\MobileAppEventTapaRally2TeamsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2TeamsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2Type" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRally2Type).
Resolving inheritance for "App\Form\MobileAppEventTapaRally2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyConfigurationType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRallyConfigurationType).
Resolving inheritance for "App\Form\MobileAppEventTapaRallyConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyConfigurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGameAssignedType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRallyGameAssignedType).
Resolving inheritance for "App\Form\MobileAppEventTapaRallyGameAssignedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGameAssignedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesMediaType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRallyGamesMediaType).
Resolving inheritance for "App\Form\MobileAppEventTapaRallyGamesMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesMediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesSelectType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRallyGamesSelectType).
Resolving inheritance for "App\Form\MobileAppEventTapaRallyGamesSelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesSelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesTextType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRallyGamesTextType).
Resolving inheritance for "App\Form\MobileAppEventTapaRallyGamesTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyTeamsType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRallyTeamsType).
Resolving inheritance for "App\Form\MobileAppEventTapaRallyTeamsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyTeamsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyType" (parent: .abstract.instanceof.App\Form\MobileAppEventTapaRallyType).
Resolving inheritance for "App\Form\MobileAppEventTapaRallyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventThreadType" (parent: .abstract.instanceof.App\Form\MobileAppEventThreadType).
Resolving inheritance for "App\Form\MobileAppEventThreadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventThreadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTransportUserType" (parent: .abstract.instanceof.App\Form\MobileAppEventTransportUserType).
Resolving inheritance for "App\Form\MobileAppEventTransportUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTransportUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventType" (parent: .abstract.instanceof.App\Form\MobileAppEventType).
Resolving inheritance for "App\Form\MobileAppEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoCollageType" (parent: .abstract.instanceof.App\Form\MobileAppEventVideoCollageType).
Resolving inheritance for "App\Form\MobileAppEventVideoCollageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoCollageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoFilmType" (parent: .abstract.instanceof.App\Form\MobileAppEventVideoFilmType).
Resolving inheritance for "App\Form\MobileAppEventVideoFilmType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoFilmType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoType" (parent: .abstract.instanceof.App\Form\MobileAppEventVideoType).
Resolving inheritance for "App\Form\MobileAppEventVideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventWallType" (parent: .abstract.instanceof.App\Form\MobileAppEventWallType).
Resolving inheritance for "App\Form\MobileAppEventWallType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventWallType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppGameAlphabetSoupType" (parent: .abstract.instanceof.App\Form\MobileAppGameAlphabetSoupType).
Resolving inheritance for "App\Form\MobileAppGameAlphabetSoupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppGameAlphabetSoupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppGameColorblindType" (parent: .abstract.instanceof.App\Form\MobileAppGameColorblindType).
Resolving inheritance for "App\Form\MobileAppGameColorblindType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppGameColorblindType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppPackageConfigType" (parent: .abstract.instanceof.App\Form\MobileAppPackageConfigType).
Resolving inheritance for "App\Form\MobileAppPackageConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppPackageConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppPackageSaleType" (parent: .abstract.instanceof.App\Form\MobileAppPackageSaleType).
Resolving inheritance for "App\Form\MobileAppPackageSaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppPackageSaleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppUsersType" (parent: .abstract.instanceof.App\Form\MobileAppUsersType).
Resolving inheritance for "App\Form\MobileAppUsersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppUsersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppVirtualEventType" (parent: .abstract.instanceof.App\Form\MobileAppVirtualEventType).
Resolving inheritance for "App\Form\MobileAppVirtualEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppVirtualEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppVirtualEventVideoType" (parent: .abstract.instanceof.App\Form\MobileAppVirtualEventVideoType).
Resolving inheritance for "App\Form\MobileAppVirtualEventVideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppVirtualEventVideoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackageConfigType" (parent: .abstract.instanceof.App\Form\PackageConfigType).
Resolving inheritance for "App\Form\PackageConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackageConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PacketType" (parent: .abstract.instanceof.App\Form\PacketType).
Resolving inheritance for "App\Form\PacketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PacketType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsCompanyType" (parent: .abstract.instanceof.App\Form\SettingsCompanyType).
Resolving inheritance for "App\Form\SettingsCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsOfficeType" (parent: .abstract.instanceof.App\Form\SettingsOfficeType).
Resolving inheritance for "App\Form\SettingsOfficeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsOfficeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsRolType" (parent: .abstract.instanceof.App\Form\SettingsRolType).
Resolving inheritance for "App\Form\SettingsRolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsRolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsTeamType" (parent: .abstract.instanceof.App\Form\SettingsTeamType).
Resolving inheritance for "App\Form\SettingsTeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsTeamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsTpvRedsysType" (parent: .abstract.instanceof.App\Form\SettingsTpvRedsysType).
Resolving inheritance for "App\Form\SettingsTpvRedsysType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsTpvRedsysType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierConfigMapType" (parent: .abstract.instanceof.App\Form\SupplierConfigMapType).
Resolving inheritance for "App\Form\SupplierConfigMapType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierConfigMapType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierType" (parent: .abstract.instanceof.App\Form\SupplierType).
Resolving inheritance for "App\Form\SupplierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLanguageType" (parent: .abstract.instanceof.App\Form\UserLanguageType).
Resolving inheritance for "App\Form\UserLanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNoAdminType" (parent: .abstract.instanceof.App\Form\UserNoAdminType).
Resolving inheritance for "App\Form\UserNoAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNoAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WidgetNotesType" (parent: .abstract.instanceof.App\Form\WidgetNotesType).
Resolving inheritance for "App\Form\WidgetNotesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WidgetNotesType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiActivityController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiActivityController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiAgendaAttendantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAgendaController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiAgendaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAgendaController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiAgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAgendaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAttendantsController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiAttendantsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAttendantsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAttendantsController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiAttendantsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAttendantsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiBadgeController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiBadgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiBadgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiBadgeController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiBadgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiBadgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiChatsController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiChatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiChatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiChatsController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiChatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiChatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiContactController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiContactController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiCreateFormsController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiCreateFormsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiCreateFormsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiCreateFormsController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiCreateFormsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiCreateFormsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiDataWebController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiDataWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiDataWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiDataWebController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiDataWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiDataWebController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiDocumentController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiDocumentController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventRatingsController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventRatingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventRatingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventRatingsController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiEventRatingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventRatingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventRefundController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventRefundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventRefundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventRefundController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiEventRefundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventRefundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiEventTapaRallyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTransportUserController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventTransportUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTransportUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTransportUserController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiEventTransportUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTransportUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiEventVideoCollageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiFlightController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiFlightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiFlightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiFlightController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiFlightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiFlightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGalleryController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGalleryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGalleryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGalleryController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiGalleryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGalleryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameColorblindController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameColorblindController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameColorblindController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameColorblindController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiGameColorblindController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameColorblindController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameRoomController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameRoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameRoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameRoomController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiGameRoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameRoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameScratchController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameScratchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameScratchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameScratchController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiGameScratchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameScratchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameStepCounterController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameStepCounterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameStepCounterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameStepCounterController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiGameStepCounterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameStepCounterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiHotelController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiHotelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiHotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiHotelController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiHotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiHotelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiLocationAttendantController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiLocationAttendantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiLocationAttendantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiLocationAttendantController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiLocationAttendantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiLocationAttendantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiLocationController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiLocationController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiMobileAppUserController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiMobileAppUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiMobileAppUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiMobileAppUserController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiMobileAppUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiMobileAppUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiNewsController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiNewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiNewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiNewsController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiNewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiNewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPackageSaleController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiPackageSaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPackageSaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPackageSaleController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiPackageSaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPackageSaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPackageSoldController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiPackageSoldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPackageSoldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPackageSoldController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiPackageSoldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPackageSoldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiParkingController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiParkingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiParkingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiParkingController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiParkingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiParkingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiProductPresentationController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiProductPresentationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiProductPresentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiProductPresentationController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiProductPresentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiProductPresentationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPushController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiPushController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPushController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPushController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiPushController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPushController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiQnAController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiQnAController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiQnAController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiQnAController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiQnAController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiQnAController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiRatingsController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiRatingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiRatingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiRatingsController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiRatingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiRatingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiRedsysController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiRedsysController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiRedsysController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiRedsysController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiRedsysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiRedsysController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiScanCardController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiScanCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiScanCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiScanCardController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiScanCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiScanCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSecurityController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSecurityController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiSecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSelfieController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSelfieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSelfieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSelfieController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiSelfieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSelfieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSpeakersController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSpeakersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSpeakersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSpeakersController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiSpeakersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSpeakersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSplashController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSplashController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSplashController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSplashController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiSplashController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSplashController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSponsorsController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSponsorsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSponsorsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSponsorsController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiSponsorsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSponsorsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSupplierController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSupplierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSupplierController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiSupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSupplierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiTransferController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiTransferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiTransferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiTransferController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiTransferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiTransferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiUsersController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiUsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiUsersController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiUsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVideoController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVideoController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVirtualEventController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiVirtualEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVirtualEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVirtualEventController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiVirtualEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVirtualEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiWallController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\ApiWallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiWallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiWallController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\ApiWallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiWallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\MDS\ApiBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\DefaultController).
Resolving inheritance for "App\MDS\ApiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\LoungeAdminBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\MDS\LoungeAdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\LoungeAdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\LoungeAdminBundle\Controller\DefaultController).
Resolving inheritance for "App\MDS\LoungeAdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\LoungeAdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\LoungeAdminBundle\Controller\ReservationsController" (parent: .abstract.instanceof.App\MDS\LoungeAdminBundle\Controller\ReservationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\LoungeAdminBundle\Controller\ReservationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\LoungeAdminBundle\Controller\ReservationsController).
Resolving inheritance for "App\MDS\LoungeAdminBundle\Controller\ReservationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\LoungeAdminBundle\Controller\ReservationsController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeDetailsType" (parent: .abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationLoungeDetailsType).
Resolving inheritance for "App\MDS\LoungeAdminBundle\Form\ReservationLoungeDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeProfileType" (parent: .abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationLoungeProfileType).
Resolving inheritance for "App\MDS\LoungeAdminBundle\Form\ReservationLoungeProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeType" (parent: .abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationLoungeType).
Resolving inheritance for "App\MDS\LoungeAdminBundle\Form\ReservationLoungeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationPeriodType" (parent: .abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationPeriodType).
Resolving inheritance for "App\MDS\LoungeAdminBundle\Form\ReservationPeriodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationPeriodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationType" (parent: .abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationType).
Resolving inheritance for "App\MDS\LoungeAdminBundle\Form\ReservationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\McpBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\MDS\McpBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\McpBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\McpBundle\Controller\DefaultController).
Resolving inheritance for "App\MDS\McpBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\McpBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader2" (parent: .abstract.instanceof.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader2).
Resolving inheritance for "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader2" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader2).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader4" (parent: .abstract.instanceof.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader4).
Resolving inheritance for "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader4" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader4).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\SoapClient" (parent: .abstract.instanceof.App\MDS\TcpBundle\Amadeus\Client\SoapClient).
Resolving inheritance for "App\MDS\TcpBundle\Amadeus\Client\SoapClient" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\SoapClient).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\AmadeusSoapController" (parent: .abstract.instanceof.App\MDS\TcpBundle\Controller\AmadeusSoapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\AmadeusSoapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\AmadeusSoapController).
Resolving inheritance for "App\MDS\TcpBundle\Controller\AmadeusSoapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\AmadeusSoapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\ApiController" (parent: .abstract.instanceof.App\MDS\TcpBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\ApiController).
Resolving inheritance for "App\MDS\TcpBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\ClientWebServiceController" (parent: .abstract.instanceof.App\MDS\TcpBundle\Controller\ClientWebServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\ClientWebServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\ClientWebServiceController).
Resolving inheritance for "App\MDS\TcpBundle\Controller\ClientWebServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\ClientWebServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\MDS\TcpBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\DefaultController).
Resolving inheritance for "App\MDS\TcpBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\FlightController" (parent: .abstract.instanceof.App\MDS\TcpBundle\Controller\FlightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\FlightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\FlightController).
Resolving inheritance for "App\MDS\TcpBundle\Controller\FlightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\FlightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\SOAPController" (parent: .abstract.instanceof.App\MDS\TcpBundle\Controller\SOAPController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\SOAPController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\SOAPController).
Resolving inheritance for "App\MDS\TcpBundle\Controller\SOAPController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\SOAPController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\TransferController" (parent: .abstract.instanceof.App\MDS\TcpBundle\Controller\TransferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\TransferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\TransferController).
Resolving inheritance for "App\MDS\TcpBundle\Controller\TransferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\TransferController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\ClientWebServiceType" (parent: .abstract.instanceof.App\MDS\TcpBundle\Form\ClientWebServiceType).
Resolving inheritance for "App\MDS\TcpBundle\Form\ClientWebServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\ClientWebServiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\InfoVueloType" (parent: .abstract.instanceof.App\MDS\TcpBundle\Form\InfoVueloType).
Resolving inheritance for "App\MDS\TcpBundle\Form\InfoVueloType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\InfoVueloType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\ItineraryDestinyEndType" (parent: .abstract.instanceof.App\MDS\TcpBundle\Form\ItineraryDestinyEndType).
Resolving inheritance for "App\MDS\TcpBundle\Form\ItineraryDestinyEndType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\ItineraryDestinyEndType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SoldPackagesSalesRepository" (parent: .abstract.instanceof.App\Repository\SoldPackagesSalesRepository).
Resolving inheritance for "App\Repository\SoldPackagesSalesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SoldPackagesSalesRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppbundleExtension" (parent: .abstract.instanceof.App\Twig\AppbundleExtension).
Resolving inheritance for "App\Twig\AppbundleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppbundleExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.gmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.chain_provider" (parent: security.user.provider.chain).
Resolving inheritance for "security.user.provider.concrete.in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.our_db_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
221
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\RequestCreatorInterface"; reason: private alias.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\ResponseHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.NjaWObD"; reason: private alias.
Removed service ".service_locator.rCPMjua"; reason: private alias.
Removed service ".service_locator.6E4hjlX"; reason: private alias.
Removed service ".service_locator.Ar5NsLy"; reason: private alias.
Removed service ".service_locator.PBaSrXO"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.g.8P7xZ"; reason: private alias.
Removed service ".service_locator.nk0lT0X"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service ".service_locator.ai831Oa"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.mwLpTNO"; reason: private alias.
Removed service ".service_locator.hCumxIO"; reason: private alias.
Removed service ".service_locator.Rk1hIKK"; reason: private alias.
Removed service ".service_locator.lmfwWlV"; reason: private alias.
Removed service ".service_locator.eqGFdMA"; reason: private alias.
Removed service ".service_locator.ebsKNsc"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.eQJgbvf"; reason: private alias.
Removed service ".service_locator.perMQDb"; reason: private alias.
Removed service ".service_locator.QF76KD."; reason: private alias.
Removed service ".service_locator.47AtBs."; reason: private alias.
Removed service ".service_locator.qvTT3rY"; reason: private alias.
Removed service ".service_locator.jNI8kLQ"; reason: private alias.
Removed service ".service_locator.XwklEtG"; reason: private alias.
Removed service ".service_locator.NYeE_LH"; reason: private alias.
Removed service ".service_locator.jMVVtEW"; reason: private alias.
Removed service ".service_locator.HqovC1l"; reason: private alias.
Removed service ".service_locator.Gm1Ot8E"; reason: private alias.
Removed service ".service_locator.A740LBW"; reason: private alias.
Removed service ".service_locator.26FaBrL"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
188
Changed reference of service "App\Controller\CreateFormsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\EmailRegisteredEventAssistantsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ErrorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ExternalAttendantRegister" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ExternalHotelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ExternalPackageSaleControle" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ExternalPacketController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HomeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HotelAllServiceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HotelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HotelRoominglistController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MailingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MasterAttendantListController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MasterListEmailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\McpAvFilesAgendaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppActivityAgendaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppActivityControlController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppActivityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppActivityScoreController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppActivityTeamController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppAgendaAttendantController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppAgendaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppAgendaQuestionsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppAnswersController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppBadgeConfigController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppBadgeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppBadgeScanController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppChatController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppContactController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppDocumentsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventAdditionalLanguagesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventConfigLandingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventGalleryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventHotelAttendantController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventNewsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventParkingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventProductPresentationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventRatingsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventRefundController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventSeatController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventSelfieController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventSponsorsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventTapaRally2Controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventTapaRally2TeamsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventTapaRallyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventTapaRallyTeamsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventTransportUserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventVideoCollageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventVideoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppEventVideoFilmController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppFlightController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppGameAlphabetSoupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppGameColorblindController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppGameGlobalScoresController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppGameScratchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppGameStepCounterController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppHotelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppItineraryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppLocationsAttendantController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppLocationsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppPackageConfigController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppPackageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppQuestionsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppScanCardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppSpeakersController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppThreadController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppUsersBehaviorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppUsersController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppVirtualEventController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppVirtualEventDocumentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppVirtualEventVideoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MobileAppWallController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\OperationsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PackageConfigController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PacketController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SecurityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsCompanyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsGdsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsGeneralController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsLocationsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsOfficeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsPermissionsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsPushController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsTeamController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SettingsTpvRedsysController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SuperAdminController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SupplierController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\UserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\UserController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Security\LoginAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\AppUsersByEventService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\MobileAppUsersService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PackageSaleService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PackageSaleService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\RedSysPaymentService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\RedSysPaymentService" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
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.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "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 "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 "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 "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 "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.foPrRcS" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.XsyfP82" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
747
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 "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.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertNotificationSystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertNotificationSystemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AlertNotificationSystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreateFormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreateFormsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CreateFormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailRegisteredEventAssistantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailRegisteredEventAssistantsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailRegisteredEventAssistantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalAttendantRegister"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalAttendantRegister"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExternalAttendantRegister"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalHotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalHotelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExternalHotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalInvitationEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalInvitationEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExternalInvitationEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalPackageSaleControle"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalPackageSaleControle"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExternalPackageSaleControle"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalPacketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalPacketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExternalPacketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelAllServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelAllServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HotelAllServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelRoominglistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelRoominglistController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HotelRoominglistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MailingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterAttendantListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterAttendantListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MasterAttendantListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterListEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterListEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MasterListEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\McpAvFilesAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\McpAvFilesAgendaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\McpAvFilesAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityAgendaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppActivityAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityControlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityControlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppActivityControlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityScoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityScoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppActivityScoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppActivityTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppActivityTeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppActivityTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaAttendantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppAgendaAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAgendaQuestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAgendaQuestionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppAgendaQuestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppAnswersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppAnswersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppAnswersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppBadgeConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppBadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppBadgeScanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppBadgeScanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppBadgeScanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppChatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppDocumentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppDocumentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppDocumentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventAdditionalLanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventAdditionalLanguagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventAdditionalLanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventConfigLandingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventConfigLandingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventConfigLandingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventGalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventGalleryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventGalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventHotelAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventHotelAttendantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventHotelAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventNewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventNewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventNewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventParkingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventParkingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventParkingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventProductPresentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventProductPresentationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventProductPresentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventRatingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventRatingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventRatingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventRefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventRefundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventRefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSeatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSeatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventSeatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSelfieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSelfieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventSelfieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventSponsorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventSponsorsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventSponsorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRally2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRally2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventTapaRally2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRally2TeamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRally2TeamsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventTapaRally2TeamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRallyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRallyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventTapaRallyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTapaRallyTeamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTapaRallyTeamsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventTapaRallyTeamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventTransportUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventTransportUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventTransportUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoCollageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoCollageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventVideoCollageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppEventVideoFilmController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppEventVideoFilmController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppEventVideoFilmController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppFlightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppFlightController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppFlightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameAlphabetSoupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameAlphabetSoupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppGameAlphabetSoupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameColorblindController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameColorblindController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppGameColorblindController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameGlobalScoresController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameGlobalScoresController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppGameGlobalScoresController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameScratchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameScratchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppGameScratchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppGameStepCounterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppGameStepCounterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppGameStepCounterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppHotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppHotelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppHotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppItineraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppItineraryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppItineraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppLocationsAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppLocationsAttendantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppLocationsAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppLocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppLocationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppLocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppPackageConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppPackageConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppPackageConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppPackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppQuestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppQuestionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppQuestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppScanCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppScanCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppScanCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppSpeakersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppSpeakersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppSpeakersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppThreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppThreadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppThreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppUsersBehaviorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppUsersBehaviorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppUsersBehaviorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppUsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppVirtualEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppVirtualEventDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppVirtualEventVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppVirtualEventVideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppVirtualEventVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MobileAppWallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MobileAppWallController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MobileAppWallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OperationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OperationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OperationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackageConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackageConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PackageConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PacketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PacketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PacketController"; 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\SettingsCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsGdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsGdsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsGdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsGeneralController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsGeneralController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsGeneralController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsLocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsLocationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsLocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsOfficeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsOfficeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsOfficeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsPermissionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsPermissionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsPermissionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsPushController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsPushController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsPushController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsTeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsTpvRedsysController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsTpvRedsysController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsTpvRedsysController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SuperAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AppMobileGuestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AppMobileGuestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfigurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailRegisteredEventAssistantsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmailRegisteredEventAssistantsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GeneralSystemFlagsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GeneralSystemFlagsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotelAllServicesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HotelAllServicesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotelManagementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HotelManagementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MailingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterAttendantListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MasterAttendantListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterListEmailControlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MasterListEmailControlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MasterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MasterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityAgendaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppActivityAgendaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityControlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppActivityControlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityTeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppActivityTeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppChatControlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppChatControlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppChatMessagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppChatMessagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAdditionalLanguagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventAdditionalLanguagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaAttendantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventAgendaAttendantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaQuestionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventAgendaQuestionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAgendaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventAgendaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventAnswersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventAnswersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventBadgeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventBadgeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventConfigLandingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventConfigLandingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventFlightType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventFlightType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventGalleryCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventGalleryCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventGalleryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventGalleryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventHotelAttendantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventHotelAttendantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventHotelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventHotelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventLocationsAttendantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventLocationsAttendantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventLocationsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventLocationsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventNewsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventNewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventParkingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventParkingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventPresentationsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventPresentationsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventProductPresentationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventProductPresentationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventQuestionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventQuestionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventRatingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventRatingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventRefundType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventRefundType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSeatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventSeatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSelfieType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventSelfieType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSpeakerDocumentsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventSpeakerDocumentsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSpeakersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventSpeakersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventSponsorsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventSponsorsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2FinalImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRally2FinalImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GameAssignedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRally2GameAssignedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesMediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRally2GamesMediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesSelectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRally2GamesSelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2GamesTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRally2GamesTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2TeamsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRally2TeamsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRally2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRally2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyConfigurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRallyConfigurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGameAssignedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRallyGameAssignedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesMediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRallyGamesMediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesSelectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRallyGamesSelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyGamesTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRallyGamesTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyTeamsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRallyTeamsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTapaRallyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTapaRallyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventThreadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventThreadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventTransportUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventTransportUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoCollageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventVideoCollageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoFilmType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventVideoFilmType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventVideoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventVideoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppEventWallType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppEventWallType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppGameAlphabetSoupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppGameAlphabetSoupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppGameColorblindType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppGameColorblindType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppPackageConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppPackageConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppPackageSaleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppPackageSaleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppUsersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppUsersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppVirtualEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppVirtualEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MobileAppVirtualEventVideoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MobileAppVirtualEventVideoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackageConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PackageConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PacketType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PacketType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SettingsCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsOfficeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SettingsOfficeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsRolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SettingsRolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsTeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SettingsTeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingsTpvRedsysType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SettingsTpvRedsysType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierConfigMapType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SupplierConfigMapType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SupplierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserLanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNoAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserNoAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WidgetNotesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WidgetNotesType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAgendaController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiAttendantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiAttendantsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiAttendantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiBadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiBadgeController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiBadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiChatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiChatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiChatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiCreateFormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiCreateFormsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiCreateFormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiDataWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiDataWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiDataWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventRatingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventRatingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventRatingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventRefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventRefundController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventRefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventTransportUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventTransportUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventTransportUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiFlightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiFlightController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiFlightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGalleryController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameColorblindController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameColorblindController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameColorblindController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameRoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameRoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameRoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameScratchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameScratchController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameScratchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiGameStepCounterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiGameStepCounterController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiGameStepCounterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiHotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiHotelController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiHotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiLocationAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiLocationAttendantController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiLocationAttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiLocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiMobileAppUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiMobileAppUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiMobileAppUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiNewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiNewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiNewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPackageSaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPackageSaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiPackageSaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPackageSoldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPackageSoldController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiPackageSoldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiParkingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiParkingController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiParkingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiProductPresentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiProductPresentationController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiProductPresentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiPushController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiPushController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiPushController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiQnAController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiQnAController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiQnAController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiRatingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiRatingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiRatingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiRedsysController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiRedsysController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiRedsysController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiScanCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiScanCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiScanCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSelfieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSelfieController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSelfieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSpeakersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSpeakersController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSpeakersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSplashController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSplashController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSplashController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSponsorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSponsorsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSponsorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiSupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiSupplierController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiSupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiTransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiTransferController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiTransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiUsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVirtualEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVirtualEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiVirtualEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\ApiWallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\ApiWallController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\ApiWallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\LoungeAdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\LoungeAdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\LoungeAdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\LoungeAdminBundle\Controller\ReservationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\LoungeAdminBundle\Controller\ReservationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\LoungeAdminBundle\Controller\ReservationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationLoungeDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationLoungeProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationLoungeType"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationLoungeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationPeriodType"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationPeriodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\LoungeAdminBundle\Form\ReservationType"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\LoungeAdminBundle\Form\ReservationType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\McpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\McpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\McpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader2"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader2"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader4"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader4"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\MDS\TcpBundle\Amadeus\Client\SoapClient"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Amadeus\Client\SoapClient"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\AmadeusSoapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\AmadeusSoapController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Controller\AmadeusSoapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\ClientWebServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\ClientWebServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Controller\ClientWebServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\FlightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\FlightController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Controller\FlightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\SOAPController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\SOAPController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Controller\SOAPController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MDS\TcpBundle\Controller\TransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MDS\TcpBundle\Controller\TransferController"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Controller\TransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\ClientWebServiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Form\ClientWebServiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\InfoVueloType"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Form\InfoVueloType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\MDS\TcpBundle\Form\ItineraryDestinyEndType"; reason: abstract.
Removed service ".abstract.instanceof.App\MDS\TcpBundle\Form\ItineraryDestinyEndType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SoldPackagesSalesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SoldPackagesSalesRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppbundleExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppbundleExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
1570
Removed service "App\DBAL\FirstFunction"; reason: unused.
Removed service "App\EventListener\RequestListener"; reason: unused.
Removed service "App\Helper\ColorHelper"; reason: unused.
Removed service "App\MDS\ApiBundle\ApiBundle"; reason: unused.
Removed service "App\MDS\ApiBundle\Auth"; reason: unused.
Removed service "App\MDS\ApiBundle\Entity\AgendaRatings"; reason: unused.
Removed service "App\MDS\ApiBundle\Entity\AgendaRatingsAttendant"; reason: unused.
Removed service "App\MDS\ApiBundle\Entity\EventRatings"; reason: unused.
Removed service "App\MDS\ApiBundle\Entity\MobileAppChatControl"; reason: unused.
Removed service "App\MDS\ApiBundle\Entity\MobileAppChatMessages"; reason: unused.
Removed service "App\MDS\ApiBundle\Entity\SpeakersRatings"; reason: unused.
Removed service "App\MDS\ApiBundle\Repository\AgendaRatingsAttendantRepository"; reason: unused.
Removed service "App\MDS\ApiBundle\Repository\AgendaRatingsRepository"; reason: unused.
Removed service "App\MDS\ApiBundle\Repository\EventRatingsRepository"; reason: unused.
Removed service "App\MDS\ApiBundle\Repository\MobileAppChatControlRepository"; reason: unused.
Removed service "App\MDS\ApiBundle\Repository\MobileAppChatMessagesRepository"; reason: unused.
Removed service "App\MDS\ApiBundle\Repository\SpeakersRatingsRepository"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Entity\Reservation"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Entity\ReservationLounge"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Entity\ReservationLoungeDetails"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Entity\ReservationLoungeProfile"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Entity\ReservationPeriod"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\LoungeAdminBundle"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Repository\ReservationLoungeDetailsRepository"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Repository\ReservationLoungeProfileRepository"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Repository\ReservationLoungeRepository"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Repository\ReservationPeriodRepository"; reason: unused.
Removed service "App\MDS\LoungeAdminBundle\Repository\ReservationRepository"; reason: unused.
Removed service "App\MDS\McpBundle\McpBundle"; reason: unused.
Removed service "App\MDS\McpBundle\Redsys\apiRedsys"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Base"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Exception"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\InvalidMessageException"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\InvalidWsdlFileException"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\LoadParamsFromArray"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Params"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Params\AuthParams"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Params\RequestCreatorParams"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Params\SessionHandlerParams"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Base"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Air\FlightInfoConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Air\MultiAvailabilityConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Air\RebookAirSegmentConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Air\RetrieveSeatMapConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Air\SellFromRecommendationConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Command\CrypticConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\DocIssuance\IssueCombinedConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\DocIssuance\IssueMiscellaneousDocumentsConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\DocIssuance\IssueTicketConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\DocRefund\IgnoreRefundConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\DocRefund\InitRefundConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\DocRefund\ProcessRefundConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\DocRefund\UpdateRefundConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\FOP\CreateFormOfPaymentConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\FOP\ValidateFOPConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\CheckRulesConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\ConvertCurrencyConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\GetFareRulesConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\InformativeBestPricingWithoutPNRConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\InformativePricingWithoutPNRConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\MasterPricerCalendarConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\MasterPricerTravelBoardSearchConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\PricePNRWithBookingClassConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\PricePNRWithLowerFaresConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Fare\PricePNRWithLowestFareConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Info\EncodeDecodeCityConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\MiniRule\GetFromETicketConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\MiniRule\GetFromPricingConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\MiniRule\GetFromPricingRecConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Offer\ConfirmAirOfferConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Offer\ConfirmCarOfferConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Offer\ConfirmHotelOfferConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Offer\CreateOfferConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Offer\VerifyOfferConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PNR\AddMultiElementsConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PNR\CancelConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PNR\DisplayHistoryConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PNR\NameChangeConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PNR\RetrieveAndDisplayConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PNR\RetrieveConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PNR\SplitConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PNR\TransferOwnershipConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PointOfRef\SearchConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\PriceXplorer\ExtremeSearchConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Queue\ListConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Queue\MoveItemConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Queue\PlacePNRConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Queue\RemoveItemConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\SalesReports\DisplayQueryReportConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Security\AuthenticateConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Security\SignOutConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Service\IntegratedCatalogueConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Service\IntegratedPricingConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\ATCShopperMasterPricerTravelBoardSearchConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\CancelDocumentConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\CheckEligibilityConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\CreateTSMFareElementConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\CreateTSMFromPricingConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\CreateTSTFromPricingConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\DeleteTSMPConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\DeleteTSTConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\DisplayTSMFareElementConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\DisplayTSMPConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\DisplayTSTConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\IgnoreRefundConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\InitRefundConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\ProcessEDocConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\ProcessETicketConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\ProcessRefundConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\ReissueConfirmedPricingConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Converter\Ticket\RepricePNRWithBookingClassConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\Factory"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\MessageVersionUnsupportedException"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestCreator\UnsupportedOptionException"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\MultiAvailability\FrequentTraveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\MultiAvailability\RequestOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\RebookAirSegment\Itinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\RebookAirSegment\Segment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\RetrieveSeatMap\FlightInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\RetrieveSeatMap\FrequentFlyer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\RetrieveSeatMap\Traveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\SellFromRecommendation\Itinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Air\SellFromRecommendation\Segment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\AirFlightInfoOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\AirMultiAvailabilityOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\AirRebookAirSegmentOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\AirRetrieveSeatMapOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\AirSellFromRecommendationOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\CommandCrypticOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocIssuance\CompoundOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocIssuance\Option"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocIssuanceIssueCombinedOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocIssuanceIssueMiscDocOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocIssuanceIssueTicketOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\AddressOpt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\CommissionOpt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\FopOpt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\FreeTextOpt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\MonetaryData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\RefundItinOpt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\TaxData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\TickGroupOpt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\TickGroupRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefund\Ticket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefundIgnoreRefundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefundInitRefundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefundProcessRefundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\DocRefundUpdateRefundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\InformativePricing\Passenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\InformativePricing\PricingOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\InformativePricing\Segment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MPDate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MPFareFamily"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MPFeeId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MPFeeOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MPItinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MPLocation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MPPassenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MasterPricer\FFCriteria"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MasterPricer\FFOtherCriteria"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MasterPricer\FeeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MasterPricer\MonetaryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\MasterPricer\MultiTicketWeights"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnr\AwardPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnr\ExemptTax"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnr\FareBasis"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnr\FormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnr\ObFee"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnr\PaxSegRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnr\Tax"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnr\TierLevel"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fare\PricePnrBcFareBasis"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FareCheckRulesOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FareConvertCurrencyOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FareGetFareRulesOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FareInformativeBestPricingWithoutPnrOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FareInformativePricingWithoutPnrOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FareMasterPricerCalendarOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FareMasterPricerTbSearch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FarePricePnrWithBookingClassOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FarePricePnrWithLowerFaresOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FarePricePnrWithLowestFareOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\CreditCardInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\DataOrSwitch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\ElementRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\FopRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\FraudScreeningAddress"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\FraudScreeningOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\Group"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\InstallmentsInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\InvoiceInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\MopInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\ObFeeComputation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\PaxRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\PayId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\PaySupData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\Payment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Fop\ThreeDSecureInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FopCreateFopOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\FopValidateFopOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\InfoEncodeDecodeCityOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\MiniRule\Pricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\MiniRuleGetFromETicketOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\MiniRuleGetFromPricingOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\MiniRuleGetFromPricingRecOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\MpBaseOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Offer\AirRecommendation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Offer\CarLocationInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Offer\PassengerDef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Offer\PassengerReAssocOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Offer\PaymentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Offer\ProductReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\OfferConfirmAirOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\OfferConfirmCarOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\OfferConfirmHotelOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\OfferCreateOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\OfferVerifyOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\DisplayHistory\Predicate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\DisplayHistory\PredicateDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\DisplayHistory\PredicateType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\AccountingInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\Address"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\Contact"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\FareDiscount"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\FormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\FrequentFlyer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\ManualCommission"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\ManualIssuedTicket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\MiscellaneousRemark"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\OtherServiceInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\ReceivedFrom"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\SeatRequest"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\ServiceRequest"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\Ticketing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Element\TourCode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Itinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\NameChange\Infant"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\NameChange\Passenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Retrieve\FrequentTraveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Retrieve\Ticket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Segment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Segment\Air"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Segment\ArrivalUnknown"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Segment\Ghost"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Segment\Hotel"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Segment\Miscellaneous"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\Traveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Pnr\TravellerGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrAddMultiElementsBase"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrAddMultiElementsOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrBase"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrCancelOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrCreatePnrOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrDisplayHistoryOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrNameChangeOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrRetrieveAndDisplayOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrRetrieveOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrSplitOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PnrTransferOwnershipOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PointOfRefSearchOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\PriceXplorerExtremeSearchOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Queue"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Queue\SearchCriteriaOpt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\QueueListOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\QueueMoveItemOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\QueuePlacePnrOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\QueueRemoveItemOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\SalesReportsDisplayQueryReportOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\SecurityAuthenticateOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\SecuritySignOutOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Service\FormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Service\FrequentFlyer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Service\PaxSegRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\ServiceIntegratedCatalogueOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\ServiceIntegratedPricingOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Ticket\ExchangeInfoOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Ticket\FrequentFlyer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Ticket\MultiRefOpt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Ticket\PassengerReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Ticket\PaxSegRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Ticket\Pricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Ticket\ReqSegOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\Ticket\SequenceRange"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketAtcShopperMpTbSearchOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketCancelDocumentOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketCheckEligibilityOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketCreateTsmFareElOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketCreateTsmFromPricingOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketCreateTstFromPricingOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketDeleteTsmpOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketDeleteTstOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketDisplayTsmFareElOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketDisplayTsmpOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketDisplayTstOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketIgnoreRefundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketInitRefundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketProcessEDocOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketProcessETicketOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketProcessRefundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketReissueConfirmedPricingOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\RequestOptions\TicketRepricePnrWithBookingClassOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Air\HandlerFlightInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Air\HandlerMultiAvailability"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Air\HandlerRebookAirSegment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Air\HandlerRetrieveSeatMap"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Air\HandlerSellFromRecommendation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Base"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Command\HandlerCryptic"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\DocIssuance\HandlerIssueCombined"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\DocIssuance\HandlerIssueMiscellaneousDocuments"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\DocIssuance\HandlerIssueTicket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\DocRefund\HandlerIgnoreRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\DocRefund\HandlerInitRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\DocRefund\HandlerProcessRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\DocRefund\HandlerUpdateRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\FOP\HandlerCreateFormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\FOP\HandlerValidateFOP"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerCheckRules"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerConvertCurrency"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerGetFareRules"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerInformativeBestPricingWithoutPNR"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerInformativePricingWithoutPNR"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerMasterPricerCalendar"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerMasterPricerTravelBoardSearch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerPricePNRWithBookingClass"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerPricePNRWithLowerFares"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Fare\HandlerPricePNRWithLowestFare"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Info\HandlerEncodeDecodeCity"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\MiniRule\HandlerGetFromETicket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\MiniRule\HandlerGetFromPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\MiniRule\HandlerGetFromPricingRec"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Offer\HandlerConfirmAirOffer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Offer\HandlerConfirmCarOffer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Offer\HandlerConfirmHotelOffer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Offer\HandlerCreateOffer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Offer\HandlerVerifyOffer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PNR\HandlerAddMultiElements"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PNR\HandlerCancel"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PNR\HandlerDisplayHistory"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PNR\HandlerNameChange"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PNR\HandlerRetrieve"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PNR\HandlerRetrieveAndDisplay"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PNR\HandlerSplit"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PNR\HandlerTransferOwnership"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PointOfRef\HandlerSearch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\PriceXplorer\HandlerExtremeSearch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Queue\HandlerList"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Queue\HandlerMoveItem"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Queue\HandlerPlacePNR"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Queue\HandlerRemoveItem"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\SalesReports\HandlerDisplayQueryReport"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Security\HandlerAuthenticate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Security\HandlerSignOut"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Service\HandlerIntegratedCatalogue"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Service\HandlerIntegratedPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerATCShopperMasterPricerTravelBoardSearch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerCancelDocument"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerCheckEligibility"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerCreateTSMFareElement"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerCreateTSMFromPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerCreateTSTFromPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerDeleteTSMP"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerDeleteTST"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerDisplayTSMFareElement"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerDisplayTSMP"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerDisplayTST"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerIgnoreRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerInitRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerProcessEDoc"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerProcessETicket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerProcessRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerReissueConfirmedPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\ResponseHandler\Ticket\HandlerRepricePNRWithBookingClass"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Result"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Result\NotOk"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\Classmap"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\HandlerFactory"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\InvalidSessionException"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SendResult"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader2"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\SoapHeader4"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\UnsupportedOperationException"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Session\Handler\WsdlAnalyser"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\SoapClient"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\CompanyDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\FlightDate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\FlightIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\FlightInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\FlightTypeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\GeneralFlightInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\ItineraryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MarriageDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\Message"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MessageActionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MessageFunctionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\AirlineOrFlightOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\AttributeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\AvailabilityDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\AvailabilityOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\AvailabilityOptions16"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\AvailabilityProductInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\BoardOffDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\CabinDesignation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\CabinOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\Connection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\ConnectionContext"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\ConnectionOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\ConsumerReferenceInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\CustomerReferences"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\FlightIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\FrequentTraveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\FrequentTravellerDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\FunctionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\LocationInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\MessageActionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\NegoSpaceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\NumberOfSeatsInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\OptionClass"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\OptionInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\OptionInfo16"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\OtherPaxDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\PaxDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\PointOfCommencement"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\PointTypeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\ProductAvailability"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\ProductClassDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\ProductTypeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\QualifiedConnectionOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\RequestSection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\RequestSection16"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\TravelChoiceInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\TravellerDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\Travelleridentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability\UmRequest"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\MultiAvailability16"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\OriginDestinationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\PointDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RebookAirSegment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RebookAirSegment\BestPricerRecommendation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RebookAirSegment\FlightDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RebookAirSegment\ItineraryInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RebookAirSegment\OriginDestinationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RebookAirSegment\RelatedFlightInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RebookAirSegment\SelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RelatedproductInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\AdditionalFareDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\ConversionRate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\ConversionRateDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\CustomerCharacteristics"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\DateAndTimeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\DateAndTimeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\DocumentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\FareInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\FareQualifierDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\FrequentTravelerDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\FrequentTravelerInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\FrequentTravellerDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\GenericDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\ProductInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\RangeOfRowsDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\ResControlInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\Reservation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\SeatRequestParameters"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\TicketDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\TravelProductIdent"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\TravelerInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\RetrieveSeatMap\Traveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\SegmentInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\SellFromRecommendation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Air\TravelProductInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\BaseWsMessage"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Command\Cryptic"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Command\LongTextString"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Command\MessageAction"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Command\MessageFunctionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\AgentInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\AttributeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\CriteriaDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\DocIssuanceBaseMsg"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\DocIssuanceDateTime"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\InfantOrAdultAssociation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\InternalIdDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\IssueCombined"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\IssueMiscellaneousDocuments"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\IssueTicket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\OptionGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\OtherCompoundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\OverrideAlternativeDate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\OverrideDate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\PassengerReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\PaxDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\PaxSelection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\Selection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\StatusDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\Stock"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\StockTicketNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\SubCompoundOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocIssuance\Switches"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\ActionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\DocumentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\DocumentNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\IgnoreInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\IgnoreRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\InitRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\ItemNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\ItemNumberGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\PaperCouponOfDocNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\ProcessRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\ProcessRefund\PhoneFaxEmailAddress"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\ProcessRefund\PrinterReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\ProcessRefund\TelephoneNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\SequenceNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\StatusDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\TicketNumberGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\Address"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\AirlineCodeRfndItinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\BoardingPriority"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\Commission"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\CommissionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\CompanyIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\CouponDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\CouponInformationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\DateTimeInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\FeeGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\FirstAndLastSegmentDates"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\FopGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\FormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\FormOfPaymentInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\FreeTextQualification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\InteractiveFreeText"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\MonetaryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\MonetaryInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\OriginAndDestination"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\OriginDestinationRfndItinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\PriceTicketDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\PricingDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\PriorityDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\ReferenceInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\RefundedItinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\RefundedRoute"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\RoutingDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\StructuredAddress"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TaxDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TaxDetailsInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\Ticket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TicketGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TicketInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TicketNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TourInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TourInformationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TransactionContext"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TravellerInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\TravellerPriorityInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\DocRefund\UpdateRefund\UserIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\BaseMasterPricerMessage"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\BasePricingMessage"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\AdditionalFareDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\DiscountDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\FareCategories"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\FareDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\FareRule"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\FlightQualification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\ItemNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\ItemNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\CheckRules\TarifFareRule"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\AmountInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\ConversionDate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\ConversionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\ConversionDirection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\ConversionRate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\ConversionRateDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\ConversionRateDetailsCurConv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\CurrencyInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\MonetaryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\ConvertCurrency\SelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\DisplayFaresForCityPair"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\AvailCabinConf"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\CorporateId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\CorporateInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\DateAndTimeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\DateFlightMovement"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\DateOfFlight"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\FareOptionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\FareRule"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\FlightQualification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\LocationInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\MonetaryInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\MultiCorporate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\OrigDest"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\PricingInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\PricingTickInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\ProductDateTimeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\Routing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\TransportInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\TransportService"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\GetFareRules\TripDescription"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativeBestPricingWithoutPNR12"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativeBestPricingWithoutPNR13"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\AdditionalBusinessInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\AdditionalSegmentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\BookingClassDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\DiscountPtc"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\FareDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\Inventory"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\LegDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\LocationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\OriginatorDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\OriginatorGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\PassengersGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\SegmentControlDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\SegmentGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\SegmentInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\SegmentRepetitionControl"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\SourceType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\TravellerDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricing13\TravellersId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricingWithoutPNR12"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\InformativePricingWithoutPNR13"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\ArrivalLocalization"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\AssociatedAmounts"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\AttributeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\BooleanExpression"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CabinId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CabinProduct"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CarrierFeeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CommercialFamilyDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CompanyIdentity"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\ConversionRate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\ConversionRateDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\Corporate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CorporateId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CorporateInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CustomerRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\CustomerReferences"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\DataTypeInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\DateTimeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\DepartureLocalization"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\ExclusionDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FamilyCriteria"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FamilyInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FareFamilies"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FareFamilyInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FareFamilySegment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FareOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FareProductDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FeeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FeeId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FeeIdDescription"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FeeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FeeOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FeeTypeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FirstDateTimeDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FlightDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\FlightInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\InclusionDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\Itinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\LocationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\LogicalLink"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\MonetaryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\MoneyInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\MultiCity"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\NumberOfUnit"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\OfficeIdDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\OfficeIdInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\OfficeIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\OtherCriteria"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\OtherPossibleCriteria"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\PNRSegmentReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\PaxReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\PriceToBeat"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\PricingTickInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\PricingTicketing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\RangeOfDate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\ReferenceInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\ReferencingDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\RequestedSegmentRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\TimeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\TravelFlightInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\Traveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\TripDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricer\UnitNumberDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricerCalendar"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MasterPricerTravelBoardSearch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MessageFunctionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\MsgType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePNRWithBookingClass12"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePNRWithBookingClass13"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePNRWithLowerFares12"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePNRWithLowerFares13"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePNRWithLowestFare12"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePNRWithLowestFare13"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\AttributeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\CarrierAgreements"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\CarrierInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\CityDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\CityOverride"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\CompanyDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\CurrencyOverride"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\DateOverride"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\DateTime"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\DiscountInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\FareBasisDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\FareBasisOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\FareBasisSegReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\FirstRateDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\FlequentFlyerdetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\FrequentFlyerInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\OverrideInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\PaxSegReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\PenDisData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\PenDisInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\PricingFareBase"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\RefDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\ReferenceQualifier"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\TaxDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\TaxIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr12\ValidatingCarrier"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\CarrierInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\CompanyIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\CriteriaDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\Currency"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\DateInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\DateTime"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\DiscountPenaltyDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\FirstCurrencyDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\FormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\FormOfPaymentInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\FrequentFlyerInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\FrequentTravellerDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\LocationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\LocationInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\MonetaryInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\OptionDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\PaxSegTstReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\PenDisInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\PricingOptionGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\PricingOptionKey"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\TaxData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\TaxInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fare\PricePnr13\TaxType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AcsUrl"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AddressDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ApprovalCodeData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ApprovalDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\Association"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AsyncDataGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AsyncDetailledDataGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AttributeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AuthenticationData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AuthenticationDataDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AuthorisationInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\AuthorisationSupplementaryData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\BillingAddress"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\BrowserData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CardSupplementaryData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CcHolderNameDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CcInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\Communication"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreateFormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreateFormOfPayment\BestEffort"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreateFormOfPayment\FopGroup14"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreateFormOfPayment\GroupUsage14"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreateFormOfPayment\MopDescription14"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreateFormOfPayment\PaymentModule14"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreateFormOfPayment\StatusInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreateFormOfPayment14"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreditCardData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreditCardDetailedData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CreditCardDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CriteriaDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\CurrenciesRatesGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\DataAndSwitchMap"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\DataTypeInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\DateTime"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\DeliveringSystem"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\DeviceIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\DistributionChannelInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ExpirationPeriod"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ExtendedPaymentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ExtendedPaymentInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FeeDetailsInfoGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FeeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FeeProcessingInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FeeTypeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FopDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FopGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FopInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FopMasterElementReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FopPNRDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FopReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FopSequenceNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FormOfIdDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FpProcessingOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FraudScreening"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FraudScreeningData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FreeTextDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FundTransferData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\FundTransferDetailledData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\GroupUsage"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\InvoiceDataGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\InvoiceDetailedDataGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\InvoiceFormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\InvoiceInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\IpAdress"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\LocalDateTime"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\LocationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\MerchantInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\MerchantUrl"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\MonetaryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\MonetaryInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\MopDescription"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\MopDetailedData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\MopDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\MopInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\OldFopFreeflow"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\OtherNameDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PassengerAssociation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PassengerReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PayerDateOfBirth"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PayerName"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PayerPhoneOrEmail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PaymentData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PaymentDataMap"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PaymentId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PaymentModule"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PaymentStatus"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PaymentSupplementaryData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PnrElementAssociation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PnrSupplementaryData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PricingTicketingDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ProductDateTimeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\PurchaseDescription"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\Reservation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ReservationControlInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\Routing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\RoutingDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\SecurityCode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\SecurityKey"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\SecurityType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\SelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\SequenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ShopperDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ShopperId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ShopperLogged"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ShopperSession"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ShopperStatusInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\SliderConversion"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\SliderMode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\SliderPosition"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\StakeholderPayerReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\StatusInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TdsBlbData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TdsBlbIdentifier"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TdsBlobData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TdsInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TdsReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TransactionContext"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TransactionDateTime"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TransactionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TransactionStatus"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\TravelShopper"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\ValidateFormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\VirtualCreditCardStatusGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\WebAccountData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Fop\WebAccountDetailledData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV2\Session"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV4\Password"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV4\Security"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV4\SecurityHostedUser"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV4\Session"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV4\TransactionFlowLink"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV4\TransactionFlowLink\Consumer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV4\UserId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\HeaderV4\UsernameToken"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\CountryIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\CountryStateRestriction"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\EncodeDecodeCity"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\Language"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\LanguageDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\LocationDescription"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\LocationInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\RequestOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Info\SelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\InvalidArgumentException"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\MiniRule\DocumentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\MiniRule\FareRecommendationId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\MiniRule\GetFromETicket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\MiniRule\GetFromPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\MiniRule\GetFromPricingRec"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\MiniRule\RecordId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\MiniRule\TicketNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmAir"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\AddressDeliveryCollection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\AddressDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\AddressUsageDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\DeliveryAndCollection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\PaxTattooNbr"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\PhoneNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\PnrInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\TattooReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmCar\TelephoneNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\Age"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\AttributeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\BillableInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\BookingSource"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\CcInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\CreditCardInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\ExternalBookingId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\GlobalBookingInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\GroupCreditCardInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\GuaranteeOrDeposit"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\HotelProductReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\KeyValueTree"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\OccupantList"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\OriginIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\PaymentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\PaymentInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\PnrInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\ProfileInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\QuantityDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\RepresentativeParties"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\Reservation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\RoomList"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\RoomRateDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\RoomStayData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\SavingAmountInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\TattooReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\ConfirmHotel\TextOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Create"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Create\AirPricingRecommendation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Create\FareRecommendationReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Create\MonetaryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Create\ProductReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Create\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Create\TotalPrice"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\OfferTattoo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\PassengerReassociation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\PassengerReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\PaxReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\PricingRecordId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Offer\Verify"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\OptionNotSupportedException"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Account"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Accounting"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Address"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\AirAuxItinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\BoardOffPointDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Business"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Commission"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\CommissionInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Company"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\DataElementsIndiv"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\DataElementsMaster"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\DateAndTimeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\DateOfBirth"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ElementManagementData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ElementManagementItinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ElementManagementPassenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FlightTypeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Fop"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FopExtension"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FreeFormatTour"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FreetextData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FreetextDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FreetextItinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FrequentTraveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\FrequentTravellerData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ItineraryInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ManualDocument"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ManualDocumentRegistration"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\MessageAction"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\MiscellaneousRemark"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\NewFopsDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\OptionalData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\OriginDestination"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\OriginDestinationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Passenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\PassengerData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\PnrActions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Product"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ProductDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ReferenceForDataElement"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ReferenceForSegment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\RelatedProduct"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Remarks"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ReservationInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ReservationInfoSell"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Seat"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\SeatGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\SeatRequest"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Selection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\SelectionDetailsAir"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ServiceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\ServiceRequest"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Special"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Ssr"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Ssrb"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\StatusDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\StructuredAddress"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Ticket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\TicketElement"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\TourCode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\TravelProduct"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\Traveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\TravellerInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\AddMultiElements\TravellerInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Cancel"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Cancel\Element"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Cancel\Elements"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\FreeTextDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\LastItemsDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\PnrInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\Predicate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\PredicateDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\PredicateElementType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\PredicateEnvRange"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\PredicateFreeText"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\PredicateSelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\RangeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\RedundantElements"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\Reservation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\ScrollingDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\DisplayHistory\SelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\DateOfBirthInEnhancedPaxData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\DateTime"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\ElementManagementPassenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\EnhancedPassengerGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\EnhancedPassengerInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\EnhancedTravellerNameInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\OtherPaxNamesDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\TransactionCode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\NameChange\TravellerNameInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Reservation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\ReservationInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Account"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Accounting"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Company"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\FrequentFlyer"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Passenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\PersonalFacts"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\ProductInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Reservation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\ReservationOrProfileIdentifier"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\RetrievalFacts"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Retrieve"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Settings"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Ticket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\Traveller"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Retrieve\TravellerInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\RetrieveAndDisplay"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\RetrieveAndDisplay\DynamicOutputOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\RetrieveAndDisplay\PersonalFacts"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\RetrieveAndDisplay\StatusDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Split"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Split\Passenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\Split\SplitDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\TransferOwnership"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\TransferOwnership\OaIdentificator"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\TransferOwnership\OfficeIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\TransferOwnership\OfficeIdentificator"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\TransferOwnership\OriginatorDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\TransferOwnership\PropagationAction"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\TransferOwnership\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Pnr\TransferOwnership\SpecificChanges"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PointOfRef\Search"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PointOfRef\Search\Area"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PointOfRef\Search\BusinessId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PointOfRef\Search\GeoCode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PointOfRef\Search\Name"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PointOfRef\Search\PorFndQryParams"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\AirlineInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\AttributeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\AttributeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\Budget"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\DateAndTimeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\DateAndTimeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\DaySelection"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\DepartureDays"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\ExtremeSearch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\FlexibilityInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\ItineraryGrp"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\ItineraryInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\LocationIdentificationType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\LocationInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\MonetaryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\NbOfUnitsInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\NumberOfUnitDetailsType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\OfficeId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\OfficeIdInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\OriginIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\QuantityDetailsType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\QuantityInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\SelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\SelectionDetailsGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\SelectionDetailsInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\SelectionInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\StayDuration"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\PriceXplorer\TravelDates"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\CategoryDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\Dates"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\Dumbo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\MessageText"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\MoveItem"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\NumberOfItemsDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\NumberOfPnrs"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\OriginatorDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\PlacePnr"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\PlacementOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\QuantityDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\QueueDate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\QueueDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\QueueList"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\QueueNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\RangeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\RecordLocator"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\RemovalOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\RemoveItem"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\Reservation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\ScanRange"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\Scroll"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\SearchCriteria"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\SearchOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\SelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\SortCriteria"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\SortOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\SourceType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\SubQueueInfoDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\TargetDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Queue\TargetOffice"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\ActionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\AgencyDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\AgentUserDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\AttributeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\CompanyIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\CurrencyDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\CurrencyInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\DateDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\DateTime"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\FormOfPayment"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\FormOfPaymentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\FromSequenceDocumentNumber"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\LastItemsDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\NumberOfItemsDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\OriginIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\OriginatorDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\RequestOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\SalesIndicator"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\SalesPeriodDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\SelectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\SourceType"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\StatusInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\TransactionData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\TransactionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SalesReports\DisplayQueryReport\ValidatingCarrierDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\ApplicationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\ApplicationId"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\Authenticate"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\ConversationClt"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\DutyCode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\DutyCodeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\OrganizationDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\OriginIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\PasswordInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\SignOut"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\SystemDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Security\UserIdentifier"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Service\IntegratedCatalogue"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Service\IntegratedCatalogue\Reservation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Service\IntegratedCatalogue\ReservationInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Service\IntegratedPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Service\IntegratedPricing\DocumentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Service\IntegratedPricing\PricingOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Service\IntegratedPricing\PricingOptionKey"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Service\IntegratedPricing\TicketInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\SessionHeaderV4"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\AtcShopperMasterPricerTravelBoardSearch"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\AttributeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument\ItemNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument\OfficeSettingsDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument\OriginatorDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument\SequenceNumberRanges"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument\StatusInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument\StockProviderDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument\TargetOfficeDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CancelDocument\VoidOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\ActionIdentification"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\CombinationFareFamilies"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\ConnectPointDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\ConnectionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\CustomerRef"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\DocumentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\FeeOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\FormOfPaymentByPassenger"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\GlobalOptions"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\OfficeIdDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\PassengerInfoGrp"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\PaxReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\ProductDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\SolutionFamily"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\TaxInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\TicketChangeInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\TicketNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CheckEligibility\TicketRequestedSegments"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CreateTSMFareElement"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CreateTSMFareElement\FareElementInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CreateTSMFromPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\CreateTSTFromPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DeleteTSMP"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DeleteTSMP\CriteriaTattoo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DeleteTSMP\ReferenceDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DeleteTST"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DeleteTST\DeleteMode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTSMFareElement"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTSMFareElement\FareElementTattoo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTSMFareElement\Reference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTSMP"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTSMP\TattooOfTSM"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTST"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTST\DisplayMode"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTST\NextListInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTST\PsaInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\DisplayTST\ScrollingInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\IdDescription"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\IgnoreRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\InitRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\InitRefund\ActionDetail"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\InitRefund\ActionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\InitRefund\Contract"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\InitRefund\Contracts"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ItemReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\PaxReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\PnrLocatorData"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\CustomerReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\DocDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\DocGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\DocInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\FrequentTravellerDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\FrequentTravellerInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\InfoGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\MessageFunctionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\MsgActionDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\PricingInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessEDoc\TextInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessETicket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessETicket\Ticket"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessETicket\TicketInfoGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ProcessRefund"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\PsaList"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RefDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ReissueConfirmedPricing"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ReissueConfirmedPricing\DocumentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ReissueConfirmedPricing\PaperInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ReissueConfirmedPricing\PaperticketDetailsCoupon"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ReissueConfirmedPricing\TicketInfo"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\CouponDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\CouponInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\DocumentDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\DocumentInfoGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\ExchangeInformationGroup"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\ItemNumberDetails"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\PapercouponInfoLast"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\PaperticketDetailsLastCoupon"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\PricingOption"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\PricingOptionKey"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\RepricePnrWithBookingClass\TransactionIdentifier"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\ReservationInformation"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\Ticket\TstReference"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Struct\WsMessageUtility"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Util\MsgBodyExtractor"; reason: unused.
Removed service "App\MDS\TcpBundle\Amadeus\Client\Util\SomewhatRandomGenerator"; reason: unused.
Removed service "App\MDS\TcpBundle\Controller\Encrypter"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\Airlines"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\ClientWebService"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\EncryptKey"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\InfoVuelo"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\InfoVueloHistoric"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\Itinerary"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\ItineraryDestinyEnd"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\Pnr"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\TransportAgentAssigned"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\TransportPassengers"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\TransportType"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\TransportVehicles"; reason: unused.
Removed service "App\MDS\TcpBundle\Entity\airports"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\AirlinesRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\ClientWebServiceRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\EncryptKeyRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\InfoVueloHistoricRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\InfoVueloRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\ItineraryDestinyEndRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\ItineraryRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\PnrRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\TransportAgentAssignedRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\TransportPassengersRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\TransportTypeRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\TransportVehiclesRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Repository\airportsRepository"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\Soap\IgnoreTransactionRequest"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\Soap\SACSSoapClient"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\Soap\SessionCloseRequest"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\Soap\SessionCreateRequest"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\Soap\XMLSerializer"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\AccessQueueActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\BargainFinderMaxSoapActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\EnhancedAirBookActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\ExecuteCommandDeleteQueue"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\GetReservationReadActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\GetTicketDetailsActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\PassengerDetailsActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\PassengerDetailsNameOnlyActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\QueueAnalysisRQActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\QueueList"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\TravelItineraryReadActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\TravelItineraryReadActivity_data"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\UpdateOnePnr"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\UpdatePnrKeyword"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\SoapActivities\UpdateTravelItineraryReadActivity"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\Workflow\SharedContext"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\Workflow\Workflow"; reason: unused.
Removed service "App\MDS\TcpBundle\Sabre\configuration\SACSConfig"; reason: unused.
Removed service "App\MDS\TcpBundle\TcpBundle"; reason: unused.
Removed service "App\Repository\AppMobileGuestRepository"; reason: unused.
Removed service "App\Repository\AppUsersByEventRepository"; reason: unused.
Removed service "App\Repository\CitiesRepository"; reason: unused.
Removed service "App\Repository\CountryRepository"; reason: unused.
Removed service "App\Repository\EventsOwnershipRepository"; reason: unused.
Removed service "App\Repository\GeneralRepository"; reason: unused.
Removed service "App\Repository\GeneralSystemFlagsRepository"; reason: unused.
Removed service "App\Repository\HotelAllServicesRepository"; reason: unused.
Removed service "App\Repository\HotelBookingReservationRepository"; reason: unused.
Removed service "App\Repository\HotelManagementRepository"; reason: unused.
Removed service "App\Repository\MasterListEmailControlRepository"; reason: unused.
Removed service "App\Repository\MasterListEmailRepository"; reason: unused.
Removed service "App\Repository\MasterRepository"; reason: unused.
Removed service "App\Repository\McpEventAgendaAvDocumentsRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityARScanRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityAgendaRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityAnswerRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityControlRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityEvaluationRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityQuestionsRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityTeamAssignedRepository"; reason: unused.
Removed service "App\Repository\MobileAppActivityTeamRepository"; reason: unused.
Removed service "App\Repository\MobileAppChatControlRepository"; reason: unused.
Removed service "App\Repository\MobileAppChatMessagesRepository"; reason: unused.
Removed service "App\Repository\MobileAppControlEventRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventAdditionalLanguagesRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventAgendaAttendantRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventAgendaQuestionsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventAgendaRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventAnswersRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventBadgeConfigRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventBadgeRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventConfigLandingRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventContactRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventDoctorsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventFlightRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventGalleryCategoryRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventGalleryRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventGalleryScoreRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventHotelAttendantRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventHotelBookingRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventHotelRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventLocationsAttendantRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventLocationsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventNewsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventParkingRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventPresentationsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventProductPresentationRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventQRListRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventQuestionsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventQueuedAnswersRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventQueuedQuestionsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventRatingsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventRefundRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventSeatRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventSeatSelectRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventSelfieRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventSpeakerDocumentsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventSpeakersRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventSponsorsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2AnswersRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2FinalImageRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2GameAssignedRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2GamesMediaRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2GamesSelectRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2GamesTextRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2Repository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2TeamAssignedRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRally2TeamsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyAnswersRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyConfigurationRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyGameAssignedRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyGamesMediaRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyGamesSelectRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyGamesTextRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyTeamAssignedRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTapaRallyTeamsRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventThreadRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventTransportUserRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventVideoCollageRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventVideoFilmRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventVideoRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventVideoScoreRepository"; reason: unused.
Removed service "App\Repository\MobileAppEventWallRepository"; reason: unused.
Removed service "App\Repository\MobileAppGameAlphabetSoupRepository"; reason: unused.
Removed service "App\Repository\MobileAppGameAlphabetSoupScoreRepository"; reason: unused.
Removed service "App\Repository\MobileAppGameColorblindRepository"; reason: unused.
Removed service "App\Repository\MobileAppGameColorblindScoreRepository"; reason: unused.
Removed service "App\Repository\MobileAppGameRoomRepository"; reason: unused.
Removed service "App\Repository\MobileAppGameScratchRepository"; reason: unused.
Removed service "App\Repository\MobileAppGameStepCounterRepository"; reason: unused.
Removed service "App\Repository\MobileAppModulesRepository"; reason: unused.
Removed service "App\Repository\MobileAppPackageConfigRepository"; reason: unused.
Removed service "App\Repository\MobileAppPackageSaleRepository"; reason: unused.
Removed service "App\Repository\MobileAppPackageSoldRepository"; reason: unused.
Removed service "App\Repository\MobileAppScanCardPermissionRepository"; reason: unused.
Removed service "App\Repository\MobileAppSupplierCommentRepository"; reason: unused.
Removed service "App\Repository\MobileAppTokenRepository"; reason: unused.
Removed service "App\Repository\MobileAppUsersBehaviorRepository"; reason: unused.
Removed service "App\Repository\MobileAppUsersRepository"; reason: unused.
Removed service "App\Repository\MobileAppVirtualEventPrivateRoomRepository"; reason: unused.
Removed service "App\Repository\MobileAppVirtualEventRepository"; reason: unused.
Removed service "App\Repository\MobileAppVirtualEventVideoRepository"; reason: unused.
Removed service "App\Repository\ModulesRepository"; reason: unused.
Removed service "App\Repository\PackageConfigRepository"; reason: unused.
Removed service "App\Repository\PacketRepository"; reason: unused.
Removed service "App\Repository\PacketSoldRepository"; reason: unused.
Removed service "App\Repository\SettingsCompanyRepository"; reason: unused.
Removed service "App\Repository\SettingsGdsNotificationMailRepository"; reason: unused.
Removed service "App\Repository\SettingsGdsQueuesRepository"; reason: unused.
Removed service "App\Repository\SettingsGdsReplacementQueuesRepository"; reason: unused.
Removed service "App\Repository\SettingsGdsRepository"; reason: unused.
Removed service "App\Repository\SettingsOfficeRepository"; reason: unused.
Removed service "App\Repository\SettingsTeamRepository"; reason: unused.
Removed service "App\Repository\SettingsTpvRedsysRepository"; reason: unused.
Removed service "App\Repository\SettingsTypeRepository"; reason: unused.
Removed service "App\Repository\SettinsOfficeRepository"; reason: unused.
Removed service "App\Repository\SupplierConfigMapRepository"; reason: unused.
Removed service "App\Repository\SupplierRepository"; reason: unused.
Removed service "App\Repository\UserPickupLocationRepository"; reason: unused.
Removed service "App\Repository\WidgetNotesRepository"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~Ye4TzTF"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.request.param_fetcher"; reason: unused.
Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
Removed service "fos_rest.serializer.jms"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
470
Inlined service ".service_locator.mx0UMmY.App\Controller\AlertNotificationSystemController" to "App\Controller\AlertNotificationSystemController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CreateFormsController" to "App\Controller\CreateFormsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EmailRegisteredEventAssistantsController" to "App\Controller\EmailRegisteredEventAssistantsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ErrorController" to "App\Controller\ErrorController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ExternalAttendantRegister" to "App\Controller\ExternalAttendantRegister".
Inlined service ".service_locator.mx0UMmY.App\Controller\ExternalHotelController" to "App\Controller\ExternalHotelController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ExternalInvitationEventController" to "App\Controller\ExternalInvitationEventController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ExternalPackageSaleControle" to "App\Controller\ExternalPackageSaleControle".
Inlined service ".service_locator.mx0UMmY.App\Controller\ExternalPacketController" to "App\Controller\ExternalPacketController".
Inlined service ".service_locator.mx0UMmY.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\HotelAllServiceController" to "App\Controller\HotelAllServiceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\HotelController" to "App\Controller\HotelController".
Inlined service ".service_locator.mx0UMmY.App\Controller\HotelRoominglistController" to "App\Controller\HotelRoominglistController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MailingController" to "App\Controller\MailingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MasterAttendantListController" to "App\Controller\MasterAttendantListController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MasterListEmailController" to "App\Controller\MasterListEmailController".
Inlined service ".service_locator.mx0UMmY.App\Controller\McpAvFilesAgendaController" to "App\Controller\McpAvFilesAgendaController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppActivityAgendaController" to "App\Controller\MobileAppActivityAgendaController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppActivityControlController" to "App\Controller\MobileAppActivityControlController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppActivityController" to "App\Controller\MobileAppActivityController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppActivityScoreController" to "App\Controller\MobileAppActivityScoreController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppActivityTeamController" to "App\Controller\MobileAppActivityTeamController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppAgendaAttendantController" to "App\Controller\MobileAppAgendaAttendantController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppAgendaController" to "App\Controller\MobileAppAgendaController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppAgendaQuestionsController" to "App\Controller\MobileAppAgendaQuestionsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppAnswersController" to "App\Controller\MobileAppAnswersController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppBadgeConfigController" to "App\Controller\MobileAppBadgeConfigController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppBadgeController" to "App\Controller\MobileAppBadgeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppBadgeScanController" to "App\Controller\MobileAppBadgeScanController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppChatController" to "App\Controller\MobileAppChatController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppContactController" to "App\Controller\MobileAppContactController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppDocumentsController" to "App\Controller\MobileAppDocumentsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventAdditionalLanguagesController" to "App\Controller\MobileAppEventAdditionalLanguagesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventConfigLandingController" to "App\Controller\MobileAppEventConfigLandingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventController" to "App\Controller\MobileAppEventController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventGalleryController" to "App\Controller\MobileAppEventGalleryController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventHotelAttendantController" to "App\Controller\MobileAppEventHotelAttendantController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventNewsController" to "App\Controller\MobileAppEventNewsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventParkingController" to "App\Controller\MobileAppEventParkingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventProductPresentationController" to "App\Controller\MobileAppEventProductPresentationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventRatingsController" to "App\Controller\MobileAppEventRatingsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventRefundController" to "App\Controller\MobileAppEventRefundController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventSeatController" to "App\Controller\MobileAppEventSeatController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventSelfieController" to "App\Controller\MobileAppEventSelfieController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventSponsorsController" to "App\Controller\MobileAppEventSponsorsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventTapaRally2Controller" to "App\Controller\MobileAppEventTapaRally2Controller".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventTapaRally2TeamsController" to "App\Controller\MobileAppEventTapaRally2TeamsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventTapaRallyController" to "App\Controller\MobileAppEventTapaRallyController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventTapaRallyTeamsController" to "App\Controller\MobileAppEventTapaRallyTeamsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventTransportUserController" to "App\Controller\MobileAppEventTransportUserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventVideoCollageController" to "App\Controller\MobileAppEventVideoCollageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventVideoController" to "App\Controller\MobileAppEventVideoController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppEventVideoFilmController" to "App\Controller\MobileAppEventVideoFilmController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppFlightController" to "App\Controller\MobileAppFlightController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppGameAlphabetSoupController" to "App\Controller\MobileAppGameAlphabetSoupController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppGameColorblindController" to "App\Controller\MobileAppGameColorblindController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppGameGlobalScoresController" to "App\Controller\MobileAppGameGlobalScoresController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppGameScratchController" to "App\Controller\MobileAppGameScratchController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppGameStepCounterController" to "App\Controller\MobileAppGameStepCounterController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppHotelController" to "App\Controller\MobileAppHotelController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppItineraryController" to "App\Controller\MobileAppItineraryController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppLocationsAttendantController" to "App\Controller\MobileAppLocationsAttendantController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppLocationsController" to "App\Controller\MobileAppLocationsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppPackageConfigController" to "App\Controller\MobileAppPackageConfigController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppPackageController" to "App\Controller\MobileAppPackageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppQuestionsController" to "App\Controller\MobileAppQuestionsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppScanCardController" to "App\Controller\MobileAppScanCardController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppSpeakersController" to "App\Controller\MobileAppSpeakersController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppThreadController" to "App\Controller\MobileAppThreadController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppUsersBehaviorController" to "App\Controller\MobileAppUsersBehaviorController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppUsersController" to "App\Controller\MobileAppUsersController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppVirtualEventController" to "App\Controller\MobileAppVirtualEventController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppVirtualEventDocumentController" to "App\Controller\MobileAppVirtualEventDocumentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppVirtualEventVideoController" to "App\Controller\MobileAppVirtualEventVideoController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MobileAppWallController" to "App\Controller\MobileAppWallController".
Inlined service ".service_locator.mx0UMmY.App\Controller\OperationsController" to "App\Controller\OperationsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\PackageConfigController" to "App\Controller\PackageConfigController".
Inlined service ".service_locator.mx0UMmY.App\Controller\PacketController" to "App\Controller\PacketController".
Inlined service "security.authentication_utils" to "App\Controller\SecurityController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsCompanyController" to "App\Controller\SettingsCompanyController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsController" to "App\Controller\SettingsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsGdsController" to "App\Controller\SettingsGdsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsGeneralController" to "App\Controller\SettingsGeneralController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsLocationsController" to "App\Controller\SettingsLocationsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsOfficeController" to "App\Controller\SettingsOfficeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsPermissionsController" to "App\Controller\SettingsPermissionsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsPushController" to "App\Controller\SettingsPushController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsTeamController" to "App\Controller\SettingsTeamController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SettingsTpvRedsysController" to "App\Controller\SettingsTpvRedsysController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SuperAdminController" to "App\Controller\SuperAdminController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SupplierController" to "App\Controller\SupplierController".
Inlined service ".service_locator.u9KuSDP.App\Controller\SyncController" to "App\Controller\SyncController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiActivityController" to "App\MDS\ApiBundle\Controller\ApiActivityController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiAgendaAttendantController" to "App\MDS\ApiBundle\Controller\ApiAgendaAttendantController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiAgendaController" to "App\MDS\ApiBundle\Controller\ApiAgendaController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiAttendantsController" to "App\MDS\ApiBundle\Controller\ApiAttendantsController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiBadgeController" to "App\MDS\ApiBundle\Controller\ApiBadgeController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiChatsController" to "App\MDS\ApiBundle\Controller\ApiChatsController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiContactController" to "App\MDS\ApiBundle\Controller\ApiContactController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiCreateFormsController" to "App\MDS\ApiBundle\Controller\ApiCreateFormsController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiDataWebController" to "App\MDS\ApiBundle\Controller\ApiDataWebController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiDocumentController" to "App\MDS\ApiBundle\Controller\ApiDocumentController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiEventController" to "App\MDS\ApiBundle\Controller\ApiEventController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController" to "App\MDS\ApiBundle\Controller\ApiEventHotelAttendantController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiEventRatingsController" to "App\MDS\ApiBundle\Controller\ApiEventRatingsController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiEventRefundController" to "App\MDS\ApiBundle\Controller\ApiEventRefundController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller" to "App\MDS\ApiBundle\Controller\ApiEventTapaRally2Controller".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiEventTapaRallyController" to "App\MDS\ApiBundle\Controller\ApiEventTapaRallyController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiEventTransportUserController" to "App\MDS\ApiBundle\Controller\ApiEventTransportUserController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiEventVideoCollageController" to "App\MDS\ApiBundle\Controller\ApiEventVideoCollageController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiFlightController" to "App\MDS\ApiBundle\Controller\ApiFlightController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiGalleryController" to "App\MDS\ApiBundle\Controller\ApiGalleryController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController" to "App\MDS\ApiBundle\Controller\ApiGameAlphabetSoupController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiGameColorblindController" to "App\MDS\ApiBundle\Controller\ApiGameColorblindController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiGameRoomController" to "App\MDS\ApiBundle\Controller\ApiGameRoomController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiGameScratchController" to "App\MDS\ApiBundle\Controller\ApiGameScratchController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiGameStepCounterController" to "App\MDS\ApiBundle\Controller\ApiGameStepCounterController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiHotelController" to "App\MDS\ApiBundle\Controller\ApiHotelController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiLocationAttendantController" to "App\MDS\ApiBundle\Controller\ApiLocationAttendantController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiLocationController" to "App\MDS\ApiBundle\Controller\ApiLocationController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiMobileAppUserController" to "App\MDS\ApiBundle\Controller\ApiMobileAppUserController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiNewsController" to "App\MDS\ApiBundle\Controller\ApiNewsController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiPackageSaleController" to "App\MDS\ApiBundle\Controller\ApiPackageSaleController".
Inlined service ".service_locator.mx0UMmY.App\MDS\ApiBundle\Controller\ApiPackageSoldController" to "App\MDS\ApiBundle\Controller\ApiPackageSoldController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiParkingController" to "App\MDS\ApiBundle\Controller\ApiParkingController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiProductPresentationController" to "App\MDS\ApiBundle\Controller\ApiProductPresentationController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiPushController" to "App\MDS\ApiBundle\Controller\ApiPushController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiQnAController" to "App\MDS\ApiBundle\Controller\ApiQnAController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiRatingsController" to "App\MDS\ApiBundle\Controller\ApiRatingsController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiRedsysController" to "App\MDS\ApiBundle\Controller\ApiRedsysController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiScanCardController" to "App\MDS\ApiBundle\Controller\ApiScanCardController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiSecurityController" to "App\MDS\ApiBundle\Controller\ApiSecurityController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiSelfieController" to "App\MDS\ApiBundle\Controller\ApiSelfieController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiSpeakersController" to "App\MDS\ApiBundle\Controller\ApiSpeakersController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiSplashController" to "App\MDS\ApiBundle\Controller\ApiSplashController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiSponsorsController" to "App\MDS\ApiBundle\Controller\ApiSponsorsController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiSupplierController" to "App\MDS\ApiBundle\Controller\ApiSupplierController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiTransferController" to "App\MDS\ApiBundle\Controller\ApiTransferController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiUsersController" to "App\MDS\ApiBundle\Controller\ApiUsersController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiVideoController" to "App\MDS\ApiBundle\Controller\ApiVideoController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController" to "App\MDS\ApiBundle\Controller\ApiVideoFilmConfigController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiVirtualEventController" to "App\MDS\ApiBundle\Controller\ApiVirtualEventController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController" to "App\MDS\ApiBundle\Controller\ApiVirtualEventVideoController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\ApiWallController" to "App\MDS\ApiBundle\Controller\ApiWallController".
Inlined service ".service_locator.u9KuSDP.App\MDS\ApiBundle\Controller\DefaultController" to "App\MDS\ApiBundle\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.App\MDS\LoungeAdminBundle\Controller\DefaultController" to "App\MDS\LoungeAdminBundle\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.App\MDS\LoungeAdminBundle\Controller\ReservationsController" to "App\MDS\LoungeAdminBundle\Controller\ReservationsController".
Inlined service ".service_locator.mx0UMmY.App\MDS\McpBundle\Controller\DefaultController" to "App\MDS\McpBundle\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.App\MDS\TcpBundle\Controller\AmadeusSoapController" to "App\MDS\TcpBundle\Controller\AmadeusSoapController".
Inlined service ".service_locator.u9KuSDP.App\MDS\TcpBundle\Controller\ApiController" to "App\MDS\TcpBundle\Controller\ApiController".
Inlined service ".service_locator.mx0UMmY.App\MDS\TcpBundle\Controller\ClientWebServiceController" to "App\MDS\TcpBundle\Controller\ClientWebServiceController".
Inlined service ".service_locator.mx0UMmY.App\MDS\TcpBundle\Controller\DefaultController" to "App\MDS\TcpBundle\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.App\MDS\TcpBundle\Controller\FlightController" to "App\MDS\TcpBundle\Controller\FlightController".
Inlined service ".service_locator.mx0UMmY.App\MDS\TcpBundle\Controller\SOAPController" to "App\MDS\TcpBundle\Controller\SOAPController".
Inlined service ".service_locator.mx0UMmY.App\MDS\TcpBundle\Controller\TransferController" to "App\MDS\TcpBundle\Controller\TransferController".
Inlined service "mailer.mailer" to "App\Service\EmailService".
Inlined service "App\Service\QrService" to "App\Service\PackageSaleService".
Inlined service "App\Service\AppUsersByEventService" to "App\Service\PackageSaleService".
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 "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
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.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
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.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.GVyCdgr" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.ZpBMjqs" 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.19_mNxd" 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 "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 "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 "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.1kmbKC8" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.3imICr0" 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.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.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 "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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppbundleExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" 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.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.8QzOt3J" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.8lQxI2T" to "security.access_map".
Inlined service ".security.request_matcher.MnmuJyl" to "security.access_map".
Inlined service ".security.request_matcher.kSEtxzF" to "security.access_map".
Inlined service ".security.request_matcher.fpQbpSF" to "security.access_map".
Inlined service ".security.request_matcher.xaXrB4W" to "security.access_map".
Inlined service ".security.request_matcher.qFBLRMf" to "security.access_map".
Inlined service ".security.request_matcher.B6EJCSI" to "security.access_map".
Inlined service ".security.request_matcher.CkxMzez" to "security.access_map".
Inlined service ".security.request_matcher.O7Tsk.w" to "security.access_map".
Inlined service ".security.request_matcher.VzZ2gzN" to "security.access_map".
Inlined service ".security.request_matcher.yCz18KO" to "security.access_map".
Inlined service ".security.request_matcher.llr9MvQ" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.KQPriKs" to "security.access_map".
Inlined service ".security.request_matcher.HoOdUNj" to "security.access_map".
Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
Inlined service ".security.request_matcher.BeanA1O" to "security.access_map".
Inlined service ".security.request_matcher._Ebpebb" to "security.access_map".
Inlined service ".security.request_matcher.bLIX9xh" to "security.access_map".
Inlined service ".security.request_matcher.H0QFH6i" to "security.access_map".
Inlined service ".security.request_matcher.NhAzDwy" to "security.access_map".
Inlined service ".security.request_matcher.geBawwb" 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 "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.user_checker" to "security.listener.user_checker.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 "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 "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
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 "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 "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.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.gOdCe1K" to ".service_locator.gOdCe1K.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
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 ".service_locator.ca286Cb" to "console.command_loader".
Inlined service ".service_locator.gOdCe1K.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 "fos_rest.serializer.symfony" to "fos_rest.view_handler".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".