https://legacy-qa.grupoaviatur.com/buscar/autos

Log Messages

Level (7)
Channel (4)
Time Message
info Connecting with parameters
[
  "url" => "<redacted>"
  "charset" => "utf8mb4"
  "driver" => "pdo_mysql"
  "host" => "mysqlb2c-qa.grupoaviatur.com"
  "port" => 3306
  "user" => "qa_user"
  "password" => "<redacted>"
  "driverOptions" => []
  "defaultTableOptions" => [
    "collate" => "utf8mb4_unicode_ci"
  ]
  "dbname" => "symfony_qa"
]
deprecation User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
deprecation User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\BasePasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\CheckPasswordLengthTrait" instead.
deprecation User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_CramMd5Authenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Swift_Transport::ping()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_AbstractSmtpTransport" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_NTLMAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_PlainAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_LoginAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Since sonata-project/intl-bundle 2.13: The "sonata.intl.locale_detector.request_stack" service is deprecated since sonata-project/intl-bundle 2.13 and will be removed in 3.0.
deprecation User Deprecated: Method "Swift_Transport_EsmtpHandler::getRcptParams()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_AuthHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Swift_Transport_EsmtpHandler::getMailParams()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_AuthHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface" class is deprecated, use "Symfony\Component\PasswordHasher\PasswordHasherInterface" instead.
deprecation User Deprecated: Since sonata-project/intl-bundle 2.13: The "sonata.intl.timezone_detector.locale" service is deprecated since sonata-project/intl-bundle 2.13 and will be removed in 3.0.
deprecation User Deprecated: Method "Swift_OutputByteStream::setReadPointer()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_StreamBuffer" now to avoid errors or add an explicit @return annotation to suppress this message.
info Matched route
"aviatur_search_cars"
.
deprecation User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
deprecation User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated.
deprecation User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
deprecation User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
info Populated the TokenStorage with an anonymous Token.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.admin" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
deprecation 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.
deprecation 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.
deprecation User Deprecated: Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.
deprecation User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.

There are no log messages.

Container Compilation Logs (3020)

Log messages generated during the compilation of the service container.
Messages Class
1
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
18
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
4
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
2
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
497
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.static_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
  • 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.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.firewall.map.config.oauth_token" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.oauth_token" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.fos_oauth_server.api" (parent: fos_oauth_server.security.authentication.provider).
  • Resolving inheritance for "security.authentication.listener.fos_oauth_server.api" (parent: fos_oauth_server.security.authentication.listener).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.restApp" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.fos_oauth_server.restApp" (parent: fos_oauth_server.security.authentication.provider).
  • Resolving inheritance for "security.authentication.listener.fos_oauth_server.restApp" (parent: fos_oauth_server.security.authentication.listener).
  • Resolving inheritance for "security.exception_listener.restApp" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.restApp" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.dao.admin" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.admin" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.admin" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • 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.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • 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.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • 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 "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
  • Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.assetic.asset_manager_cache_warmer" (parent: .abstract.instanceof.assetic.asset_manager_cache_warmer).
  • Resolving inheritance for "assetic.asset_manager_cache_warmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.assetic.asset_manager_cache_warmer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Bundle\AsseticBundle\Command\DumpCommand" (parent: .abstract.instanceof.Symfony\Bundle\AsseticBundle\Command\DumpCommand).
  • Resolving inheritance for "Symfony\Bundle\AsseticBundle\Command\DumpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Bundle\AsseticBundle\Command\DumpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Bundle\AsseticBundle\Command\WatchCommand" (parent: .abstract.instanceof.Symfony\Bundle\AsseticBundle\Command\WatchCommand).
  • Resolving inheritance for "Symfony\Bundle\AsseticBundle\Command\WatchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Bundle\AsseticBundle\Command\WatchCommand).
  • 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 "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ContentBundle\Controller\ContentController" (parent: .abstract.instanceof.Aviatur\ContentBundle\Controller\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ContentBundle\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ContentBundle\Controller\ContentController).
  • Resolving inheritance for "Aviatur\ContentBundle\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ContentBundle\Controller\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\GeneralBundle\Controller\GeneralController" (parent: .abstract.instanceof.Aviatur\GeneralBundle\Controller\GeneralController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\GeneralBundle\Controller\GeneralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\GeneralBundle\Controller\GeneralController).
  • Resolving inheritance for "Aviatur\GeneralBundle\Controller\GeneralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\GeneralBundle\Controller\GeneralController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\BlogBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\BlogBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\BlogBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\BlogBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\BlogBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\BlogBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CustomerBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\CustomerBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CustomerBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CustomerBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\CustomerBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CustomerBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CustomerBundle\Controller\SocialNetworksController" (parent: .abstract.instanceof.Aviatur\CustomerBundle\Controller\SocialNetworksController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CustomerBundle\Controller\SocialNetworksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CustomerBundle\Controller\SocialNetworksController).
  • Resolving inheritance for "Aviatur\CustomerBundle\Controller\SocialNetworksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CustomerBundle\Controller\SocialNetworksController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgencyBundle\Controller\AgencyController" (parent: .abstract.instanceof.Aviatur\AgencyBundle\Controller\AgencyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgencyBundle\Controller\AgencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgencyBundle\Controller\AgencyController).
  • Resolving inheritance for "Aviatur\AgencyBundle\Controller\AgencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgencyBundle\Controller\AgencyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CarBundle\Controller\AgentCarsController" (parent: .abstract.instanceof.Aviatur\CarBundle\Controller\AgentCarsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CarBundle\Controller\AgentCarsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CarBundle\Controller\AgentCarsController).
  • Resolving inheritance for "Aviatur\CarBundle\Controller\AgentCarsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CarBundle\Controller\AgentCarsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CarBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\CarBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CarBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CarBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\CarBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CarBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelController" (parent: .abstract.instanceof.Aviatur\HotelBundle\Controller\HotelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelController).
  • Resolving inheritance for "Aviatur\HotelBundle\Controller\HotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelRestController" (parent: .abstract.instanceof.Aviatur\HotelBundle\Controller\HotelRestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelRestController).
  • Resolving inheritance for "Aviatur\HotelBundle\Controller\HotelRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelRestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelTuPlusController" (parent: .abstract.instanceof.Aviatur\HotelBundle\Controller\HotelTuPlusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelTuPlusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelTuPlusController).
  • Resolving inheritance for "Aviatur\HotelBundle\Controller\HotelTuPlusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelTuPlusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AdminFeeAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AdminFeeAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AdminFeeAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AdminFeeAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AdminFeeAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AdminFeeAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AgencyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyConfigAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyConfigAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyConfigAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AgencyConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyConfigAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyEditAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyEditAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyEditAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyEditAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AgencyEditAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyEditAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgentAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AgentAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgentAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgentAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AgentAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgentAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgentTransactionAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AgentTransactionAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgentTransactionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgentTransactionAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AgentTransactionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgentTransactionAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AsessorAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\AsessorAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AsessorAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AsessorAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\AsessorAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AsessorAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\CardAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\CardAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\CardAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\CardAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\CardAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\CardAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ChurningAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\ChurningAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ChurningAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ChurningAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\ChurningAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ChurningAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\CustomerAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\CustomerAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\CustomerAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\CustomerAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\CustomerAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\CustomerAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ExceptionLogAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\ExceptionLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ExceptionLogAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ExceptionLogAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\ExceptionLogAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ExceptionLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalRateAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\HistoricalRateAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalRateAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalRateAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\HistoricalRateAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalRateAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HomePromoAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\HomePromoAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HomePromoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HomePromoAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\HomePromoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HomePromoAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HomePromoListAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\HomePromoListAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HomePromoListAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HomePromoListAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\HomePromoListAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HomePromoListAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\JournalAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\JournalAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\JournalAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\JournalAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\JournalAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\JournalAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\LogSearchController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\LogSearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\LogSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\LogSearchController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\LogSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\LogSearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameBlacklistAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\NameBlacklistAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameBlacklistAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameBlacklistAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\NameBlacklistAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameBlacklistAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameWhitelistAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\NameWhitelistAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameWhitelistAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameWhitelistAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\NameWhitelistAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameWhitelistAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NewsletterAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\NewsletterAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NewsletterAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NewsletterAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\NewsletterAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NewsletterAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\OrderAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\OrderAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\OrderAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\OrderAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\OrderAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\OrderAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\OrderProductAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\OrderProductAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\OrderProductAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\OrderProductAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\OrderProductAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\OrderProductAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentMethodAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\PaymentMethodAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentMethodAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentMethodAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\PaymentMethodAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentMethodAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PromoProductAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\PromoProductAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PromoProductAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PromoProductAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\PromoProductAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PromoProductAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ProviderAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\ProviderAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ProviderAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ProviderAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\ProviderAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ProviderAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\RateRecommendedAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\RateRecommendedAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\RateRecommendedAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\RateRecommendedAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\RateRecommendedAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\RateRecommendedAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\RedemptionListAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\RedemptionListAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\RedemptionListAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\RedemptionListAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\RedemptionListAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\RedemptionListAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\ReportDiscountAviaturController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SeoHeaderAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\SeoHeaderAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SeoHeaderAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SeoHeaderAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\SeoHeaderAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SeoHeaderAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SeoUrlAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\SeoUrlAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SeoUrlAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SeoUrlAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\SeoUrlAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SeoUrlAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\TrmAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\TrmAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\TrmAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\TrmAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\TrmAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\TrmAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\UserAgencyAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\UserAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\UserAgencyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\UserAgencyAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\UserAgencyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\UserAgencyAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\WhitemarkAdminController" (parent: .abstract.instanceof.Aviatur\AdminBundle\Controller\WhitemarkAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\WhitemarkAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\WhitemarkAdminController).
  • Resolving inheritance for "Aviatur\AdminBundle\Controller\WhitemarkAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\WhitemarkAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SoapBundle\Controller\MarkupServiceController" (parent: .abstract.instanceof.Aviatur\SoapBundle\Controller\MarkupServiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SoapBundle\Controller\MarkupServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SoapBundle\Controller\MarkupServiceController).
  • Resolving inheritance for "Aviatur\SoapBundle\Controller\MarkupServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SoapBundle\Controller\MarkupServiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SoapBundle\Controller\PruebaController" (parent: .abstract.instanceof.Aviatur\SoapBundle\Controller\PruebaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SoapBundle\Controller\PruebaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SoapBundle\Controller\PruebaController).
  • Resolving inheritance for "Aviatur\SoapBundle\Controller\PruebaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SoapBundle\Controller\PruebaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\BusController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\BusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\BusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\BusController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\BusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\BusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CarController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\CarController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CarController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\CarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CarController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CorporateController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\CorporateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CorporateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CorporateController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\CorporateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CorporateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CruiseController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\CruiseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CruiseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CruiseController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\CruiseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CruiseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\DocumentationController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\DocumentationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\DocumentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\DocumentationController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\DocumentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\DocumentationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\ExperienceController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\ExperienceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\ExperienceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\ExperienceController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\ExperienceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\ExperienceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\FlightController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\FlightController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\FlightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\FlightController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\FlightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\FlightController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\FlightHotelCarController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\FlightHotelCarController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\FlightHotelCarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\FlightHotelCarController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\FlightHotelCarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\FlightHotelCarController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\GiftVoucherController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\GiftVoucherController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\GiftVoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\GiftVoucherController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\GiftVoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\GiftVoucherController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\HelicopterController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\HelicopterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\HelicopterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\HelicopterController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\HelicopterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\HelicopterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\HotelController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\HotelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\HotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\HotelController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\HotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\HotelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\InsuranceController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\InsuranceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\InsuranceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\InsuranceController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\InsuranceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\InsuranceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\PackageController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\PackageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\PackageController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\PackageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\ParkController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\ParkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\ParkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\ParkController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\ParkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\ParkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\SearchController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\SearchController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TicketController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\TicketController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TicketController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TicketController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TrainController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\TrainController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TrainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TrainController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\TrainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TrainController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TravelDestinationController" (parent: .abstract.instanceof.Aviatur\SearchBundle\Controller\TravelDestinationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TravelDestinationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TravelDestinationController).
  • Resolving inheritance for "Aviatur\SearchBundle\Controller\TravelDestinationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TravelDestinationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightAncillariesController" (parent: .abstract.instanceof.Aviatur\FlightBundle\Controller\FlightAncillariesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightAncillariesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightAncillariesController).
  • Resolving inheritance for "Aviatur\FlightBundle\Controller\FlightAncillariesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightAncillariesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightAvailabilityController" (parent: .abstract.instanceof.Aviatur\FlightBundle\Controller\FlightAvailabilityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightAvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightAvailabilityController).
  • Resolving inheritance for "Aviatur\FlightBundle\Controller\FlightAvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightAvailabilityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightCalendarController" (parent: .abstract.instanceof.Aviatur\FlightBundle\Controller\FlightCalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightCalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightCalendarController).
  • Resolving inheritance for "Aviatur\FlightBundle\Controller\FlightCalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightCalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightCallbackController" (parent: .abstract.instanceof.Aviatur\FlightBundle\Controller\FlightCallbackController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightCallbackController).
  • Resolving inheritance for "Aviatur\FlightBundle\Controller\FlightCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightCallbackController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController" (parent: .abstract.instanceof.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController).
  • Resolving inheritance for "Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightPrepaymentController" (parent: .abstract.instanceof.Aviatur\FlightBundle\Controller\FlightPrepaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightPrepaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightPrepaymentController).
  • Resolving inheritance for "Aviatur\FlightBundle\Controller\FlightPrepaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightPrepaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightResumeController" (parent: .abstract.instanceof.Aviatur\FlightBundle\Controller\FlightResumeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightResumeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightResumeController).
  • Resolving inheritance for "Aviatur\FlightBundle\Controller\FlightResumeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightResumeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\EditionBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\EditionBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\EditionBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\EditionBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\EditionBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\EditionBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\MultiBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\MultiBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\MultiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\MultiBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\MultiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\MultiBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FormBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\FormBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FormBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FormBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\FormBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FormBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\PackageBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\PackageBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\PackageBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\PackageBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\PackageBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\PackageBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\InsuranceBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\InsuranceBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\InsuranceBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\InsuranceBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\InsuranceBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\InsuranceBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\DocumentationBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\DocumentationBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\DocumentationBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\DocumentationBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\DocumentationBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\DocumentationBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController" (parent: .abstract.instanceof.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController).
  • Resolving inheritance for "Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController" (parent: .abstract.instanceof.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController).
  • Resolving inheritance for "Aviatur\HelicopterBundle\Controller\HelicopterCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController" (parent: .abstract.instanceof.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController).
  • Resolving inheritance for "Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterResumeController" (parent: .abstract.instanceof.Aviatur\HelicopterBundle\Controller\HelicopterResumeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterResumeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterResumeController).
  • Resolving inheritance for "Aviatur\HelicopterBundle\Controller\HelicopterResumeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterResumeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\CommissionController" (parent: .abstract.instanceof.Aviatur\AgentBundle\Controller\CommissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\CommissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\CommissionController).
  • Resolving inheritance for "Aviatur\AgentBundle\Controller\CommissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\CommissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\AgentBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\AgentBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\OverController" (parent: .abstract.instanceof.Aviatur\AgentBundle\Controller\OverController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\OverController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\OverController).
  • Resolving inheritance for "Aviatur\AgentBundle\Controller\OverController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\OverController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\PYQController" (parent: .abstract.instanceof.Aviatur\AgentBundle\Controller\PYQController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\PYQController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\PYQController).
  • Resolving inheritance for "Aviatur\AgentBundle\Controller\PYQController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\PYQController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\PoliciesController" (parent: .abstract.instanceof.Aviatur\AgentBundle\Controller\PoliciesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\PoliciesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\PoliciesController).
  • Resolving inheritance for "Aviatur\AgentBundle\Controller\PoliciesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\PoliciesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\SalesController" (parent: .abstract.instanceof.Aviatur\AgentBundle\Controller\SalesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\SalesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\SalesController).
  • Resolving inheritance for "Aviatur\AgentBundle\Controller\SalesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\SalesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\GiftVoucherBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\GiftVoucherBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\GiftVoucherBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\GiftVoucherBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\GiftVoucherBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\GiftVoucherBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CruiserBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\CruiserBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CruiserBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CruiserBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\CruiserBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CruiserBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ApiWhiteMarkController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\ApiWhiteMarkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ApiWhiteMarkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ApiWhiteMarkController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\ApiWhiteMarkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ApiWhiteMarkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ApiWmController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\ApiWmController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ApiWmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ApiWmController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\ApiWmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ApiWmController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AthController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\AthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AthController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\AthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppCustomerController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\AviaturAppCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppCustomerController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\AviaturAppCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppFligthController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\AviaturAppFligthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppFligthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppFligthController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\AviaturAppFligthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppFligthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppGeneralController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\AviaturAppGeneralController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppGeneralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppGeneralController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\AviaturAppGeneralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppGeneralController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppHotelController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\AviaturAppHotelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppHotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppHotelController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\AviaturAppHotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppHotelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\BookingDetailController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\BookingDetailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\BookingDetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\BookingDetailController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\BookingDetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\BookingDetailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\BookingListController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\BookingListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\BookingListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\BookingListController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\BookingListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\BookingListController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\CustomerController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\CustomerController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\HopperController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\HopperController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\HopperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\HopperController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\HopperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\HopperController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\LogReservationController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\LogReservationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\LogReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\LogReservationController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\LogReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\LogReservationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\PayoutExtrasAPIController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\PayoutExtrasAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\PayoutExtrasAPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\PayoutExtrasAPIController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\PayoutExtrasAPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\PayoutExtrasAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ProductDataReceiverController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\ProductDataReceiverController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ProductDataReceiverController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ProductDataReceiverController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\ProductDataReceiverController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ProductDataReceiverController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\RedemptionController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\RedemptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\RedemptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\RedemptionController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\RedemptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\RedemptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\SecurityController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\SecurityController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\SpecialEmissionsController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\SpecialEmissionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\SpecialEmissionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\SpecialEmissionsController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\SpecialEmissionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\SpecialEmissionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\StatsStageReceiverController" (parent: .abstract.instanceof.Aviatur\RestBundle\Controller\StatsStageReceiverController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\StatsStageReceiverController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\StatsStageReceiverController).
  • Resolving inheritance for "Aviatur\RestBundle\Controller\StatsStageReceiverController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\StatsStageReceiverController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\StatsBundle\Controller\StatsController" (parent: .abstract.instanceof.Aviatur\StatsBundle\Controller\StatsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\StatsBundle\Controller\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\StatsBundle\Controller\StatsController).
  • Resolving inheritance for "Aviatur\StatsBundle\Controller\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\StatsBundle\Controller\StatsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TicketBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\TicketBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TicketBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TicketBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\TicketBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TicketBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TrainBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\TrainBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TrainBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TrainBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\TrainBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TrainBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TrainBundle\Controller\TrainController" (parent: .abstract.instanceof.Aviatur\TrainBundle\Controller\TrainController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TrainBundle\Controller\TrainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TrainBundle\Controller\TrainController).
  • Resolving inheritance for "Aviatur\TrainBundle\Controller\TrainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TrainBundle\Controller\TrainController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\BusBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\BusBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\BusBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\BusBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\BusBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\BusBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ExperienceBundle\Controller\ExperienceController" (parent: .abstract.instanceof.Aviatur\ExperienceBundle\Controller\ExperienceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ExperienceBundle\Controller\ExperienceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ExperienceBundle\Controller\ExperienceController).
  • Resolving inheritance for "Aviatur\ExperienceBundle\Controller\ExperienceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ExperienceBundle\Controller\ExperienceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\MedicalSupplyBundle\Controller\DefaultController" (parent: .abstract.instanceof.Aviatur\MedicalSupplyBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\MedicalSupplyBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\MedicalSupplyBundle\Controller\DefaultController).
  • Resolving inheritance for "Aviatur\MedicalSupplyBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\MedicalSupplyBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ParkBundle\Controller\ParkAvailabilityController" (parent: .abstract.instanceof.Aviatur\ParkBundle\Controller\ParkAvailabilityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ParkBundle\Controller\ParkAvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ParkBundle\Controller\ParkAvailabilityController).
  • Resolving inheritance for "Aviatur\ParkBundle\Controller\ParkAvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ParkBundle\Controller\ParkAvailabilityController).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.assetic" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
902
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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\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 "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\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\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.user.provider.concrete.fos_userbundle"; reason: private alias.
  • Removed service "security.user.provider.concrete.sonata_user_bundle"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.restApp"; reason: private alias.
  • Removed service "security.user_checker.restApp"; reason: private alias.
  • Removed service "security.authentication.session_strategy.admin"; reason: private alias.
  • Removed service "security.user_checker.admin"; 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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "assetic.value_supplier"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; 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 "FOS\OAuthServerBundle\Model\ClientManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\AccessTokenManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\AuthCodeManagerInterface"; reason: private alias.
  • Removed service "fos_oauth_server.storage"; reason: private alias.
  • Removed service "fos_oauth_server.client_manager"; reason: private alias.
  • Removed service "fos_oauth_server.access_token_manager"; reason: private alias.
  • Removed service "fos_oauth_server.refresh_token_manager"; reason: private alias.
  • Removed service "fos_oauth_server.auth_code_manager"; reason: private alias.
  • Removed service "fos_oauth_server.user_provider"; reason: private alias.
  • Removed service "fos_oauth_server.authorize.form.handler"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_user.doctrine_registry"; reason: private alias.
  • Removed service "FOS\UserBundle\Security\LoginManagerInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\TokenGeneratorInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\PasswordUpdaterInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
  • Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
  • Removed service "fos_user.util.email_canonicalizer"; reason: private alias.
  • Removed service "fos_user.util.username_canonicalizer"; reason: private alias.
  • Removed service "fos_user.util.token_generator"; reason: private alias.
  • Removed service "fos_user.mailer"; reason: private alias.
  • Removed service "FOS\UserBundle\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
  • Removed service "sonata.admin.twig.extension"; reason: private alias.
  • Removed service "sonata.templates.twig.extension"; reason: private alias.
  • Removed service "sonata.admin.group.extension"; reason: private alias.
  • Removed service "sonata.security.twig.extension"; reason: private alias.
  • Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
  • Removed service "sonata.xeditable.twig.extension"; reason: private alias.
  • Removed service "sonata.render_element.twig.extension"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
  • Removed service "sonata.admin.security.handler"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
  • Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
  • Removed service "sonata.block.context_manager"; reason: private alias.
  • Removed service "sonata.block.cache.handler"; reason: private alias.
  • Removed service "sonata.block.renderer"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Helper\DateTimeFormatter"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Helper\Localizer"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Helper\NumberFormatter"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Helper\DateTimeFormatterInterface"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Helper\LocalizerInterface"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Helper\NumberFormatterInterface"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Templating\Helper\DateTimeHelper"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Templating\Helper\LocaleHelper"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Templating\Helper\NumberHelper"; reason: private alias.
  • Removed service "sonata.intl.timezone_detector"; reason: private alias.
  • Removed service "sonata.intl.locale_detector"; reason: private alias.
  • Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
  • Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
  • Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
  • Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "jms_serializer.naming_strategy"; reason: private alias.
  • Removed service "jms_serializer.object_constructor"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "jms_serializer.accessor_strategy"; reason: private alias.
  • Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Templating\TemplateRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRendererInterface"; reason: private alias.
  • Removed service "security.acl.dbal.connection"; reason: private alias.
  • Removed service "Symfony\Component\Security\Acl\Model\AclProviderInterface"; reason: private alias.
  • Removed service "security.acl.cache.doctrine.cache_impl"; 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 "mobile_detect.mobile_detector"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "Sonata\Exporter\Exporter"; reason: private alias.
  • Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
  • Removed service "handcraftedinthealps_rest_routing.annotation_reader"; reason: private alias.
  • Removed service "handcraftedinthealps_rest_routing.inflector"; reason: private alias.
  • Removed service "sonata.user.mailer"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $asseticLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service ".service_locator.hx.dorv"; reason: private alias.
  • Removed service ".service_locator.9L433w3"; reason: private alias.
  • Removed service ".service_locator.NuHbnez"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.XNfs4eb"; reason: private alias.
  • Removed service ".service_locator.uLD_FQu"; reason: private alias.
  • Removed service ".service_locator.tmDvgGQ"; reason: private alias.
  • Removed service ".service_locator.Xz.3DOn"; reason: private alias.
  • Removed service ".service_locator.zBXFjk2"; reason: private alias.
  • Removed service ".service_locator.wnp4ikY"; reason: private alias.
  • Removed service ".service_locator.uCEtkVZ"; reason: private alias.
  • Removed service ".service_locator.Lqte2ny"; reason: private alias.
  • Removed service ".service_locator.XcybUCy"; reason: private alias.
  • Removed service ".service_locator.wsfnMOS"; reason: private alias.
  • Removed service ".service_locator.AN6NeXv"; reason: private alias.
  • Removed service ".service_locator.0svG5on"; reason: private alias.
  • Removed service ".service_locator.AykFzd."; reason: private alias.
  • Removed service ".service_locator.1zjiaN9"; reason: private alias.
  • Removed service ".service_locator.lMa4Xz5"; reason: private alias.
  • Removed service ".service_locator.l1wgFee"; reason: private alias.
  • Removed service ".service_locator.9_Vab4_"; reason: private alias.
  • Removed service ".service_locator.LnS.uGQ"; reason: private alias.
  • Removed service ".service_locator.D.PrwQH"; reason: private alias.
  • Removed service ".service_locator.pLQHGwy"; reason: private alias.
  • Removed service ".service_locator.Z6BVv5."; reason: private alias.
  • Removed service ".service_locator.p_gg_a1"; reason: private alias.
  • Removed service ".service_locator.fXx1TfP"; reason: private alias.
  • Removed service ".service_locator.EQ2.5dB"; reason: private alias.
  • Removed service ".service_locator.NHSJ2ns"; reason: private alias.
  • Removed service ".service_locator.e_CW9wu"; reason: private alias.
  • Removed service ".service_locator.HDtL9qF"; reason: private alias.
  • Removed service ".service_locator.psrvh6W"; reason: private alias.
  • Removed service ".service_locator.C_juPgg"; reason: private alias.
  • Removed service ".service_locator.LjumweO"; reason: private alias.
  • Removed service ".service_locator.TJm2PKh"; reason: private alias.
  • Removed service ".service_locator.CDY6fSN"; reason: private alias.
  • Removed service ".service_locator.n1ZTyIY"; reason: private alias.
  • Removed service ".service_locator.is51mjP"; reason: private alias.
  • Removed service ".service_locator.ffS7hHF"; reason: private alias.
  • Removed service ".service_locator.OhMQisc"; reason: private alias.
  • Removed service ".service_locator.lvclLee"; reason: private alias.
  • Removed service ".service_locator.t4KbTuS"; reason: private alias.
  • Removed service ".service_locator.nMzOK0J"; reason: private alias.
  • Removed service ".service_locator.5NvpzI."; reason: private alias.
  • Removed service ".service_locator.3IpPHIN"; reason: private alias.
  • Removed service ".service_locator.vYw3tyL"; reason: private alias.
  • Removed service ".service_locator.dhGolrl"; reason: private alias.
  • Removed service ".service_locator.9ujEeRq"; reason: private alias.
  • Removed service ".service_locator.tCW0kBR"; reason: private alias.
  • Removed service ".service_locator.gTXq0HA"; reason: private alias.
  • Removed service ".service_locator..xybuWF"; reason: private alias.
  • Removed service ".service_locator.c5Zc_fo"; reason: private alias.
  • Removed service ".service_locator.K.EeISA"; reason: private alias.
  • Removed service ".service_locator.WoVsINu"; reason: private alias.
  • Removed service ".service_locator.Ei3ey76"; reason: private alias.
  • Removed service ".service_locator.mOhKZaN"; reason: private alias.
  • Removed service ".service_locator.JilDTwk"; reason: private alias.
  • Removed service ".service_locator.DMQWX5i"; reason: private alias.
  • Removed service ".service_locator.GwoKpVk"; reason: private alias.
  • Removed service ".service_locator.9K8ZOxl"; reason: private alias.
  • Removed service ".service_locator.YHczedX"; reason: private alias.
  • Removed service ".service_locator.xom0wnu"; reason: private alias.
  • Removed service ".service_locator.rloE4rE"; reason: private alias.
  • Removed service ".service_locator.X0Q2KDr"; reason: private alias.
  • Removed service ".service_locator.wZBM3mE"; reason: private alias.
  • Removed service ".service_locator.aQnpr8t"; reason: private alias.
  • Removed service ".service_locator.ohVIfLE"; reason: private alias.
  • Removed service ".service_locator.Av7Wr5i"; reason: private alias.
  • Removed service ".service_locator.ROfQaqm"; reason: private alias.
  • Removed service ".service_locator.hubniX3"; reason: private alias.
  • Removed service ".service_locator.KWxEVNb"; reason: private alias.
  • Removed service ".service_locator.1hY6XVa"; reason: private alias.
  • Removed service ".service_locator.tiw4vE4"; reason: private alias.
  • Removed service ".service_locator.REwuUnJ"; reason: private alias.
  • Removed service ".service_locator.jhDTbcn"; reason: private alias.
  • Removed service ".service_locator.TRq02IP"; reason: private alias.
  • Removed service ".service_locator.stbKHbc"; reason: private alias.
  • Removed service ".service_locator.YAOsDVj"; reason: private alias.
  • Removed service ".service_locator.4Lnp_9m"; reason: private alias.
  • Removed service ".service_locator.RVlzTcc"; reason: private alias.
  • Removed service ".service_locator.TqrST90"; reason: private alias.
  • Removed service ".service_locator.H3H4kwT"; reason: private alias.
  • Removed service ".service_locator.F2AGnwU"; reason: private alias.
  • Removed service ".service_locator.8IP99GC"; reason: private alias.
  • Removed service ".service_locator.lvEY8oL"; reason: private alias.
  • Removed service ".service_locator.yTGgf3_"; reason: private alias.
  • Removed service ".service_locator.WhVpFFi"; reason: private alias.
  • Removed service ".service_locator.quomYu5"; reason: private alias.
  • Removed service ".service_locator.iARL6sg"; reason: private alias.
  • Removed service ".service_locator.NlBNPgJ"; reason: private alias.
  • Removed service ".service_locator.rFakxxZ"; reason: private alias.
  • Removed service ".service_locator.SAeMoaS"; reason: private alias.
  • Removed service ".service_locator.vCro2TX"; reason: private alias.
  • Removed service ".service_locator.at9zEZ2"; reason: private alias.
  • Removed service ".service_locator.xYW3_75"; reason: private alias.
  • Removed service ".service_locator.lPlA_fj"; reason: private alias.
  • Removed service ".service_locator.ZHMOMJK"; reason: private alias.
  • Removed service ".service_locator.fCpyExy"; reason: private alias.
  • Removed service ".service_locator.1SHTe3_"; reason: private alias.
  • Removed service ".service_locator.KibmgnJ"; reason: private alias.
  • Removed service ".service_locator..fUtgUy"; reason: private alias.
  • Removed service ".service_locator.bMP3v2V"; reason: private alias.
  • Removed service ".service_locator.TRdUWdq"; reason: private alias.
  • Removed service ".service_locator.kXcO4Ib"; reason: private alias.
  • Removed service ".service_locator.jZPYuQh"; reason: private alias.
  • Removed service ".service_locator.OJ9WWai"; reason: private alias.
  • Removed service ".service_locator.lk8G07J"; reason: private alias.
  • Removed service ".service_locator.Hf23Bax"; reason: private alias.
  • Removed service ".service_locator.gWrOiyL"; reason: private alias.
  • Removed service ".service_locator.2B2zpBl"; reason: private alias.
  • Removed service ".service_locator.ZvuPFqB"; reason: private alias.
  • Removed service ".service_locator.4XvTAFd"; reason: private alias.
  • Removed service ".service_locator.7N0ner1"; reason: private alias.
  • Removed service ".service_locator.eE61N_v"; reason: private alias.
  • Removed service ".service_locator.E9QzGs7"; reason: private alias.
  • Removed service ".service_locator.Xhs2XZh"; reason: private alias.
  • Removed service ".service_locator.EGJafVE"; reason: private alias.
  • Removed service ".service_locator.3wn7BN3"; reason: private alias.
  • Removed service ".service_locator.jz17HJg"; reason: private alias.
  • Removed service ".service_locator.jO7kdQf"; reason: private alias.
  • Removed service ".service_locator.4JmpGT1"; reason: private alias.
  • Removed service ".service_locator.w7_e4pp"; reason: private alias.
  • Removed service ".service_locator.sROQCeJ"; reason: private alias.
  • Removed service ".service_locator.NyS036y"; reason: private alias.
  • Removed service ".service_locator.FeM2o9X"; reason: private alias.
  • Removed service ".service_locator.6FLK9cn"; reason: private alias.
  • Removed service ".service_locator._6ms8CH"; reason: private alias.
  • Removed service ".service_locator.2SBrLNA"; reason: private alias.
  • Removed service ".service_locator.glO4FkC"; reason: private alias.
  • Removed service ".service_locator.p2FvzrI"; reason: private alias.
  • Removed service ".service_locator.h3ccQ8y"; reason: private alias.
  • Removed service ".service_locator.oS9kks8"; reason: private alias.
  • Removed service ".service_locator.tgaBcsx"; reason: private alias.
  • Removed service ".service_locator.Gy1o7yE"; reason: private alias.
  • Removed service ".service_locator.QsfIdNl"; reason: private alias.
  • Removed service ".service_locator.FCKHt.i"; reason: private alias.
  • Removed service ".service_locator.PnsZwM3"; reason: private alias.
  • Removed service ".service_locator.zvAZ0jB"; reason: private alias.
  • Removed service ".service_locator.M9KuvUR"; reason: private alias.
  • Removed service ".service_locator.tb1WTDQ"; reason: private alias.
  • Removed service ".service_locator.bJL4N0q"; reason: private alias.
  • Removed service ".service_locator.XV9D1F."; reason: private alias.
  • Removed service ".service_locator.LJYGko2"; reason: private alias.
  • Removed service ".service_locator.74ptx0k"; reason: private alias.
  • Removed service ".service_locator._GfZtQw"; reason: private alias.
  • Removed service ".service_locator.GtbyFeE"; reason: private alias.
  • Removed service ".service_locator.nx9WHsN"; reason: private alias.
  • Removed service ".service_locator.B29U.p_"; reason: private alias.
  • Removed service ".service_locator.jRGBSet"; reason: private alias.
  • Removed service ".service_locator.gVBaXR7"; reason: private alias.
  • Removed service ".service_locator.FdEPjdM"; reason: private alias.
  • Removed service ".service_locator.u_2rBaN"; reason: private alias.
  • Removed service ".service_locator.3hqFBVz"; reason: private alias.
  • Removed service ".service_locator.5EKc9oG"; reason: private alias.
  • Removed service ".service_locator.krPuKTG"; reason: private alias.
  • Removed service ".service_locator.KGz5hF3"; reason: private alias.
  • Removed service ".service_locator.01iv1mT"; reason: private alias.
  • Removed service ".service_locator.NtiZFS."; reason: private alias.
  • Removed service ".service_locator.UK5uH.d"; reason: private alias.
  • Removed service ".service_locator.4JaNGSW"; reason: private alias.
  • Removed service ".service_locator.1Yo21AD"; reason: private alias.
  • Removed service ".service_locator.geBEMsV"; reason: private alias.
  • Removed service ".service_locator.uCLuFsZ"; reason: private alias.
  • Removed service ".service_locator.L3GU2FX"; reason: private alias.
  • Removed service ".service_locator.4Q0JtUA"; reason: private alias.
  • Removed service ".service_locator.jkTpz4K"; reason: private alias.
  • Removed service ".service_locator.NrOWb8D"; reason: private alias.
  • Removed service ".service_locator.K4bRpda"; reason: private alias.
  • Removed service ".service_locator.UNVx7zw"; reason: private alias.
  • Removed service ".service_locator.1fFrrDh"; reason: private alias.
  • Removed service ".service_locator.gPtuAQf"; reason: private alias.
  • Removed service ".service_locator.GsH.HUm"; reason: private alias.
  • Removed service ".service_locator._UidsQW"; reason: private alias.
  • Removed service ".service_locator.mpSkKEm"; reason: private alias.
  • Removed service ".service_locator.R64cFol"; reason: private alias.
  • Removed service ".service_locator.p3JrT0u"; reason: private alias.
  • Removed service ".service_locator.HdBdxP8"; reason: private alias.
  • Removed service ".service_locator.TQZ7BQy"; reason: private alias.
  • Removed service ".service_locator.gBkxb0J"; reason: private alias.
  • Removed service ".service_locator.OcdVeG0"; reason: private alias.
  • Removed service ".service_locator.hjip2Ro"; reason: private alias.
  • Removed service ".service_locator.d0QxDL_"; reason: private alias.
  • Removed service ".service_locator.WtNPBIr"; reason: private alias.
  • Removed service ".service_locator.CijT_yy"; reason: private alias.
  • Removed service ".service_locator.GDoqvU."; reason: private alias.
  • Removed service ".service_locator.1MZCI0H"; reason: private alias.
  • Removed service ".service_locator.iT_SH_Z"; reason: private alias.
  • Removed service ".service_locator._G5IPOs"; reason: private alias.
  • Removed service ".service_locator.JkTWPz5"; reason: private alias.
  • Removed service ".service_locator.cWWFaoH"; reason: private alias.
  • Removed service ".service_locator.Vrl6MWZ"; reason: private alias.
  • Removed service ".service_locator.wYxNRvF"; reason: private alias.
  • Removed service ".service_locator..ZDidW0"; reason: private alias.
  • Removed service ".service_locator._rWy_3c"; reason: private alias.
  • Removed service ".service_locator.0ZSrA0J"; reason: private alias.
  • Removed service ".service_locator.0tsynf0"; reason: private alias.
  • Removed service ".service_locator._ZdG4s7"; reason: private alias.
  • Removed service ".service_locator.12tPijm"; reason: private alias.
  • Removed service ".service_locator.qvTbwM5"; reason: private alias.
  • Removed service ".service_locator.K.5vHEV"; reason: private alias.
  • Removed service ".service_locator.gkjMQng"; reason: private alias.
  • Removed service ".service_locator.M1noPxW"; reason: private alias.
  • Removed service ".service_locator.r2oghQG"; reason: private alias.
  • Removed service ".service_locator.XPwUaZ3"; reason: private alias.
  • Removed service ".service_locator.U6UFEEE"; reason: private alias.
  • Removed service ".service_locator.X7l3ywl"; reason: private alias.
  • Removed service ".service_locator.jUNT8zi"; reason: private alias.
  • Removed service ".service_locator.6hLbOBU"; reason: private alias.
  • Removed service ".service_locator.rYjY_hm"; reason: private alias.
  • Removed service ".service_locator.g.MzBZA"; reason: private alias.
  • Removed service ".service_locator.vhORMVZ"; reason: private alias.
  • Removed service ".service_locator.dZxqtqj"; reason: private alias.
  • Removed service ".service_locator.JCUeMF9"; reason: private alias.
  • Removed service ".service_locator.gu9BzqM"; reason: private alias.
  • Removed service ".service_locator..3.pwUb"; reason: private alias.
  • Removed service ".service_locator._LTam2i"; reason: private alias.
  • Removed service ".service_locator.eHlflx9"; reason: private alias.
  • Removed service ".service_locator.tTHuxZP"; reason: private alias.
  • Removed service ".service_locator.fJW8CwC"; reason: private alias.
  • Removed service ".service_locator.849.Ac1"; reason: private alias.
  • Removed service ".service_locator.5HZWvyp"; reason: private alias.
  • Removed service ".service_locator.u5jnZIm"; reason: private alias.
  • Removed service ".service_locator.gaeupL0"; reason: private alias.
  • Removed service ".service_locator.BGDJr4v"; reason: private alias.
  • Removed service ".service_locator.lRWKkjD"; reason: private alias.
  • Removed service ".service_locator.wxz3Ued"; reason: private alias.
  • Removed service ".service_locator.Q8osHen"; reason: private alias.
  • Removed service ".service_locator.4nE1r4V"; reason: private alias.
  • Removed service ".service_locator.K8Ns82M"; reason: private alias.
  • Removed service ".service_locator.LP.efmU"; reason: private alias.
  • Removed service ".service_locator.tqW0I5s"; reason: private alias.
  • Removed service ".service_locator.cvYrsY9"; reason: private alias.
  • Removed service ".service_locator.LIKfRai"; reason: private alias.
  • Removed service ".service_locator.7NT8.zr"; reason: private alias.
  • Removed service ".service_locator.VioFlTM"; reason: private alias.
  • Removed service ".service_locator.K8QE2dG"; reason: private alias.
  • Removed service ".service_locator.WS5sF.A"; reason: private alias.
  • Removed service ".service_locator.K9yF14f"; reason: private alias.
  • Removed service ".service_locator.y8wC_95"; reason: private alias.
  • Removed service ".service_locator.03tWfPi"; reason: private alias.
  • Removed service ".service_locator..6h2eFq"; reason: private alias.
  • Removed service ".service_locator.KZ_508S"; reason: private alias.
  • Removed service ".service_locator.NC1mJRU"; reason: private alias.
  • Removed service ".service_locator.Tok2sTp"; reason: private alias.
  • Removed service ".service_locator.PFtBcAZ"; reason: private alias.
  • Removed service ".service_locator.NMOY3oj"; reason: private alias.
  • Removed service ".service_locator.kzpuWWa"; reason: private alias.
  • Removed service ".service_locator.0jGQYnA"; reason: private alias.
  • Removed service ".service_locator.m1L3xhg"; reason: private alias.
  • Removed service ".service_locator.gSuKGUD"; reason: private alias.
  • Removed service ".service_locator.7aOUOYP"; reason: private alias.
  • Removed service ".service_locator.tQgr6Hw"; reason: private alias.
  • Removed service ".service_locator.4q00e6N"; reason: private alias.
  • Removed service ".service_locator.PqDH15U"; reason: private alias.
  • Removed service ".service_locator.pJLtdFw"; reason: private alias.
  • Removed service ".service_locator.CFxInTz"; reason: private alias.
  • Removed service ".service_locator.7TuKCIL"; reason: private alias.
  • Removed service ".service_locator.0ZbyYKb"; reason: private alias.
  • Removed service ".service_locator.zEBNToG"; reason: private alias.
  • Removed service ".service_locator.1AXlFT_"; reason: private alias.
  • Removed service ".service_locator.awnYXB9"; reason: private alias.
  • Removed service ".service_locator.hbwXv03"; reason: private alias.
  • Removed service ".service_locator.qDT1ftE"; reason: private alias.
  • Removed service ".service_locator.nBdb7R3"; reason: private alias.
  • Removed service ".service_locator.mL3TjdK"; reason: private alias.
  • Removed service ".service_locator.96oUtjY"; reason: private alias.
  • Removed service ".service_locator.YYwdDv6"; reason: private alias.
  • Removed service ".service_locator.7yaGfhy"; reason: private alias.
  • Removed service ".service_locator.yDzguIr"; reason: private alias.
  • Removed service ".service_locator.dJ5Ryuk"; reason: private alias.
  • Removed service ".service_locator.B4dTlUK"; reason: private alias.
  • Removed service ".service_locator.NXj2TRl"; reason: private alias.
  • Removed service ".service_locator.j8JOMc9"; reason: private alias.
  • Removed service ".service_locator.niRVpwy"; reason: private alias.
  • Removed service ".service_locator.4R6k5rN"; reason: private alias.
  • Removed service ".service_locator.mS.NqCG"; reason: private alias.
  • Removed service ".service_locator.JyZIUPO"; reason: private alias.
  • Removed service ".service_locator.qcflJFZ"; reason: private alias.
  • Removed service ".service_locator.RR7ib3p"; reason: private alias.
  • Removed service ".service_locator.Yu6s1x3"; reason: private alias.
  • Removed service ".service_locator.yNeuuzv"; reason: private alias.
  • Removed service ".service_locator.eNd3T3J"; reason: private alias.
  • Removed service ".service_locator.r9J3PRO"; reason: private alias.
  • Removed service ".service_locator.BF95HTT"; reason: private alias.
  • Removed service ".service_locator.i2UnAhx"; reason: private alias.
  • Removed service ".service_locator.UUnY8Dv"; reason: private alias.
  • Removed service ".service_locator.Am0hJLp"; reason: private alias.
  • Removed service ".service_locator.hhEOoTu"; reason: private alias.
  • Removed service ".service_locator.BxgC0D5"; reason: private alias.
  • Removed service ".service_locator.O24_MAy"; reason: private alias.
  • Removed service ".service_locator.W9y3dzm"; reason: private alias.
  • Removed service ".service_locator.TIR18xM"; reason: private alias.
  • Removed service ".service_locator.EkekwOo"; reason: private alias.
  • Removed service ".service_locator.NeM9MDZ"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
  • Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
  • Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; 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 "sonata.admin.argument_resolver.admin"; reason: private alias.
  • Removed service "sonata.admin.argument_resolver.proxy_query"; 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 "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service "jms_serializer.form_error_handler"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.s1gDdwc"; reason: private alias.
  • Removed service ".service_locator.SanF756"; reason: private alias.
  • Removed service ".service_locator.D5O_f7M"; reason: private alias.
  • Removed service ".service_locator.UO__bti"; reason: private alias.
  • Removed service ".service_locator.IbG0dTQ"; reason: private alias.
  • Removed service ".service_locator.ibN11Rd"; reason: private alias.
  • Removed service ".service_locator.xWUv5ay"; reason: private alias.
  • Removed service ".service_locator.ZMONm27"; reason: private alias.
  • Removed service ".service_locator.1gCm2kC"; reason: private alias.
  • Removed service ".service_locator._VkDZHl"; reason: private alias.
  • Removed service ".service_locator.Oxq6sgl"; reason: private alias.
  • Removed service ".service_locator.k5SJhr7"; reason: private alias.
  • Removed service ".service_locator.3lzSC.I"; reason: private alias.
  • Removed service ".service_locator.jB1y79Y"; reason: private alias.
  • Removed service ".service_locator.hUQyo7J"; reason: private alias.
  • Removed service ".service_locator.Kubfl4."; reason: private alias.
  • Removed service ".service_locator.hwOiKSl"; reason: private alias.
  • Removed service ".service_locator.BshksVk"; reason: private alias.
  • Removed service ".service_locator.Lbkpocs"; reason: private alias.
  • Removed service ".service_locator.s86rQb_"; reason: private alias.
  • Removed service ".service_locator.inoD4ls"; reason: private alias.
  • Removed service ".service_locator._I0VINl"; reason: private alias.
  • Removed service ".service_locator.r0FTi.7"; reason: private alias.
  • Removed service ".service_locator.YYK8hYd"; reason: private alias.
  • Removed service ".service_locator.snekN9."; reason: private alias.
  • Removed service ".service_locator.dIwRbEk"; reason: private alias.
  • Removed service ".service_locator.r8rwkfa"; reason: private alias.
  • Removed service ".service_locator.mEYIFnt"; reason: private alias.
  • Removed service ".service_locator.8YFZNNT"; reason: private alias.
  • Removed service ".service_locator.kE7Ioa6"; reason: private alias.
  • Removed service ".service_locator.G5zWTPT"; reason: private alias.
  • Removed service ".service_locator.nNkxbyO"; reason: private alias.
  • Removed service ".service_locator.ISzNiNP"; reason: private alias.
  • Removed service ".service_locator.uXtXMr."; reason: private alias.
  • Removed service ".service_locator.DWa4ddE"; reason: private alias.
  • Removed service ".service_locator.55q_mO3"; reason: private alias.
  • Removed service ".service_locator.vkiYrln"; reason: private alias.
  • Removed service ".service_locator.hEcr32k"; reason: private alias.
  • Removed service ".service_locator.1r15b7l"; reason: private alias.
  • Removed service ".service_locator.PODn4O."; reason: private alias.
  • Removed service ".service_locator.FI1bh.4"; reason: private alias.
  • Removed service ".service_locator.7GzUuW."; reason: private alias.
  • Removed service ".service_locator.xCTTDFi"; reason: private alias.
  • Removed service ".service_locator.Wo4QBwh"; reason: private alias.
  • Removed service ".service_locator.2q9yhZC"; reason: private alias.
  • Removed service ".service_locator.dWe5VCK"; reason: private alias.
  • Removed service ".service_locator.uXxHzaR"; reason: private alias.
  • Removed service ".service_locator.xbT1Sr."; reason: private alias.
  • Removed service ".service_locator.uE0w4Ui"; reason: private alias.
  • Removed service ".service_locator.S5vTZs8"; reason: private alias.
  • Removed service ".service_locator.GMcBdk8"; reason: private alias.
  • Removed service ".service_locator.5fxC80O"; reason: private alias.
  • Removed service ".service_locator.9DcevZS"; reason: private alias.
  • Removed service ".service_locator.rr3ysOW"; reason: private alias.
  • Removed service ".service_locator.YXPNbSi"; reason: private alias.
  • Removed service ".service_locator.a.F6H8D"; reason: private alias.
  • Removed service ".service_locator.G6yD5.Y"; reason: private alias.
  • Removed service ".service_locator.JK6Z2RZ"; reason: private alias.
  • Removed service ".service_locator.P0kknIA"; reason: private alias.
  • Removed service ".service_locator.qMSh3VQ"; reason: private alias.
  • Removed service ".service_locator.dEE.xY1"; reason: private alias.
  • Removed service ".service_locator.DutdfkS"; reason: private alias.
  • Removed service ".service_locator.23a5J1Y"; reason: private alias.
  • Removed service ".service_locator.aQ_XjHh"; reason: private alias.
  • Removed service ".service_locator.ghtYH25"; reason: private alias.
  • Removed service ".service_locator.lO4BruA"; reason: private alias.
  • Removed service ".service_locator.Ldf6jIP"; reason: private alias.
  • Removed service ".service_locator.sNqaQVT"; reason: private alias.
  • Removed service ".service_locator.4TTictk"; reason: private alias.
  • Removed service ".service_locator.MDWEc3U"; reason: private alias.
  • Removed service ".service_locator.gXxhx73"; reason: private alias.
  • Removed service ".service_locator.KpnYBHk"; reason: private alias.
  • Removed service ".service_locator.QoywoHe"; reason: private alias.
  • Removed service ".service_locator.jxLEFEE"; reason: private alias.
  • Removed service ".service_locator.5jFUBgV"; reason: private alias.
  • Removed service ".service_locator.6zPeKMA"; reason: private alias.
  • Removed service ".service_locator.9Tjrvac"; reason: private alias.
  • Removed service ".service_locator.Pq9G2M3"; reason: private alias.
  • Removed service ".service_locator.4duDs7P"; reason: private alias.
  • Removed service ".service_locator.kcQXP3i"; reason: private alias.
  • Removed service ".service_locator.bIICITI"; reason: private alias.
  • Removed service ".service_locator.jrj6J4G"; reason: private alias.
  • Removed service ".service_locator.RdaNNlA"; reason: private alias.
  • Removed service ".service_locator.Fa_cBOK"; reason: private alias.
  • Removed service ".service_locator.ChXYfh6"; reason: private alias.
  • Removed service ".service_locator.a24Ct9v"; reason: private alias.
  • Removed service ".service_locator.jkq9Iip"; reason: private alias.
  • Removed service ".service_locator.zF8PIbf"; reason: private alias.
  • Removed service ".service_locator.mcZCi6q"; reason: private alias.
  • Removed service ".service_locator.w8ejAd8"; reason: private alias.
  • Removed service ".service_locator.0qJLlUG"; reason: private alias.
  • Removed service ".service_locator.3kj.0Xp"; reason: private alias.
  • Removed service ".service_locator.BjsNLlG"; reason: private alias.
  • Removed service ".service_locator.kCvWyJU"; reason: private alias.
  • Removed service ".service_locator.Afs0mHu"; reason: private alias.
  • Removed service ".service_locator.1V6yWpz"; reason: private alias.
  • Removed service ".service_locator.tMs.Srv"; reason: private alias.
  • Removed service ".service_locator.lkrCs0M"; reason: private alias.
  • Removed service ".service_locator.axwz15j"; reason: private alias.
  • Removed service ".service_locator.cp2jPx6"; reason: private alias.
  • Removed service ".service_locator.EPO.3.."; reason: private alias.
  • Removed service ".service_locator.tTOvMrf"; reason: private alias.
  • Removed service ".service_locator.e4JcSoT"; reason: private alias.
  • Removed service ".service_locator.sl5cjMQ"; reason: private alias.
  • Removed service ".service_locator.yRvKvGb"; reason: private alias.
  • Removed service ".service_locator.Ly4y9lh"; reason: private alias.
  • Removed service ".service_locator.5VkUvCa"; reason: private alias.
  • Removed service ".service_locator.Sb.uJeW"; reason: private alias.
  • Removed service ".service_locator.l2KU26v"; reason: private alias.
  • Removed service ".service_locator.DTQWc4j"; reason: private alias.
  • Removed service ".service_locator.wAt38jG"; reason: private alias.
  • Removed service ".service_locator.fywXUuf"; reason: private alias.
  • Removed service ".service_locator.88B.op1"; reason: private alias.
  • Removed service ".service_locator.mQNIYfp"; reason: private alias.
  • Removed service ".service_locator.YnrRWfY"; reason: private alias.
  • Removed service ".service_locator.Az3O.TR"; reason: private alias.
  • Removed service ".service_locator.rZdGM_F"; reason: private alias.
  • Removed service ".service_locator.TqMliQ7"; reason: private alias.
  • Removed service ".service_locator.MVufj7A"; reason: private alias.
  • Removed service ".service_locator.uZP7Hvc"; reason: private alias.
  • Removed service ".service_locator.3PgCpYN"; reason: private alias.
  • Removed service ".service_locator.8rUBvMd"; reason: private alias.
  • Removed service ".service_locator.lgscV0p"; reason: private alias.
  • Removed service ".service_locator.iRag.Te"; reason: private alias.
  • Removed service ".service_locator.sfJyz9x"; reason: private alias.
  • Removed service ".service_locator.YwjK1co"; reason: private alias.
  • Removed service ".service_locator.OeG97ws"; reason: private alias.
  • Removed service ".service_locator.ipR6ycF"; reason: private alias.
  • Removed service ".service_locator.yTGwRym"; reason: private alias.
  • Removed service ".service_locator.eLmfltb"; reason: private alias.
  • Removed service ".service_locator.x6Z9lTb"; reason: private alias.
  • Removed service ".service_locator.3VvQV3."; reason: private alias.
  • Removed service ".service_locator.9NxovaV"; reason: private alias.
  • Removed service ".service_locator.LI_XjZY"; reason: private alias.
  • Removed service ".service_locator.pHulIyO"; reason: private alias.
  • Removed service ".service_locator.BiL0ZhI"; reason: private alias.
  • Removed service ".service_locator.ynULwkm"; reason: private alias.
  • Removed service ".service_locator.TqWQPF."; reason: private alias.
  • Removed service ".service_locator.mh400Km"; reason: private alias.
  • Removed service ".service_locator.wCETTuf"; reason: private alias.
  • Removed service ".service_locator.iyzWf3y"; reason: private alias.
  • Removed service ".service_locator.PdUI2DV"; reason: private alias.
  • Removed service ".service_locator.6gAHtVJ"; reason: private alias.
  • Removed service ".service_locator.Wurz_6J"; reason: private alias.
  • Removed service ".service_locator.OP2mgYR"; reason: private alias.
  • Removed service ".service_locator.Nj7wjC6"; reason: private alias.
  • Removed service ".service_locator.zW_ru6s"; reason: private alias.
  • Removed service ".service_locator.OIDMwg_"; reason: private alias.
  • Removed service ".service_locator.oxTlOfG"; reason: private alias.
  • Removed service ".service_locator.WEUICt2"; reason: private alias.
  • Removed service ".service_locator.rcHIYKS"; reason: private alias.
  • Removed service ".service_locator.NCPief5"; reason: private alias.
  • Removed service ".service_locator.cqzZog9"; reason: private alias.
  • Removed service ".service_locator.qKpRzJF"; reason: private alias.
  • Removed service ".service_locator.mldo2U8"; reason: private alias.
  • Removed service ".service_locator.BJr3PFk"; reason: private alias.
  • Removed service ".service_locator.EvTIXqh"; reason: private alias.
  • Removed service ".service_locator.Emm9mvt"; reason: private alias.
  • Removed service ".service_locator.gyNPoPk"; reason: private alias.
  • Removed service ".service_locator.x8V4X16"; reason: private alias.
  • Removed service ".service_locator.5PIfFW7"; reason: private alias.
  • Removed service ".service_locator.MfAj8ak"; reason: private alias.
  • Removed service ".service_locator.PO9gbYx"; reason: private alias.
  • Removed service ".service_locator.BcD3uWZ"; reason: private alias.
  • Removed service ".service_locator.YqE4tEL"; reason: private alias.
  • Removed service ".service_locator.8nSGCM4"; reason: private alias.
  • Removed service ".service_locator.7ZPJStf"; reason: private alias.
  • Removed service ".service_locator.l91XHkL"; reason: private alias.
  • Removed service ".service_locator.tOIWdXR"; reason: private alias.
  • Removed service ".service_locator.BC46NYX"; reason: private alias.
  • Removed service ".service_locator.2nMPOND"; reason: private alias.
  • Removed service ".service_locator.o_L9yKH"; reason: private alias.
  • Removed service ".service_locator.ahnlcpF"; reason: private alias.
  • Removed service ".service_locator.1piqVa0"; reason: private alias.
  • Removed service ".service_locator.NrlSOf8"; reason: private alias.
  • Removed service ".service_locator.MBzIpjL"; reason: private alias.
  • Removed service ".service_locator.xerFsMZ"; reason: private alias.
  • Removed service ".service_locator.x7MJ0Gn"; reason: private alias.
  • Removed service ".service_locator.4TWmfyi"; reason: private alias.
  • Removed service ".service_locator.uq0RT6q"; reason: private alias.
  • Removed service ".service_locator.n4O51kd"; reason: private alias.
  • Removed service ".service_locator.jwkpPO1"; reason: private alias.
  • Removed service ".service_locator.RRbjLiA"; reason: private alias.
  • Removed service ".service_locator.86BC2Uj"; reason: private alias.
  • Removed service ".service_locator.SLQeGRr"; reason: private alias.
  • Removed service ".service_locator.Ga2Ki2y"; reason: private alias.
  • Removed service ".service_locator.zQPaIaJ"; reason: private alias.
  • Removed service ".service_locator.7gqikeO"; reason: private alias.
  • Removed service ".service_locator.Oy8OWjq"; reason: private alias.
  • Removed service ".service_locator.VXUR7VS"; reason: private alias.
  • Removed service ".service_locator.D6jyWPZ"; reason: private alias.
  • Removed service ".service_locator.eRdlZoa"; reason: private alias.
  • Removed service ".service_locator.25razUE"; reason: private alias.
  • Removed service ".service_locator.N0SMHjs"; reason: private alias.
  • Removed service ".service_locator.LyqqCf0"; reason: private alias.
  • Removed service ".service_locator.CgvmMrY"; reason: private alias.
  • Removed service ".service_locator.eocWWeC"; reason: private alias.
  • Removed service ".service_locator.OG14hfb"; reason: private alias.
  • Removed service ".service_locator.brAphBu"; reason: private alias.
  • Removed service ".service_locator.Avfo1O_"; reason: private alias.
  • Removed service ".service_locator.fRBsMcf"; reason: private alias.
  • Removed service ".service_locator.gG40KbM"; reason: private alias.
  • Removed service ".service_locator.DgpSUwH"; reason: private alias.
  • Removed service ".service_locator.xHNWggC"; reason: private alias.
  • Removed service ".service_locator.bq1YaKC"; reason: private alias.
  • Removed service ".service_locator.T6ftkdw"; reason: private alias.
  • Removed service ".service_locator.4xCu7fv"; reason: private alias.
  • Removed service ".service_locator.8foNRI3"; reason: private alias.
  • Removed service ".service_locator.QUYAHJh"; reason: private alias.
  • Removed service ".service_locator.VATf0X4"; reason: private alias.
  • Removed service ".service_locator..IKRQHG"; reason: private alias.
  • Removed service ".service_locator.r2GzJ7o"; reason: private alias.
  • Removed service ".service_locator.KzBkYV1"; reason: private alias.
  • Removed service ".service_locator.N.E5ixM"; reason: private alias.
  • Removed service ".service_locator.N8bK5Id"; reason: private alias.
  • Removed service ".service_locator.npclPmE"; reason: private alias.
  • Removed service ".service_locator.2L.aKVb"; reason: private alias.
  • Removed service ".service_locator.gdkQA.3"; reason: private alias.
  • Removed service ".service_locator.iU2lSKb"; reason: private alias.
  • Removed service ".service_locator.3SmkyUX"; reason: private alias.
  • Removed service ".service_locator.FfU8Kc."; reason: private alias.
  • Removed service ".service_locator.4yBRGX0"; reason: private alias.
  • Removed service ".service_locator.PWS5xk9"; reason: private alias.
  • Removed service ".service_locator.jNqTqZR"; reason: private alias.
  • Removed service ".service_locator.mBIfFr5"; reason: private alias.
  • Removed service ".service_locator.Nev4KTI"; reason: private alias.
  • Removed service ".service_locator.2HFlX79"; reason: private alias.
  • Removed service ".service_locator.I3gBusc"; reason: private alias.
  • Removed service ".service_locator.snNiLs6"; reason: private alias.
  • Removed service ".service_locator.yN1hzk8"; reason: private alias.
  • Removed service ".service_locator..msCP5x"; reason: private alias.
  • Removed service ".service_locator.ZVmjjbg"; reason: private alias.
  • Removed service ".service_locator.nL3Nu6w"; reason: private alias.
  • Removed service ".service_locator.JgzKXd8"; reason: private alias.
  • Removed service ".service_locator.0xl7qey"; reason: private alias.
  • Removed service ".service_locator.mDALSOG"; reason: private alias.
  • Removed service ".service_locator.SNEWBT5"; reason: private alias.
  • Removed service ".service_locator.nz0_d0W"; reason: private alias.
  • Removed service ".service_locator.c8mADI0"; reason: private alias.
  • Removed service ".service_locator.Wv8IhNT"; reason: private alias.
  • Removed service ".service_locator.RPJR1em"; reason: private alias.
  • Removed service ".service_locator.Jg_j9Wz"; reason: private alias.
  • Removed service ".service_locator.pPJudET"; reason: private alias.
  • Removed service ".service_locator.3nlOM4c"; reason: private alias.
  • Removed service ".service_locator.6xsabr8"; reason: private alias.
  • Removed service ".service_locator.JrIwqhK"; reason: private alias.
  • Removed service ".service_locator.b8romTs"; reason: private alias.
  • Removed service ".service_locator.UMxO2fq"; reason: private alias.
  • Removed service ".service_locator.VqiusKI"; reason: private alias.
  • Removed service ".service_locator.IenFVNR"; reason: private alias.
  • Removed service ".service_locator.f5WBwq_"; reason: private alias.
  • Removed service ".service_locator.oy0EnN."; reason: private alias.
  • Removed service ".service_locator.oOU_G8l"; reason: private alias.
  • Removed service ".service_locator.y9dH1TO"; reason: private alias.
  • Removed service ".service_locator.vqRuJ7v"; reason: private alias.
  • Removed service ".service_locator.t1RzjzN"; reason: private alias.
  • Removed service ".service_locator.C3wpoSt"; reason: private alias.
  • Removed service ".service_locator.IpIh7Lq"; reason: private alias.
  • Removed service ".service_locator.mTlvb8W"; reason: private alias.
  • Removed service ".service_locator.MYo9pl7"; reason: private alias.
  • Removed service ".service_locator..uWuy72"; reason: private alias.
  • Removed service ".service_locator.UJ5_81c"; reason: private alias.
  • Removed service ".service_locator.q.hf35D"; reason: private alias.
  • Removed service ".service_locator.MyMH.6W"; reason: private alias.
  • Removed service ".service_locator.XfN6L8_"; reason: private alias.
  • Removed service ".service_locator.fSmypVs"; reason: private alias.
  • Removed service ".service_locator.rIo906n"; reason: private alias.
  • Removed service ".service_locator.qi8HaoR"; reason: private alias.
  • Removed service ".service_locator.XvIG1S9"; reason: private alias.
  • Removed service ".service_locator.Z6V5Nc2"; reason: private alias.
  • Removed service ".service_locator.ZuBGGZZ"; reason: private alias.
  • Removed service ".service_locator.Rwls4fD"; reason: private alias.
  • Removed service ".service_locator.6ivQwd9"; reason: private alias.
  • Removed service ".service_locator.pwEwJcu"; reason: private alias.
  • Removed service ".service_locator.npI4EXU"; reason: private alias.
  • Removed service ".service_locator.Bnm5yU."; reason: private alias.
  • Removed service ".service_locator.7JWhYc9"; reason: private alias.
  • Removed service ".service_locator.JH8tjH9"; reason: private alias.
  • Removed service ".service_locator.H_SW5CR"; reason: private alias.
  • Removed service ".service_locator.L5zFKck"; reason: private alias.
  • Removed service ".service_locator.BQAKIMn"; reason: private alias.
  • Removed service ".service_locator.jzOn22N"; reason: private alias.
  • Removed service ".service_locator.YtUWF.C"; reason: private alias.
  • Removed service ".service_locator.2f13I6Q"; reason: private alias.
  • Removed service ".service_locator.pT30Jpz"; reason: private alias.
  • Removed service ".service_locator.5.0CAHU"; reason: private alias.
  • Removed service ".service_locator.IEoovkI"; reason: private alias.
  • Removed service ".service_locator.u7Kths8"; reason: private alias.
  • Removed service ".service_locator.RNLoaI5"; reason: private alias.
  • Removed service ".service_locator.Jf_E9rQ"; reason: private alias.
  • Removed service ".service_locator.0rLjidO"; reason: private alias.
  • Removed service ".service_locator.edToRhB"; reason: private alias.
  • Removed service ".service_locator.gSHSnBy"; reason: private alias.
  • Removed service ".service_locator.PVIk_a4"; reason: private alias.
  • Removed service ".service_locator..ubstVd"; reason: private alias.
  • Removed service ".service_locator.K9eFxq5"; reason: private alias.
  • Removed service ".service_locator.WysI0z_"; reason: private alias.
  • Removed service ".service_locator.Vg8NsZL"; reason: private alias.
  • Removed service ".service_locator.XF32DvL"; reason: private alias.
  • Removed service ".service_locator.A5XhF7D"; reason: private alias.
  • Removed service ".service_locator.RK.3APo"; reason: private alias.
  • Removed service ".service_locator.kFvqjPU"; reason: private alias.
  • Removed service ".service_locator.jSu87am"; reason: private alias.
  • Removed service ".service_locator.8qDB2ra"; reason: private alias.
  • Removed service ".service_locator.4QqxQay"; reason: private alias.
  • Removed service ".service_locator.6HNg7AY"; reason: private alias.
  • Removed service ".service_locator.fBS3Hnf"; reason: private alias.
  • Removed service ".service_locator.bR0nHqg"; reason: private alias.
  • Removed service ".service_locator.25fGCab"; reason: private alias.
  • Removed service ".service_locator.qooW2k3"; reason: private alias.
  • Removed service ".service_locator.Uy.wa7d"; reason: private alias.
  • Removed service ".service_locator.Pi49L_R"; reason: private alias.
  • Removed service ".service_locator.ZFEGcgf"; reason: private alias.
  • Removed service ".service_locator..iiQGci"; reason: private alias.
  • Removed service ".service_locator.I4fuBM2"; reason: private alias.
  • Removed service ".service_locator.O9exwXj"; reason: private alias.
  • Removed service ".service_locator.nUAuWaU"; reason: private alias.
  • Removed service ".service_locator.XpecyUx"; reason: private alias.
  • Removed service ".service_locator.fTkFXJh"; reason: private alias.
  • Removed service ".service_locator.5IITwx5"; reason: private alias.
  • Removed service ".service_locator.leojKu4"; reason: private alias.
  • Removed service ".service_locator.L68f3qB"; reason: private alias.
  • Removed service ".service_locator.h.WF0Si"; reason: private alias.
  • Removed service ".service_locator.CXGRdhj"; reason: private alias.
  • Removed service ".service_locator.gq8xK9X"; reason: private alias.
  • Removed service ".service_locator.Nd5imw8"; reason: private alias.
  • Removed service ".service_locator.NK827YO"; reason: private alias.
  • Removed service ".service_locator.jfvG0C2"; reason: private alias.
  • Removed service ".service_locator.almECuz"; reason: private alias.
  • Removed service ".service_locator.k9YzRhc"; reason: private alias.
  • Removed service ".service_locator.bQmNcoZ"; reason: private alias.
  • Removed service ".service_locator.L0rFhJm"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
347
  • 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.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.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "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 "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.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.user_provider.email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.listener.email_confirmation" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.security.handler.acl" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
  • Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
  • Changed reference of service "jms_serializer.deserialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
  • Changed reference of service "jms_serializer.serialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
  • Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "Aviatur\GeneralBundle\Controller\OrderController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Controller\OrderController" previously pointing to "router.default" to "router".
  • Changed reference of service "Aviatur\GeneralBundle\EventListener\RequestListener" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\EventListener\RequestListener" previously pointing to "router.default" to "router".
  • Changed reference of service "Aviatur\GeneralBundle\EventListener\ResponseListener" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturErrorHandler" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturLogSave" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturPixeles" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturWebService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturChangeCoin" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\PayoutExtraService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\CouponDiscountService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturExperienceService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturRedemptionService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturLoginService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturAthServices" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Twig\FolderAssetsExtension" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\GeneralBundle\Services\AviaturRestService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\CustomerBundle\Controller\RegistrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Aviatur\CustomerBundle\Controller\RegistrationController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "Aviatur\CarBundle\Services\AviaturCarService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\HotelBundle\Controller\HotelController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\HotelBundle\Controller\HotelRestController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\HotelBundle\Controller\HotelTuPlusController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "aviatur_admin.admin.agency_config_flight" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.agency_config_hotel" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.agency_config_car" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.agency_config_ancillaries" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.provider_car_code" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.agency_payment_method" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.parameter" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.agency" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.provider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.product_type" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.payment_method" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.payment_config" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.airline" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.airline_validation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.markup" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.hotel_homologation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.customer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.document_type" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.gender" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.civil_status" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.travel_preference" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.currency" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.trm" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.trm_worldpay" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.conciliate_worldpay" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.promo_search_agency" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_general.admin.rate_recommended" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.country" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.city" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.search_cities" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.search_airports" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.churning" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.churning_activity_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.document_blacklist" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.seo_url" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.order_product" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.order" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.special_discount" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.newsletter" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.seo_header" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.url_homologation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.agent" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.agentcomission" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.special_discount_reservation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.promo_product" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.log_search" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.report_discount_aviatur" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.redemption_list" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.agent_transaction" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.seo_index" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.admin_fee_whitemark" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.hopper_freeze" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_payment.admin.payment_card_agency" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_payment.admin.historical.payment_card_agency" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.order_produc" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.home_promo_list" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.exception_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.name_blacklist" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.name_whitelist" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.home_promo" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.whitemark" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.payout_extra_agency" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.journal" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.insurance_information" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.content" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.ancillaries_order" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.admin_fee_activity_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.card" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.name_whitelist_activity_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.name_blacklist_activity_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.document_blacklist_activity_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "aviatur_admin.admin.config_flight_agency_activity_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Aviatur\FlightBundle\Controller\FlightCallbackController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\FlightBundle\Controller\FlightPrepaymentController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\FlightBundle\Controller\FlightResumeController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\FlightBundle\Services\SpecialDiscount" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\FlightBundle\Services\AvailabilityFunctions" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\FlightBundle\Services\GenerateFlightTicketEmail" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\FlightBundle\Services\FlightDuplicationEmailNotify" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PaymentBundle\Controller\P2PController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PaymentBundle\Controller\PSEController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PaymentBundle\Controller\PSERestController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PaymentBundle\Controller\SafetypayController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PaymentBundle\Controller\CashController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PaymentBundle\Controller\WorldPayController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PaymentBundle\Controller\DaviviendaController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PaymentBundle\Services\CustomerMethodPaymentService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\EditionBundle\Services\AviaturUpdateHomePromo" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\MultiBundle\Services\MultiHotelDiscount" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\PackageBundle\Controller\DefaultController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\InsuranceBundle\Services\InsuranceService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\TwigBundle\Services\TwigFolder" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\TwigBundle\Services\TwigFolder" previously pointing to "router.default" to "router".
  • Changed reference of service "Aviatur\TwigBundle\Twig\Extension\FileExtension" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\TwigBundle\Twig\Extension\FileExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "Aviatur\ExperienceBundle\Controller\ExperienceController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "Aviatur\ParkBundle\Controller\ParkAvailabilityController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "security.acl.voter.basic_permissions" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
  • Changed reference of service "Symfony\Bundle\AclBundle\Command\SetAclCommand" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
  • 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 "mobile_detect.request_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.user.admin_roles_builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.user.security_roles_builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.user.admin.user" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.user.action.request" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.user.action.check_email" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.user.action.reset" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.user.action.reset" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.user.action.login" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.user.action.login" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.user.mailer.default" previously pointing to "router.default" to "router".
  • Changed reference of service "security.acl.voter.user_permissions" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
  • Changed reference of service ".service_locator.Z22Cq._" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.q40o.tC" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.CwqI7q9" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.CwqI7q9" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.wPasZwS" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.8.QDlZo" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.fMymdY6" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service ".service_locator.ykOnZNG" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service ".service_locator.krq9j7z" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service ".service_locator.ESaT1iq" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.s3aO9A8" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ZX8TMfv" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.GG0WgtJ" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.3CWNZEy" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ErQw7D6" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.h7Hrdh9" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.gBtwuvJ" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.C.gdLK4" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.JRmwsgZ" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.3MNKiGb" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.dGYJZcJ" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.FxVray8" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.G5pnDgK" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.69Wri9K" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.pvYC4Pv" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.p_x89Xn" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.B34dkZC" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.tP32.0c" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.69c_nic" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.JX9hFke" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.bT_lDwr" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.o4_kN.7" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.G8LE.ge" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.BuZAHCu" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.E9hZC64" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.OqUkpea" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.IViLn4P" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.a9c9jRd" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.WflVWJ3" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.xtKjSol" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.Na5n7o6" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.6MtrEHe" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.aF_dZRi" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.Q_.X.tG" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.2Jj3cF4" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.OEsAKO7" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.JXQ3ZNO" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.O7Avvig" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.P7TFxD6" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.GL.f13T" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ugCwJO2" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.LFQT0e0" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.XIyNPl4" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.fVfplgV" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.Pqn9Y9t" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.HLXPWoR" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.SdkRzEg" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.XlTN.yp" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.OXbdxM3" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.5yeFJMk" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.wWhSmbh" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.8Xxs7nB" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.nZQIwuG" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.dHHQDtH" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.YVZTHbd" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.sejpiBr" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.yHzf2lf" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.4PHWImT" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.cgN.xPn" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.SB346De" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.4H2M1pO" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.Dxq0Z5t" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.JQcukRL" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.LuZ4oHN" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.juXfaaP" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.security.voter.security.acl.voter.basic_permissions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.acl.voter.user_permissions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.vDX4aT1" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.vDX4aT1" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.uD1_22m" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.eIcC2Rx" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.eIcC2Rx" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.PcLIgqr" 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.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "console.command.public_alias.Symfony\Bundle\AsseticBundle\Command\DumpCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.public_alias.Symfony\Bundle\AsseticBundle\Command\WatchCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.public_alias.Aviatur\GeneralBundle\Command\LogPurgeCommand" previously pointing to "router.default" to "router".
494
  • 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 "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "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 "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "assetic.worker.ensure_filter"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
  • Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.assetic.asset_manager_cache_warmer"; reason: abstract.
  • Removed service ".abstract.instanceof.assetic.asset_manager_cache_warmer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Bundle\AsseticBundle\Command\DumpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Bundle\AsseticBundle\Command\DumpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Bundle\AsseticBundle\Command\WatchCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Bundle\AsseticBundle\Command\WatchCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ContentBundle\Controller\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ContentBundle\Controller\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\ContentBundle\Controller\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\GeneralBundle\Controller\GeneralController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\GeneralBundle\Controller\GeneralController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\GeneralBundle\Controller\GeneralController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\BlogBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\BlogBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\BlogBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CustomerBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CustomerBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\CustomerBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CustomerBundle\Controller\SocialNetworksController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CustomerBundle\Controller\SocialNetworksController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\CustomerBundle\Controller\SocialNetworksController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgencyBundle\Controller\AgencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgencyBundle\Controller\AgencyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AgencyBundle\Controller\AgencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CarBundle\Controller\AgentCarsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CarBundle\Controller\AgentCarsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\CarBundle\Controller\AgentCarsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CarBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CarBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\CarBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\HotelBundle\Controller\HotelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelRestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelRestController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\HotelBundle\Controller\HotelRestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HotelBundle\Controller\HotelTuPlusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HotelBundle\Controller\HotelTuPlusController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\HotelBundle\Controller\HotelTuPlusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AdminFeeAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AdminFeeAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AdminFeeAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyConfigAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyConfigAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyConfigAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgencyEditAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgencyEditAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AgencyEditAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgentAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgentAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AgentAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AgentTransactionAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AgentTransactionAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AgentTransactionAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\AsessorAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\AsessorAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\AsessorAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\CardAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\CardAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\CardAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ChurningAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ChurningAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\ChurningAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\CustomerAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\CustomerAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\CustomerAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ExceptionLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ExceptionLogAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\ExceptionLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HistoricalRateAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HistoricalRateAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\HistoricalRateAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HomePromoAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HomePromoAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\HomePromoAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\HomePromoListAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\HomePromoListAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\HomePromoListAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\JournalAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\JournalAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\JournalAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\LogSearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\LogSearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\LogSearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameBlacklistAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameBlacklistAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\NameBlacklistAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NameWhitelistAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NameWhitelistAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\NameWhitelistAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\NewsletterAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\NewsletterAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\NewsletterAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\OrderAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\OrderAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\OrderAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\OrderProductAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\OrderProductAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\OrderProductAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentMethodAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentMethodAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\PaymentMethodAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PromoProductAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PromoProductAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\PromoProductAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ProviderAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ProviderAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\ProviderAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\RateRecommendedAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\RateRecommendedAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\RateRecommendedAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\RedemptionListAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\RedemptionListAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\RedemptionListAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SeoHeaderAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SeoHeaderAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\SeoHeaderAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SeoUrlAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SeoUrlAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\SeoUrlAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\TrmAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\TrmAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\TrmAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\UserAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\UserAgencyAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\UserAgencyAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AdminBundle\Controller\WhitemarkAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AdminBundle\Controller\WhitemarkAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AdminBundle\Controller\WhitemarkAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SoapBundle\Controller\MarkupServiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SoapBundle\Controller\MarkupServiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SoapBundle\Controller\MarkupServiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SoapBundle\Controller\PruebaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SoapBundle\Controller\PruebaController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SoapBundle\Controller\PruebaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\BusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\BusController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\BusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CarController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\CarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CorporateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CorporateController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\CorporateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\CruiseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\CruiseController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\CruiseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\DocumentationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\DocumentationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\DocumentationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\ExperienceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\ExperienceController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\ExperienceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\FlightController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\FlightController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\FlightController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\FlightHotelCarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\FlightHotelCarController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\FlightHotelCarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\GiftVoucherController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\GiftVoucherController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\GiftVoucherController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\HelicopterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\HelicopterController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\HelicopterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\HotelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\HotelController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\HotelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\InsuranceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\InsuranceController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\InsuranceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\PackageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\PackageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\PackageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\ParkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\ParkController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\ParkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TicketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TicketController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\TicketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TrainController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TrainController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\TrainController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\SearchBundle\Controller\TravelDestinationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\SearchBundle\Controller\TravelDestinationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\SearchBundle\Controller\TravelDestinationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightAncillariesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightAncillariesController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\FlightBundle\Controller\FlightAncillariesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightAvailabilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightAvailabilityController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\FlightBundle\Controller\FlightAvailabilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightCalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightCalendarController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\FlightBundle\Controller\FlightCalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightCallbackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightCallbackController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\FlightBundle\Controller\FlightCallbackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightPrepaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightPrepaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\FlightBundle\Controller\FlightPrepaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FlightBundle\Controller\FlightResumeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FlightBundle\Controller\FlightResumeController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\FlightBundle\Controller\FlightResumeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\EditionBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\EditionBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\EditionBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\MultiBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\MultiBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\MultiBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\FormBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\FormBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\FormBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\PackageBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\PackageBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\PackageBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\InsuranceBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\InsuranceBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\InsuranceBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\DocumentationBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\DocumentationBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\DocumentationBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\HelicopterBundle\Controller\HelicopterResumeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\HelicopterBundle\Controller\HelicopterResumeController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\HelicopterBundle\Controller\HelicopterResumeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\CommissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\CommissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AgentBundle\Controller\CommissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AgentBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\OverController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\OverController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AgentBundle\Controller\OverController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\PYQController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\PYQController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AgentBundle\Controller\PYQController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\PoliciesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\PoliciesController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AgentBundle\Controller\PoliciesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\AgentBundle\Controller\SalesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\AgentBundle\Controller\SalesController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\AgentBundle\Controller\SalesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\GiftVoucherBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\GiftVoucherBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\GiftVoucherBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\CruiserBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\CruiserBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\CruiserBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ApiWhiteMarkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ApiWhiteMarkController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\ApiWhiteMarkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ApiWmController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ApiWmController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\ApiWmController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AthController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\AthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppCustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\AviaturAppCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppFligthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppFligthController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\AviaturAppFligthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppGeneralController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppGeneralController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\AviaturAppGeneralController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\AviaturAppHotelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\AviaturAppHotelController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\AviaturAppHotelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\BookingDetailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\BookingDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\BookingDetailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\BookingListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\BookingListController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\BookingListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\HopperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\HopperController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\HopperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\LogReservationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\LogReservationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\LogReservationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\PayoutExtrasAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\PayoutExtrasAPIController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\PayoutExtrasAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\ProductDataReceiverController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\ProductDataReceiverController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\ProductDataReceiverController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\RedemptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\RedemptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\RedemptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\SpecialEmissionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\SpecialEmissionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\SpecialEmissionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\RestBundle\Controller\StatsStageReceiverController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\RestBundle\Controller\StatsStageReceiverController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\RestBundle\Controller\StatsStageReceiverController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\StatsBundle\Controller\StatsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\StatsBundle\Controller\StatsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\StatsBundle\Controller\StatsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TicketBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TicketBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\TicketBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TrainBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TrainBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\TrainBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\TrainBundle\Controller\TrainController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\TrainBundle\Controller\TrainController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\TrainBundle\Controller\TrainController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\BusBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\BusBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\BusBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ExperienceBundle\Controller\ExperienceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ExperienceBundle\Controller\ExperienceController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\ExperienceBundle\Controller\ExperienceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\MedicalSupplyBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\MedicalSupplyBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\MedicalSupplyBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Aviatur\ParkBundle\Controller\ParkAvailabilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Aviatur\ParkBundle\Controller\ParkAvailabilityController"; reason: abstract.
  • Removed service ".abstract.instanceof.Aviatur\ParkBundle\Controller\ParkAvailabilityController"; reason: abstract.
117
  • Removed service "Google\Client"; 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 "assets.empty_version_strategy"; reason: unused.
  • Removed service "mailer.mailer"; reason: unused.
  • Removed service "mailer.transports"; reason: unused.
  • Removed service "mailer.transport_factory"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "mailer.transport_factory.null"; reason: unused.
  • Removed service "mailer.transport_factory.sendmail"; reason: unused.
  • Removed service "mailer.transport_factory.smtp"; reason: unused.
  • Removed service "mailer.transport_factory.native"; 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.native"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "security.helper"; 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.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "security.user_providers"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "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 "swiftmailer.transport.failover"; reason: unused.
  • Removed service "assetic.worker.cache_busting"; reason: unused.
  • Removed service "doctrine.dbal.logger"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~pgbWdPN"; 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_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "fos_oauth_server.security.authentication.provider"; reason: unused.
  • Removed service "fos_oauth_server.security.authentication.listener"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.serializer.symfony"; reason: unused.
  • Removed service "fos_user.user_provider.username_email"; reason: unused.
  • Removed service "fos_user.user_provider.email"; reason: unused.
  • Removed service "fos_user.user_checker"; reason: unused.
  • Removed service "fos_user.mailer.noop"; reason: unused.
  • Removed service "sonata.admin.label.strategy.bc"; reason: unused.
  • Removed service "sonata.admin.label.strategy.noop"; reason: unused.
  • Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
  • Removed service "sonata.admin.filter_persister.session"; reason: unused.
  • Removed service "sonata.admin.security.handler.noop"; reason: unused.
  • Removed service "sonata.admin.security.handler.acl"; reason: unused.
  • Removed service "sonata.block.cache.handler.noop"; reason: unused.
  • Removed service "sonata.admin.entity_manager"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.mime_type_guesser"; reason: unused.
  • Removed service "liip_imagine.extension_guesser"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
  • Removed service "Aviatur\GeneralBundle\Security\BackendSecurity"; reason: unused.
  • Removed service "Aviatur\GeneralBundle\Services\AviaturTransactionLog"; reason: unused.
  • Removed service "Aviatur\GeneralBundle\Security\Encoder\MyCryptCbc"; reason: unused.
  • Removed service "Aviatur\CustomerBundle\Models\OAuthCustomerProviderAviatur"; reason: unused.
  • Removed service "Aviatur\FlightBundle\Services\FlightResume"; reason: unused.
  • Removed service "security.acl.cache.doctrine"; 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 "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.mailer"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.handler.null_internal"; reason: unused.
  • Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
  • Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.nLgZj7R"; reason: unused.
634
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service ".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 "sonata.admin.translation_extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • 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 "sonata.admin.route_loader" to "routing.resolver".
  • Inlined service "handcraftedinthealps_rest_routing.loader.directory" to "routing.resolver".
  • Inlined service "handcraftedinthealps_rest_routing.loader.controller" to "routing.resolver".
  • Inlined service "handcraftedinthealps_rest_routing.loader.yaml_collection" to "routing.resolver".
  • Inlined service "handcraftedinthealps_rest_routing.loader.xml_collection" 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._rwnaCT" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "fos_rest.serializer.form_error_normalizer" 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.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.handler.native_file" to "session.storage.native".
  • Inlined service ".service_locator.GVyCdgr" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.5JTilUq" 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 "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "fos_user.validator.initializer" to "validator.builder".
  • Inlined service "sonata.user.validator.user_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..WyIQyP" 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 "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.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "sonata.block.data_collector" to "profiler".
  • Inlined service "mobile_detect_bundle.device.collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service ".security.request_matcher.I4c5eMo" to "security.access_map".
  • Inlined service ".security.request_matcher.5jsZ1Ej" to "security.access_map".
  • Inlined service ".security.request_matcher.eKXDm4f" to "security.access_map".
  • Inlined service ".security.request_matcher.h9B_mTC" to "security.access_map".
  • Inlined service ".security.request_matcher.RR9GWOF" to "security.access_map".
  • Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
  • Inlined service ".security.request_matcher.sW49kSx" to "security.access_map".
  • Inlined service ".security.request_matcher.XdkMfXw" to "security.access_map".
  • Inlined service ".security.request_matcher.3w31Q3w" to "security.access_map".
  • Inlined service ".security.request_matcher.eBPUUcq" to "security.access_map".
  • Inlined service ".security.request_matcher.3SDzoHe" to "security.access_map".
  • Inlined service ".security.request_matcher.lAgDqZW" to "security.access_map".
  • Inlined service ".security.request_matcher.Ot7mrAZ" to "security.access_map".
  • Inlined service ".security.request_matcher.9r9feJu" to "security.access_map".
  • Inlined service ".security.request_matcher.bJPmZoy" to "security.access_map".
  • Inlined service ".security.request_matcher.RQp00gq" to "security.access_map".
  • Inlined service ".security.request_matcher.O7Tsk.w" to "security.access_map".
  • Inlined service ".security.request_matcher.0uhYzab" to "security.access_map".
  • Inlined service ".security.request_matcher.JgIgBz6" to "security.access_map".
  • Inlined service ".security.request_matcher._pRcrzc" to "security.access_map".
  • Inlined service ".security.request_matcher.D2XdegB" to "security.access_map".
  • Inlined service ".security.request_matcher.l1BXXAo" to "security.access_map".
  • Inlined service ".security.request_matcher.eoJuNvA" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.oauth_token" to "security.firewall.map.context.oauth_token".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.exception_listener.restApp" to "security.firewall.map.context.restApp".
  • Inlined service "security.firewall.map.config.restApp" to "security.firewall.map.context.restApp".
  • Inlined service "security.authentication.success_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.form_entry_point.admin" to "security.exception_listener.admin".
  • Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.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 "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "assetic.twig_extension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
  • Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
  • Inlined service "sonata.admin.twig.group_extension" to "twig".
  • Inlined service "sonata.admin.twig.icon_extension" to "twig".
  • Inlined service "sonata.admin.twig.security_extension" to "twig".
  • Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
  • Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
  • Inlined service "sonata.admin.twig.render_element_extension" to "twig".
  • Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
  • Inlined service "sonata.block.twig.extension" to "twig".
  • Inlined service "sonata.intl.twig.extension.locale" to "twig".
  • Inlined service "sonata.intl.twig.extension.number" to "twig".
  • Inlined service "sonata.intl.twig.extension.datetime" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "Aviatur\GeneralBundle\Twig\FolderAssetsExtension" to "twig".
  • Inlined service "Aviatur\GeneralBundle\Security\BackendSecurityTwig" to "twig".
  • Inlined service "Aviatur\GeneralBundle\Twig\StatusItemTwig" to "twig".
  • Inlined service "Aviatur\GeneralBundle\Twig\MenuAdminTwig" to "twig".
  • Inlined service "Aviatur\TwigBundle\Twig\Extension\FileExtension" to "twig".
  • Inlined service "Aviatur\TwigBundle\Twig\Extension\JsonDecode" to "twig".
  • Inlined service "Aviatur\TwigBundle\Twig\Extension\ToString" to "twig".
  • Inlined service "Aviatur\TwigBundle\Twig\Extension\ToInt" to "twig".
  • Inlined service "Aviatur\TwigBundle\Twig\Extension\AssetExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "mobile_detect.twig.extension" to "twig".
  • Inlined service "sonata.form.twig.canonicalize_extension" to "twig".
  • Inlined service "sonata.twig.extension.wrapping" to "twig".
  • Inlined service "sonata.twig.status_extension" to "twig".
  • Inlined service "sonata.twig.deprecated_template_extension" to "twig".
  • Inlined service "sonata.twig.template_extension" to "twig".
  • Inlined service "sonata.user.roles_matrix_extension" to "twig".
  • Inlined service "twig.extension.string" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "sonata.block.twig.global" to "twig".
  • Inlined service "sonata.user.twig.global" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.N8lLPQc" to "twig.runtime_loader".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "monolog.handler.requests" to "monolog.handler.request".
  • Inlined service "monolog.handler.request.not_found_strategy" to "monolog.handler.request".
  • Inlined service "monolog.handler.request_critical" to "monolog.handler.requests".
  • Inlined service "monolog.handler.request_error" to "monolog.handler.requests".
  • Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~Is8PN28" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~Is8PN28" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~Is8PN28" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~Is8PN28" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • Inlined service "assetic.config_loader" to "assetic.asset_manager".
  • Inlined service "assetic.twig_formula_loader" to "assetic.asset_manager".
  • Inlined service "assetic.config_resource" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturSearchBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturFlightBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturHotelBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturCarBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturMultiBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturPackageBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturBusBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturGeneralBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturContentBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturTwigBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.AviaturTrainBundle" to "assetic.asset_manager".
  • Inlined service "assetic.twig_directory_resource.kernel" to "assetic.asset_manager".
  • Inlined service "assetic.parameter_bag" to "assetic.asset_factory".
  • Inlined service "assetic.value_supplier.default" to "assetic.twig_extension".
  • Inlined service "assetic.twig_formula_loader.real" to "assetic.twig_formula_loader".
  • Inlined service "assetic.config_cache" to "assetic.twig_formula_loader".
  • Inlined service "monolog.logger.assetic" to "assetic.twig_formula_loader.real".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
  • Inlined service ".service_locator.E1ZEku5" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service "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" 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 "fos_oauth_server.storage.default" to "fos_oauth_server.server".
  • Inlined service "fos_oauth_server.authorize.form.handler.default" to "fos_oauth_server.controller.authorize".
  • Inlined service ".service_locator.GNc8e5B.fos_user.security.controller" to "fos_user.security.controller".
  • Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
  • Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
  • Inlined service "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
  • Inlined service "fos_user.profile.form.factory" to "fos_user.profile.controller".
  • Inlined service ".service_locator.GNc8e5B.fos_user.profile.controller" to "fos_user.profile.controller".
  • Inlined service ".service_locator.GNc8e5B.fos_user.registration.controller" to "fos_user.registration.controller".
  • Inlined service "fos_user.change_password.form.factory" to "fos_user.change_password.controller".
  • Inlined service ".service_locator.GNc8e5B.fos_user.change_password.controller" to "fos_user.change_password.controller".
  • Inlined service "fos_user.resetting.form.factory" to "fos_user.resetting.controller".
  • Inlined service ".service_locator.GNc8e5B.fos_user.resetting.controller" to "fos_user.resetting.controller".
  • Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
  • Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
  • Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
  • Inlined service ".service_locator._8uNoEM" to "sonata.admin.pool".
  • Inlined service ".service_locator.NcBpgab" to "sonata.admin.builder.filter.factory".
  • Inlined service ".service_locator.vDX4aT1.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
  • Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
  • Inlined service ".service_locator.asqFt6z" to "sonata.block.manager".
  • Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
  • Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
  • Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
  • Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
  • Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
  • Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
  • Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
  • Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
  • Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
  • Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
  • Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
  • Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
  • Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • 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 "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.service.filter" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service ".service_locator.Fy8XpON" to "jms_serializer.event_dispatcher".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
  • Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
  • Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
  • Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
  • Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
  • Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\ContentBundle\Controller\ContentController" to "Aviatur\ContentBundle\Controller\ContentController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\GeneralBundle\Controller\GeneralController" to "Aviatur\GeneralBundle\Controller\GeneralController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\BlogBundle\Controller\DefaultController" to "Aviatur\BlogBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\CustomerBundle\Controller\DefaultController" to "Aviatur\CustomerBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\CustomerBundle\Controller\SocialNetworksController" to "Aviatur\CustomerBundle\Controller\SocialNetworksController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\AgencyBundle\Controller\AgencyController" to "Aviatur\AgencyBundle\Controller\AgencyController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\CarBundle\Controller\AgentCarsController" to "Aviatur\CarBundle\Controller\AgentCarsController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\CarBundle\Controller\DefaultController" to "Aviatur\CarBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\HotelBundle\Controller\HotelController" to "Aviatur\HotelBundle\Controller\HotelController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\HotelBundle\Controller\HotelRestController" to "Aviatur\HotelBundle\Controller\HotelRestController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\HotelBundle\Controller\HotelTuPlusController" to "Aviatur\HotelBundle\Controller\HotelTuPlusController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController" to "Aviatur\AdminBundle\Controller\AdminFeeActivityLogAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AdminFeeAdminController" to "Aviatur\AdminBundle\Controller\AdminFeeAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AgencyAdminController" to "Aviatur\AdminBundle\Controller\AgencyAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController" to "Aviatur\AdminBundle\Controller\AgencyAdminFeeAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AgencyConfigAdminController" to "Aviatur\AdminBundle\Controller\AgencyConfigAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController" to "Aviatur\AdminBundle\Controller\AgencyConfigAncillariesController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AgencyEditAdminController" to "Aviatur\AdminBundle\Controller\AgencyEditAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AgentAdminController" to "Aviatur\AdminBundle\Controller\AgentAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AgentTransactionAdminController" to "Aviatur\AdminBundle\Controller\AgentTransactionAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\AsessorAdminController" to "Aviatur\AdminBundle\Controller\AsessorAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\CardAdminController" to "Aviatur\AdminBundle\Controller\CardAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController" to "Aviatur\AdminBundle\Controller\ChurningActivityLogAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\ChurningAdminController" to "Aviatur\AdminBundle\Controller\ChurningAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController" to "Aviatur\AdminBundle\Controller\ConfigFlightAgencyActivityLogAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\CustomerAdminController" to "Aviatur\AdminBundle\Controller\CustomerAdminController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\AdminBundle\Controller\DefaultController" to "Aviatur\AdminBundle\Controller\DefaultController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController" to "Aviatur\AdminBundle\Controller\DocumentBlacklistActivityLogAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController" to "Aviatur\AdminBundle\Controller\DocumentBlacklistAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\ExceptionLogAdminController" to "Aviatur\AdminBundle\Controller\ExceptionLogAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController" to "Aviatur\AdminBundle\Controller\HistoricalConciliateAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController" to "Aviatur\AdminBundle\Controller\HistoricalPaymentCardAgencyAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\HistoricalRateAdminController" to "Aviatur\AdminBundle\Controller\HistoricalRateAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\HomePromoAdminController" to "Aviatur\AdminBundle\Controller\HomePromoAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\HomePromoListAdminController" to "Aviatur\AdminBundle\Controller\HomePromoListAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\JournalAdminController" to "Aviatur\AdminBundle\Controller\JournalAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\LogSearchController" to "Aviatur\AdminBundle\Controller\LogSearchController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController" to "Aviatur\AdminBundle\Controller\NameBlacklistActivityLogAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\NameBlacklistAdminController" to "Aviatur\AdminBundle\Controller\NameBlacklistAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController" to "Aviatur\AdminBundle\Controller\NameWhitelistActivityLogAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\NameWhitelistAdminController" to "Aviatur\AdminBundle\Controller\NameWhitelistAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\NewsletterAdminController" to "Aviatur\AdminBundle\Controller\NewsletterAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\OrderAdminController" to "Aviatur\AdminBundle\Controller\OrderAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\OrderProductAdminController" to "Aviatur\AdminBundle\Controller\OrderProductAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController" to "Aviatur\AdminBundle\Controller\PaymentCardAgencyAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\PaymentMethodAdminController" to "Aviatur\AdminBundle\Controller\PaymentMethodAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController" to "Aviatur\AdminBundle\Controller\PaymentMethodAgencyAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\PromoProductAdminController" to "Aviatur\AdminBundle\Controller\PromoProductAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController" to "Aviatur\AdminBundle\Controller\PromoSearchAgencyAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\ProviderAdminController" to "Aviatur\AdminBundle\Controller\ProviderAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController" to "Aviatur\AdminBundle\Controller\ProviderCarCodeAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\RateRecommendedAdminController" to "Aviatur\AdminBundle\Controller\RateRecommendedAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\RedemptionListAdminController" to "Aviatur\AdminBundle\Controller\RedemptionListAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\ReportDiscountAviaturController" to "Aviatur\AdminBundle\Controller\ReportDiscountAviaturController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\SeoHeaderAdminController" to "Aviatur\AdminBundle\Controller\SeoHeaderAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\SeoUrlAdminController" to "Aviatur\AdminBundle\Controller\SeoUrlAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController" to "Aviatur\AdminBundle\Controller\SpecialDiscountReservationAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\TrmAdminController" to "Aviatur\AdminBundle\Controller\TrmAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\UserAgencyAdminController" to "Aviatur\AdminBundle\Controller\UserAgencyAdminController".
  • Inlined service ".service_locator.vDX4aT1.Aviatur\AdminBundle\Controller\WhitemarkAdminController" to "Aviatur\AdminBundle\Controller\WhitemarkAdminController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SoapBundle\Controller\MarkupServiceController" to "Aviatur\SoapBundle\Controller\MarkupServiceController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SoapBundle\Controller\PruebaController" to "Aviatur\SoapBundle\Controller\PruebaController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\BusController" to "Aviatur\SearchBundle\Controller\BusController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\CarController" to "Aviatur\SearchBundle\Controller\CarController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\CorporateController" to "Aviatur\SearchBundle\Controller\CorporateController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\CruiseController" to "Aviatur\SearchBundle\Controller\CruiseController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\DocumentationController" to "Aviatur\SearchBundle\Controller\DocumentationController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\ExperienceController" to "Aviatur\SearchBundle\Controller\ExperienceController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\FlightController" to "Aviatur\SearchBundle\Controller\FlightController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\FlightHotelCarController" to "Aviatur\SearchBundle\Controller\FlightHotelCarController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\GiftVoucherController" to "Aviatur\SearchBundle\Controller\GiftVoucherController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\HelicopterController" to "Aviatur\SearchBundle\Controller\HelicopterController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\HotelController" to "Aviatur\SearchBundle\Controller\HotelController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\InsuranceController" to "Aviatur\SearchBundle\Controller\InsuranceController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\PackageController" to "Aviatur\SearchBundle\Controller\PackageController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\ParkController" to "Aviatur\SearchBundle\Controller\ParkController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\SearchController" to "Aviatur\SearchBundle\Controller\SearchController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\TicketController" to "Aviatur\SearchBundle\Controller\TicketController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\TrainController" to "Aviatur\SearchBundle\Controller\TrainController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\SearchBundle\Controller\TravelDestinationController" to "Aviatur\SearchBundle\Controller\TravelDestinationController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\FlightBundle\Controller\FlightAncillariesController" to "Aviatur\FlightBundle\Controller\FlightAncillariesController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\FlightBundle\Controller\FlightAvailabilityController" to "Aviatur\FlightBundle\Controller\FlightAvailabilityController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\FlightBundle\Controller\FlightCalendarController" to "Aviatur\FlightBundle\Controller\FlightCalendarController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\FlightBundle\Controller\FlightCallbackController" to "Aviatur\FlightBundle\Controller\FlightCallbackController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController" to "Aviatur\FlightBundle\Controller\FlightMasterPricerCalendarController".
  • Inlined service "Aviatur\FlightBundle\Services\FlightDuplicationEmailNotify" to "Aviatur\FlightBundle\Controller\FlightPrepaymentController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\FlightBundle\Controller\FlightPrepaymentController" to "Aviatur\FlightBundle\Controller\FlightPrepaymentController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\FlightBundle\Controller\FlightResumeController" to "Aviatur\FlightBundle\Controller\FlightResumeController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\EditionBundle\Controller\DefaultController" to "Aviatur\EditionBundle\Controller\DefaultController".
  • Inlined service ".service_locator.uD1_22m.Aviatur\MultiBundle\Controller\DefaultController" to "Aviatur\MultiBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\FormBundle\Controller\DefaultController" to "Aviatur\FormBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\PackageBundle\Controller\DefaultController" to "Aviatur\PackageBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\InsuranceBundle\Controller\DefaultController" to "Aviatur\InsuranceBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\DocumentationBundle\Controller\DefaultController" to "Aviatur\DocumentationBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController" to "Aviatur\HelicopterBundle\Controller\HelicopterAvailabilityController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\HelicopterBundle\Controller\HelicopterCallbackController" to "Aviatur\HelicopterBundle\Controller\HelicopterCallbackController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController" to "Aviatur\HelicopterBundle\Controller\HelicopterPrepaymentController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\HelicopterBundle\Controller\HelicopterResumeController" to "Aviatur\HelicopterBundle\Controller\HelicopterResumeController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\AgentBundle\Controller\CommissionController" to "Aviatur\AgentBundle\Controller\CommissionController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\AgentBundle\Controller\DefaultController" to "Aviatur\AgentBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\AgentBundle\Controller\OverController" to "Aviatur\AgentBundle\Controller\OverController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\AgentBundle\Controller\PYQController" to "Aviatur\AgentBundle\Controller\PYQController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\AgentBundle\Controller\PoliciesController" to "Aviatur\AgentBundle\Controller\PoliciesController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\AgentBundle\Controller\SalesController" to "Aviatur\AgentBundle\Controller\SalesController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\GiftVoucherBundle\Controller\DefaultController" to "Aviatur\GiftVoucherBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\CruiserBundle\Controller\DefaultController" to "Aviatur\CruiserBundle\Controller\DefaultController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\ApiWhiteMarkController" to "Aviatur\RestBundle\Controller\ApiWhiteMarkController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\ApiWmController" to "Aviatur\RestBundle\Controller\ApiWmController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\AthController" to "Aviatur\RestBundle\Controller\AthController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\AviaturAppCustomerController" to "Aviatur\RestBundle\Controller\AviaturAppCustomerController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\AviaturAppFligthController" to "Aviatur\RestBundle\Controller\AviaturAppFligthController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\AviaturAppGeneralController" to "Aviatur\RestBundle\Controller\AviaturAppGeneralController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\AviaturAppHotelController" to "Aviatur\RestBundle\Controller\AviaturAppHotelController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\BookingDetailController" to "Aviatur\RestBundle\Controller\BookingDetailController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\BookingListController" to "Aviatur\RestBundle\Controller\BookingListController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\CustomerController" to "Aviatur\RestBundle\Controller\CustomerController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\RestBundle\Controller\DefaultController" to "Aviatur\RestBundle\Controller\DefaultController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\HopperController" to "Aviatur\RestBundle\Controller\HopperController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\LogReservationController" to "Aviatur\RestBundle\Controller\LogReservationController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\PayoutExtrasAPIController" to "Aviatur\RestBundle\Controller\PayoutExtrasAPIController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\ProductDataReceiverController" to "Aviatur\RestBundle\Controller\ProductDataReceiverController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\RedemptionController" to "Aviatur\RestBundle\Controller\RedemptionController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\RestBundle\Controller\SecurityController" to "Aviatur\RestBundle\Controller\SecurityController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\SpecialEmissionsController" to "Aviatur\RestBundle\Controller\SpecialEmissionsController".
  • Inlined service ".service_locator.eIcC2Rx.Aviatur\RestBundle\Controller\StatsStageReceiverController" to "Aviatur\RestBundle\Controller\StatsStageReceiverController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\StatsBundle\Controller\StatsController" to "Aviatur\StatsBundle\Controller\StatsController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\TicketBundle\Controller\DefaultController" to "Aviatur\TicketBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\TrainBundle\Controller\DefaultController" to "Aviatur\TrainBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\TrainBundle\Controller\TrainController" to "Aviatur\TrainBundle\Controller\TrainController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\BusBundle\Controller\DefaultController" to "Aviatur\BusBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\ExperienceBundle\Controller\ExperienceController" to "Aviatur\ExperienceBundle\Controller\ExperienceController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\MedicalSupplyBundle\Controller\DefaultController" to "Aviatur\MedicalSupplyBundle\Controller\DefaultController".
  • Inlined service ".service_locator.GNc8e5B.Aviatur\ParkBundle\Controller\ParkAvailabilityController" to "Aviatur\ParkBundle\Controller\ParkAvailabilityController".
  • 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.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "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 "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
  • 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 "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
  • Inlined service "handcraftedinthealps_rest_routing.loader.reader.controller" to "handcraftedinthealps_rest_routing.loader.controller".
  • Inlined service "handcraftedinthealps_rest_routing.loader.reader.action" to "handcraftedinthealps_rest_routing.loader.reader.controller".
  • Inlined service "fos_rest.request.param_fetcher.reader" to "handcraftedinthealps_rest_routing.loader.reader.action".
  • Inlined service "handcraftedinthealps_rest_routing.inflector.doctrine" to "handcraftedinthealps_rest_routing.loader.reader.action".
  • Inlined service "sonata.user.admin_roles_builder" to "sonata.user.matrix_roles_builder".
  • Inlined service "sonata.user.security_roles_builder" to "sonata.user.matrix_roles_builder".
  • Inlined service "sonata.user.mailer.default" to "sonata.user.action.request".
  • Inlined service "sonata.user.util.token_generator" to "sonata.user.action.request".
  • Inlined service "security.user_password_hasher" to "sonata.user.manager.user".
  • 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.sonata.admin.argument_resolver.admin.inner" to "debug.sonata.admin.argument_resolver.admin".
  • Inlined service "debug.sonata.admin.argument_resolver.proxy_query.inner" to "debug.sonata.admin.argument_resolver.proxy_query".
  • 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 "security.acl.voter.basic_permissions" to "debug.security.voter.security.acl.voter.basic_permissions".
  • Inlined service "security.acl.voter.user_permissions" to "debug.security.voter.security.acl.voter.user_permissions".
  • 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 ".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 "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.GvexKod" to ".service_locator.GvexKod.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service ".service_locator.uD1_22m" to ".service_locator.uD1_22m.Aviatur\MultiBundle\Controller\DefaultController".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
  • Inlined service ".service_locator.tignUyt" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.GvexKod.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport".
  • Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport".
  • Inlined service "swiftmailer.mailer.default.transport.eventdispatcher" to "swiftmailer.mailer.default.transport".
  • Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport".
  • Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
  • Inlined service "fos_user.object_manager" to "fos_user.user_manager".
  • Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
  • Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
  • Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
  • Inlined service "security.acl.permission_granting_strategy" to "security.acl.provider".
  • 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 "Aviatur\EditionBundle\Services\AviaturUpdateHomePromo" to "console.command.public_alias.Aviatur\GeneralBundle\Command\UpdateHomepromosCommand".
  • Inlined service "Aviatur\GeneralBundle\Services\AviaturProcessProductdata" to "console.command.public_alias.Aviatur\GeneralBundle\Command\UpdateProductBriefCommand".
  • Inlined service "Aviatur\PaymentBundle\Services\safetyService" to "console.command.public_alias.Aviatur\PaymentBundle\Command\ProbeCommand".
  • Inlined service "Aviatur\FlightBundle\Services\GenerateFlightTicketEmail" to "console.command.public_alias.Aviatur\PaymentBundle\Command\ProbeCommand".
  • Inlined service "Aviatur\GeneralBundle\Services\GPGService" to "console.command.public_alias.Aviatur\PaymentBundle\Command\ReportAvalCommand".
  • Inlined service "Aviatur\BusBundle\Services\UpdateTerminals" to "console.command.public_alias.Aviatur\BusBundle\Command\UpdateBusTerminalsCommand".
  • Inlined service ".service_locator.VIpuaxl" to "fos_rest.serializer.jms_handler_registry".
  • Inlined service "handcraftedinthealps_rest_routing.loader.processor" to "routing.loader".
  • Inlined service "handcraftedinthealps_rest_routing.loader.processor" to "routing.loader".
  • Inlined service "handcraftedinthealps_rest_routing.loader.processor" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
4
  • Tag "fos_user.requires_swift" was defined on service(s) "fos_user.mailer.twig_swift", but was never used.
  • Tag "sonata_intl.timezone_detector" was defined on service(s) "sonata.intl.timezone_detector.user", "sonata.intl.timezone_detector.locale", "sonata.intl.timezone_detector.locale_aware", but was never used.
  • Tag "templating.helper" was defined on service(s) "sonata.intl.templating.helper.locale", "sonata.intl.templating.helper.number", "sonata.intl.templating.helper.datetime", but was never used.
  • Tag "sonata.admin.template_registry" was defined on service(s) "aviatur_admin.admin.agency_config_flight.template_registry", "aviatur_admin.admin.agency_config_hotel.template_registry", "aviatur_admin.admin.agency_config_car.template_registry", "aviatur_admin.admin.agency_config_ancillaries.template_registry", "aviatur_admin.admin.provider_car_code.template_registry", "aviatur_admin.admin.agency_payment_method.template_registry", "aviatur_admin.admin.parameter.template_registry", "aviatur_admin.admin.agency.template_registry", "aviatur_admin.admin.provider.template_registry", "aviatur_admin.admin.product_type.template_registry", "aviatur_admin.admin.payment_method.template_registry", "aviatur_admin.admin.payment_config.template_registry", "aviatur_admin.admin.airline.template_registry", "aviatur_admin.admin.airline_validation.template_registry", "aviatur_admin.admin.markup.template_registry", "aviatur_admin.admin.hotel_homologation.template_registry", "aviatur_admin.admin.customer.template_registry", "aviatur_admin.admin.document_type.template_registry", "aviatur_admin.admin.gender.template_registry", "aviatur_admin.admin.civil_status.template_registry", "aviatur_admin.admin.travel_preference.template_registry", "aviatur_admin.admin.currency.template_registry", "aviatur_admin.admin.trm.template_registry", "aviatur_admin.admin.trm_worldpay.template_registry", "aviatur_admin.admin.conciliate_worldpay.template_registry", "aviatur_admin.admin.promo_search_agency.template_registry", "aviatur_general.admin.rate_recommended.template_registry", "aviatur_admin.admin.country.template_registry", "aviatur_admin.admin.city.template_registry", "aviatur_admin.admin.search_cities.template_registry", "aviatur_admin.admin.search_airports.template_registry", "aviatur_admin.admin.churning.template_registry", "aviatur_admin.admin.churning_activity_log.template_registry", "aviatur_admin.admin.document_blacklist.template_registry", "aviatur_admin.admin.seo_url.template_registry", "aviatur_admin.admin.order_product.template_registry", "aviatur_admin.admin.order.template_registry", "aviatur_admin.admin.special_discount.template_registry", "aviatur_admin.admin.newsletter.template_registry", "aviatur_admin.admin.seo_header.template_registry", "aviatur_admin.admin.url_homologation.template_registry", "aviatur_admin.admin.agent.template_registry", "aviatur_admin.admin.agentcomission.template_registry", "aviatur_admin.admin.special_discount_reservation.template_registry", "aviatur_admin.admin.promo_product.template_registry", "aviatur_admin.admin.log_search.template_registry", "aviatur_admin.admin.report_discount_aviatur.template_registry", "aviatur_admin.admin.redemption_list.template_registry", "aviatur_admin.admin.agent_transaction.template_registry", "aviatur_admin.admin.seo_index.template_registry", "aviatur_admin.admin.admin_fee_whitemark.template_registry", "aviatur_admin.admin.hopper_freeze.template_registry", "aviatur_payment.admin.payment_card_agency.template_registry", "aviatur_payment.admin.historical.payment_card_agency.template_registry", "aviatur_admin.admin.order_produc.template_registry", "aviatur_admin.admin.home_promo_list.template_registry", "aviatur_admin.admin.exception_log.template_registry", "aviatur_admin.admin.name_blacklist.template_registry", "aviatur_admin.admin.name_whitelist.template_registry", "aviatur_admin.admin.home_promo.template_registry", "aviatur_admin.admin.whitemark.template_registry", "aviatur_admin.admin.payout_extra_agency.template_registry", "aviatur_admin.admin.journal.template_registry", "aviatur_admin.admin.insurance_information.template_registry", "aviatur_admin.admin.content.template_registry", "aviatur_admin.admin.ancillaries_order.template_registry", "aviatur_admin.admin.admin_fee_activity_log.template_registry", "aviatur_admin.admin.card.template_registry", "aviatur_admin.admin.name_whitelist_activity_log.template_registry", "aviatur_admin.admin.name_blacklist_activity_log.template_registry", "aviatur_admin.admin.document_blacklist_activity_log.template_registry", "aviatur_admin.admin.config_flight_agency_activity_log.template_registry", "sonata.user.admin.user.template_registry", but was never used.