Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:934 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:943 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Not setting "doctrine.orm.enable_lazy_ghost_objects" to true is deprecated. (DoctrineExtension.php:1013 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1568, package doctrine/doctrine-bundle)
In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2269, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:2259, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:2311, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)
Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
The "sonata_admin.xml" routing configuration is deprecated since sonata-project/admin-bundle 4.39 and will throw an error in 5.0. Import "sonata_admin.php" instead.
Setting the code, the model class and the base controller name with the constructor is deprecated since sonata-project/admin-bundle version 4.8 and will not be possible in 5.0 version. Use the `code`, `model_class` and `controller` attribute of the `sonata.admin` tag or the method "setCode()", "setModelClass()" and "setBaseControllerName()" instead.
The "/var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/vendor/sonata-project/media-bundle/src/Resources/config/routing/media.xml" routing configuration is deprecated since sonata-project/media-bundle 4.19. Import "media.php" instead.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/local-packages/draw-sonata-extra-bundle/Resources/SonataAdminBundle/views/CRUD/base_show_field.html.twig at line 15.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/local-packages/draw-sonata-extra-bundle/Resources/SonataAdminBundle/views/CRUD/base_show_field.html.twig at line 30.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/local-packages/draw-sonata-extra-bundle/Resources/SonataAdminBundle/views/CRUD/base_show_field.html.twig at line 49.
Since twig/twig 3.12: The "tag" constructor argument of the "Sonata\Twig\Node\TemplateBoxNode" class is deprecated and ignored (check which TokenParser class set it to "sonata_template_box"), the tag is now automatically set by the Parser when needed.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/vendor/sonata-project/media-bundle/src/Resources/views/MediaAdmin/edit.html.twig at line 15.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/local-packages/draw-sonata-extra-bundle/Resources/views/CRUD/show_grid.html.twig at line 16.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/local-packages/draw-sonata-extra-bundle/Resources/views/CRUD/show_list.html.twig at line 8.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/local-packages/draw-sonata-extra-bundle/Resources/views/CRUD/show_list.html.twig at line 10.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/local-packages/draw-sonata-extra-bundle/Resources/views/CRUD/list_list.html.twig at line 8.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/local-packages/draw-sonata-extra-bundle/Resources/views/CRUD/list_list.html.twig at line 10.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2269, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:2259, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:2311, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:104 called by DocParser.php:693, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)
"SELECT c0_.id AS id_0, c0_.iso_code AS iso_code_1, c0_.name AS name_2, c0_.country AS country_3, c0_.active AS active_4, c0_.display_home AS display_home_5, c0_.sort AS sort_6, i1_.id AS id_7, i1_.nom AS nom_8, i1_.country AS country_9, c0_.city_id AS city_id_10, c0_.zone_id AS zone_id_11, c0_.main_image_id AS main_image_id_12, c0_.gallery_id AS gallery_id_13 FROM country c0_ INNER JOIN iata_city i1_ ON c0_.city_id = i1_.id WHERE c0_.display_home = 1 ORDER BY c0_.sort DESC"
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.iso_code AS iso_code_1, c0_.name AS name_2, c0_.country AS country_3, c0_.active AS active_4, c0_.display_home AS display_home_5, c0_.sort AS sort_6, i1_.id AS id_7, i1_.nom AS nom_8, i1_.country AS country_9, c0_.city_id AS city_id_10, c0_.zone_id AS zone_id_11, c0_.main_image_id AS main_image_id_12, c0_.gallery_id AS gallery_id_13 FROM country c0_ INNER JOIN iata_city i1_ ON c0_.city_id = i1_.id WHERE c0_.display_home = 1 ORDER BY c0_.sort DESC"
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?"
(parameters:
[1 => 527]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?"
"params" => [1 => 527]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?"
(parameters:
[1 => 1962]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?"
"params" => [1 => 1962]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?"
(parameters:
[1 => 401]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?"
"params" => [1 => 401]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.admin_email AS admin_email_2, t0.offer_start AS offer_start_3, t0.tour_admin_email AS tour_admin_email_4, t0.offer_amount_of_nights AS offer_amount_of_nights_5, t0.sakifo_start AS sakifo_start_6, t0.sakifo_end AS sakifo_end_7, t0.contact_form_subjects AS contact_form_subjects_8, t0.know_us_how AS know_us_how_9, t0.hero_title AS hero_title_10, t0.hero_subtitle AS hero_subtitle_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.featured_hotel_id AS featured_hotel_id_14, t0.featured_tour_id AS featured_tour_id_15, t0.sakifo_thumbnail_id AS sakifo_thumbnail_id_16, t0.sakifo_banner_id AS sakifo_banner_id_17 FROM setting t0 WHERE t0.id = ?"
(parameters:
[1 => "default"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.admin_email AS admin_email_2, t0.offer_start AS offer_start_3, t0.tour_admin_email AS tour_admin_email_4, t0.offer_amount_of_nights AS offer_amount_of_nights_5, t0.sakifo_start AS sakifo_start_6, t0.sakifo_end AS sakifo_end_7, t0.contact_form_subjects AS contact_form_subjects_8, t0.know_us_how AS know_us_how_9, t0.hero_title AS hero_title_10, t0.hero_subtitle AS hero_subtitle_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.featured_hotel_id AS featured_hotel_id_14, t0.featured_tour_id AS featured_tour_id_15, t0.sakifo_thumbnail_id AS sakifo_thumbnail_id_16, t0.sakifo_banner_id AS sakifo_banner_id_17 FROM setting t0 WHERE t0.id = ?"
"params" => [1 => "default"
]
"types" => [1 => 2]
]
deprecation
Deprecated: Return type of App\Model\Party::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "App\Model\Party" now to avoid errors or add an explicit @return annotation to suppress this message.
Log messages generated during the compilation of the service container.
Messages
Class
497
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Draw\Component\Messenger\Transport\DrawTransportFactory" (parent: .abstract.instanceof.Draw\Component\Messenger\Transport\DrawTransportFactory).
Resolving inheritance for "Draw\Component\Messenger\Transport\DrawTransportFactory" (parent: .instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Draw\Component\Messenger\Transport\DrawTransportFactory).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Component\Messenger\AutoStamp\EventListener\AutoStampEnvelopeListener" (parent: .abstract.instanceof.Draw\Component\Messenger\AutoStamp\EventListener\AutoStampEnvelopeListener).
Resolving inheritance for "Draw\Component\Messenger\AutoStamp\EventListener\AutoStampEnvelopeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Component\Messenger\AutoStamp\EventListener\AutoStampEnvelopeListener).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\DefaultExtension" (parent: .abstract.instanceof.App\Admin\Extension\DefaultExtension).
Resolving inheritance for ".instanceof.App\Admin\Extension\DefaultExtension.0.App\Admin\Extension\DefaultExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\DefaultExtension).
Resolving inheritance for "App\Admin\Extension\DefaultExtension" (parent: .instanceof.App\Admin\Extension\DefaultExtension.0.App\Admin\Extension\DefaultExtension).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\GalleryItemAdminExtension" (parent: .abstract.instanceof.App\Admin\Extension\GalleryItemAdminExtension).
Resolving inheritance for ".instanceof.App\Admin\Extension\GalleryItemAdminExtension.0.App\Admin\Extension\GalleryItemAdminExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\GalleryItemAdminExtension).
Resolving inheritance for "App\Admin\Extension\GalleryItemAdminExtension" (parent: .instanceof.App\Admin\Extension\GalleryItemAdminExtension.0.App\Admin\Extension\GalleryItemAdminExtension).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\HasMediaExtension" (parent: .abstract.instanceof.App\Admin\Extension\HasMediaExtension).
Resolving inheritance for ".instanceof.App\Admin\Extension\HasMediaExtension.0.App\Admin\Extension\HasMediaExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\HasMediaExtension).
Resolving inheritance for "App\Admin\Extension\HasMediaExtension" (parent: .instanceof.App\Admin\Extension\HasMediaExtension.0.App\Admin\Extension\HasMediaExtension).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\ImageCropperExtension" (parent: .abstract.instanceof.App\Admin\Extension\ImageCropperExtension).
Resolving inheritance for ".instanceof.App\Admin\Extension\ImageCropperExtension.0.App\Admin\Extension\ImageCropperExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\ImageCropperExtension).
Resolving inheritance for "App\Admin\Extension\ImageCropperExtension" (parent: .instanceof.App\Admin\Extension\ImageCropperExtension.0.App\Admin\Extension\ImageCropperExtension).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\TagsExtension" (parent: .abstract.instanceof.App\Admin\Extension\TagsExtension).
Resolving inheritance for ".instanceof.App\Admin\Extension\TagsExtension.0.App\Admin\Extension\TagsExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\TagsExtension).
Resolving inheritance for "App\Admin\Extension\TagsExtension" (parent: .instanceof.App\Admin\Extension\TagsExtension.0.App\Admin\Extension\TagsExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Admin\Listener\MenuBuilderSubscriber" (parent: .abstract.instanceof.App\Admin\Listener\MenuBuilderSubscriber).
Resolving inheritance for "App\Admin\Listener\MenuBuilderSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Admin\Listener\MenuBuilderSubscriber).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\UserAdmin" (parent: .abstract.instanceof.App\Admin\UserAdmin).
Resolving inheritance for "App\Admin\UserAdmin" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\UserAdmin).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Amadeus\Amadeus" (parent: .abstract.instanceof.App\Amadeus\Amadeus).
Resolving inheritance for "App\Amadeus\Amadeus" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Amadeus\Amadeus).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateImageCommand" (parent: .abstract.instanceof.App\Command\MigrateImageCommand).
Resolving inheritance for ".instanceof.App\Command\MigrateImageCommand.0.App\Command\MigrateImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateImageCommand).
Resolving inheritance for "App\Command\MigrateImageCommand" (parent: .instanceof.App\Command\MigrateImageCommand.0.App\Command\MigrateImageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedDevContentCommand" (parent: .abstract.instanceof.App\Command\SeedDevContentCommand).
Resolving inheritance for ".instanceof.App\Command\SeedDevContentCommand.0.App\Command\SeedDevContentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedDevContentCommand).
Resolving inheritance for "App\Command\SeedDevContentCommand" (parent: .instanceof.App\Command\SeedDevContentCommand.0.App\Command\SeedDevContentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMediaFromProdCommand" (parent: .abstract.instanceof.App\Command\SyncMediaFromProdCommand).
Resolving inheritance for ".instanceof.App\Command\SyncMediaFromProdCommand.0.App\Command\SyncMediaFromProdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMediaFromProdCommand).
Resolving inheritance for "App\Command\SyncMediaFromProdCommand" (parent: .instanceof.App\Command\SyncMediaFromProdCommand.0.App\Command\SyncMediaFromProdCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CancelItemController" (parent: .abstract.instanceof.App\Controller\Admin\CancelItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CancelItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CancelItemController).
Resolving inheritance for "App\Controller\Admin\CancelItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CancelItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeOfferCRUDController" (parent: .abstract.instanceof.App\Controller\Admin\HomeOfferCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeOfferCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeOfferCRUDController).
Resolving inheritance for "App\Controller\Admin\HomeOfferCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeOfferCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotelController" (parent: .abstract.instanceof.App\Controller\Admin\HotelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotelController).
Resolving inheritance for "App\Controller\Admin\HotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController" (parent: .abstract.instanceof.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController).
Resolving inheritance for "App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController" (parent: .abstract.instanceof.App\Controller\Admin\PromotionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController).
Resolving inheritance for "App\Controller\Admin\PromotionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomBlockController" (parent: .abstract.instanceof.App\Controller\Admin\RoomBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomBlockController).
Resolving inheritance for "App\Controller\Admin\RoomBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController" (parent: .abstract.instanceof.App\Controller\Admin\RoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController).
Resolving inheritance for "App\Controller\Admin\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomRateController" (parent: .abstract.instanceof.App\Controller\Admin\RoomRateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomRateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomRateController).
Resolving inheritance for "App\Controller\Admin\RoomRateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomRateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupplementController" (parent: .abstract.instanceof.App\Controller\Admin\SupplementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupplementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupplementController).
Resolving inheritance for "App\Controller\Admin\SupplementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupplementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TransferController" (parent: .abstract.instanceof.App\Controller\Admin\TransferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TransferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TransferController).
Resolving inheritance for "App\Controller\Admin\TransferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TransferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BaseController" (parent: .abstract.instanceof.App\Controller\Api\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BaseController).
Resolving inheritance for "App\Controller\Api\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BaseController).
Resolving inheritance for ".instanceof.App\Controller\Api\ContactController.0.App\Controller\Api\ContactController" (parent: .abstract.instanceof.App\Controller\Api\ContactController).
Resolving inheritance for "App\Controller\Api\ContactController" (parent: .instanceof.App\Controller\Api\ContactController.0.App\Controller\Api\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController" (parent: .abstract.instanceof.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.App\Controller\Api\UserController.0.App\Controller\Api\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController).
Resolving inheritance for "App\Controller\Api\UserController" (parent: .instanceof.App\Controller\Api\UserController.0.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\DebugAmadeusController" (parent: .abstract.instanceof.App\Controller\Dev\DebugAmadeusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\DebugAmadeusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\DebugAmadeusController).
Resolving inheritance for ".instanceof.App\Controller\Dev\DebugAmadeusController.0.App\Controller\Dev\DebugAmadeusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\DebugAmadeusController).
Resolving inheritance for "App\Controller\Dev\DebugAmadeusController" (parent: .instanceof.App\Controller\Dev\DebugAmadeusController.0.App\Controller\Dev\DebugAmadeusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\SitemapDebugController" (parent: .abstract.instanceof.App\Controller\Dev\SitemapDebugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\SitemapDebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\SitemapDebugController).
Resolving inheritance for "App\Controller\Dev\SitemapDebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\SitemapDebugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\AccountController" (parent: .abstract.instanceof.App\Controller\Site\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\AccountController).
Resolving inheritance for ".instanceof.App\Controller\Site\AccountController.0.App\Controller\Site\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\AccountController).
Resolving inheritance for "App\Controller\Site\AccountController" (parent: .instanceof.App\Controller\Site\AccountController.0.App\Controller\Site\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartController" (parent: .abstract.instanceof.App\Controller\Site\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartController).
Resolving inheritance for ".instanceof.App\Controller\Site\CartController.0.App\Controller\Site\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartController).
Resolving inheritance for "App\Controller\Site\CartController" (parent: .instanceof.App\Controller\Site\CartController.0.App\Controller\Site\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CheckoutController" (parent: .abstract.instanceof.App\Controller\Site\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CheckoutController).
Resolving inheritance for ".instanceof.App\Controller\Site\CheckoutController.0.App\Controller\Site\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CheckoutController).
Resolving inheritance for "App\Controller\Site\CheckoutController" (parent: .instanceof.App\Controller\Site\CheckoutController.0.App\Controller\Site\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CircuitController" (parent: .abstract.instanceof.App\Controller\Site\CircuitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CircuitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CircuitController).
Resolving inheritance for ".instanceof.App\Controller\Site\CircuitController.0.App\Controller\Site\CircuitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CircuitController).
Resolving inheritance for "App\Controller\Site\CircuitController" (parent: .instanceof.App\Controller\Site\CircuitController.0.App\Controller\Site\CircuitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ContactController" (parent: .abstract.instanceof.App\Controller\Site\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ContactController).
Resolving inheritance for ".instanceof.App\Controller\Site\ContactController.0.App\Controller\Site\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ContactController).
Resolving inheritance for "App\Controller\Site\ContactController" (parent: .instanceof.App\Controller\Site\ContactController.0.App\Controller\Site\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CustomMessageController" (parent: .abstract.instanceof.App\Controller\Site\CustomMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CustomMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CustomMessageController).
Resolving inheritance for ".instanceof.App\Controller\Site\CustomMessageController.0.App\Controller\Site\CustomMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CustomMessageController).
Resolving inheritance for "App\Controller\Site\CustomMessageController" (parent: .instanceof.App\Controller\Site\CustomMessageController.0.App\Controller\Site\CustomMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\DestinationController" (parent: .abstract.instanceof.App\Controller\Site\DestinationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\DestinationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\DestinationController).
Resolving inheritance for ".instanceof.App\Controller\Site\DestinationController.0.App\Controller\Site\DestinationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\DestinationController).
Resolving inheritance for "App\Controller\Site\DestinationController" (parent: .instanceof.App\Controller\Site\DestinationController.0.App\Controller\Site\DestinationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\IndexController" (parent: .abstract.instanceof.App\Controller\Site\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\IndexController).
Resolving inheritance for ".instanceof.App\Controller\Site\IndexController.0.App\Controller\Site\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\IndexController).
Resolving inheritance for "App\Controller\Site\IndexController" (parent: .instanceof.App\Controller\Site\IndexController.0.App\Controller\Site\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\JsonLDController" (parent: .abstract.instanceof.App\Controller\Site\JsonLDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\JsonLDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\JsonLDController).
Resolving inheritance for "App\Controller\Site\JsonLDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\JsonLDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LayoutController" (parent: .abstract.instanceof.App\Controller\Site\LayoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LayoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LayoutController).
Resolving inheritance for "App\Controller\Site\LayoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LayoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LoginController" (parent: .abstract.instanceof.App\Controller\Site\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LoginController).
Resolving inheritance for ".instanceof.App\Controller\Site\LoginController.0.App\Controller\Site\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LoginController).
Resolving inheritance for "App\Controller\Site\LoginController" (parent: .instanceof.App\Controller\Site\LoginController.0.App\Controller\Site\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LogoutController" (parent: .abstract.instanceof.App\Controller\Site\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LogoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LogoutController).
Resolving inheritance for ".instanceof.App\Controller\Site\LogoutController.0.App\Controller\Site\LogoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LogoutController).
Resolving inheritance for "App\Controller\Site\LogoutController" (parent: .instanceof.App\Controller\Site\LogoutController.0.App\Controller\Site\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\MediaController" (parent: .abstract.instanceof.App\Controller\Site\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\MediaController).
Resolving inheritance for "App\Controller\Site\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PageController" (parent: .abstract.instanceof.App\Controller\Site\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PageController).
Resolving inheritance for ".instanceof.App\Controller\Site\PageController.0.App\Controller\Site\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PageController).
Resolving inheritance for "App\Controller\Site\PageController" (parent: .instanceof.App\Controller\Site\PageController.0.App\Controller\Site\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PayboxController" (parent: .abstract.instanceof.App\Controller\Site\PayboxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PayboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PayboxController).
Resolving inheritance for ".instanceof.App\Controller\Site\PayboxController.0.App\Controller\Site\PayboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PayboxController).
Resolving inheritance for "App\Controller\Site\PayboxController" (parent: .instanceof.App\Controller\Site\PayboxController.0.App\Controller\Site\PayboxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ResizeController" (parent: .abstract.instanceof.App\Controller\Site\ResizeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ResizeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ResizeController).
Resolving inheritance for ".instanceof.App\Controller\Site\ResizeController.0.App\Controller\Site\ResizeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ResizeController).
Resolving inheritance for "App\Controller\Site\ResizeController" (parent: .instanceof.App\Controller\Site\ResizeController.0.App\Controller\Site\ResizeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SakifoController" (parent: .abstract.instanceof.App\Controller\Site\SakifoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SakifoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SakifoController).
Resolving inheritance for ".instanceof.App\Controller\Site\SakifoController.0.App\Controller\Site\SakifoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SakifoController).
Resolving inheritance for "App\Controller\Site\SakifoController" (parent: .instanceof.App\Controller\Site\SakifoController.0.App\Controller\Site\SakifoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SearchController" (parent: .abstract.instanceof.App\Controller\Site\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SearchController).
Resolving inheritance for ".instanceof.App\Controller\Site\SearchController.0.App\Controller\Site\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SearchController).
Resolving inheritance for "App\Controller\Site\SearchController" (parent: .instanceof.App\Controller\Site\SearchController.0.App\Controller\Site\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SpecialEventController" (parent: .abstract.instanceof.App\Controller\Site\SpecialEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SpecialEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SpecialEventController).
Resolving inheritance for ".instanceof.App\Controller\Site\SpecialEventController.0.App\Controller\Site\SpecialEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SpecialEventController).
Resolving inheritance for "App\Controller\Site\SpecialEventController" (parent: .instanceof.App\Controller\Site\SpecialEventController.0.App\Controller\Site\SpecialEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\TrackingController" (parent: .abstract.instanceof.App\Controller\Site\TrackingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\TrackingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\TrackingController).
Resolving inheritance for "App\Controller\Site\TrackingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\TrackingController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DestinationHeroImageFixtures" (parent: .abstract.instanceof.App\DataFixtures\DestinationHeroImageFixtures).
Resolving inheritance for "App\DataFixtures\DestinationHeroImageFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DestinationHeroImageFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\HomeOfferFixtures" (parent: .abstract.instanceof.App\DataFixtures\HomeOfferFixtures).
Resolving inheritance for "App\DataFixtures\HomeOfferFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\HomeOfferFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SitemapListener" (parent: .abstract.instanceof.App\EventListener\SitemapListener).
Resolving inheritance for "App\EventListener\SitemapListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SitemapListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EmailCopySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\EmailCopySubscriber).
Resolving inheritance for "App\EventSubscriber\EmailCopySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EmailCopySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddressType" (parent: .abstract.instanceof.App\Form\AddressType).
Resolving inheritance for "App\Form\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartForm" (parent: .abstract.instanceof.App\Form\CartForm).
Resolving inheritance for "App\Form\CartForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConnectForm" (parent: .abstract.instanceof.App\Form\ConnectForm).
Resolving inheritance for "App\Form\ConnectForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConnectForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactForm" (parent: .abstract.instanceof.App\Form\ContactForm).
Resolving inheritance for "App\Form\ContactForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordForm" (parent: .abstract.instanceof.App\Form\ForgotPasswordForm).
Resolving inheritance for "App\Form\ForgotPasswordForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\FormGroupClassExtension" (parent: .abstract.instanceof.App\Form\FormGroupClassExtension).
Resolving inheritance for "App\Form\FormGroupClassExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\FormGroupClassExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HashMapType" (parent: .abstract.instanceof.App\Form\HashMapType).
Resolving inheritance for "App\Form\HashMapType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HashMapType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\IconExtension" (parent: .abstract.instanceof.App\Form\IconExtension).
Resolving inheritance for "App\Form\IconExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\IconExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InstagramFeedType" (parent: .abstract.instanceof.App\Form\InstagramFeedType).
Resolving inheritance for "App\Form\InstagramFeedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InstagramFeedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KeyValueType" (parent: .abstract.instanceof.App\Form\KeyValueType).
Resolving inheritance for "App\Form\KeyValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KeyValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPreviewType" (parent: .abstract.instanceof.App\Form\MediaPreviewType).
Resolving inheritance for "App\Form\MediaPreviewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPreviewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OnDemandForm" (parent: .abstract.instanceof.App\Form\OnDemandForm).
Resolving inheritance for "App\Form\OnDemandForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OnDemandForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderForm" (parent: .abstract.instanceof.App\Form\OrderForm).
Resolving inheritance for "App\Form\OrderForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OtherDatesType" (parent: .abstract.instanceof.App\Form\OtherDatesType).
Resolving inheritance for "App\Form\OtherDatesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OtherDatesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PassengerType" (parent: .abstract.instanceof.App\Form\PassengerType).
Resolving inheritance for "App\Form\PassengerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PassengerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PassengersType" (parent: .abstract.instanceof.App\Form\PassengersType).
Resolving inheritance for "App\Form\PassengersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PassengersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType" (parent: .abstract.instanceof.App\Form\PasswordChangeType).
Resolving inheritance for "App\Form\PasswordChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PayboxForm" (parent: .abstract.instanceof.App\Form\PayboxForm).
Resolving inheritance for "App\Form\PayboxForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PayboxForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhoneType" (parent: .abstract.instanceof.App\Form\PhoneType).
Resolving inheritance for "App\Form\PhoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhoneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeForm" (parent: .abstract.instanceof.App\Form\PromoCodeForm).
Resolving inheritance for "App\Form\PromoCodeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromotionOfferType" (parent: .abstract.instanceof.App\Form\PromotionOfferType).
Resolving inheritance for "App\Form\PromotionOfferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromotionOfferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchForm" (parent: .abstract.instanceof.App\Form\SearchForm).
Resolving inheritance for "App\Form\SearchForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignUpForm" (parent: .abstract.instanceof.App\Form\SignUpForm).
Resolving inheritance for "App\Form\SignUpForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignUpForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TourQuotationPassengerType" (parent: .abstract.instanceof.App\Form\TourQuotationPassengerType).
Resolving inheritance for "App\Form\TourQuotationPassengerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TourQuotationPassengerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TourQuotationType" (parent: .abstract.instanceof.App\Form\TourQuotationType).
Resolving inheritance for "App\Form\TourQuotationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TourQuotationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeyValueRowType" (parent: .abstract.instanceof.App\Form\Type\KeyValueRowType).
Resolving inheritance for "App\Form\Type\KeyValueRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeyValueRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeyValueType" (parent: .abstract.instanceof.App\Form\Type\KeyValueType).
Resolving inheritance for "App\Form\Type\KeyValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeyValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Listener\Deserializer" (parent: .abstract.instanceof.App\Listener\Deserializer).
Resolving inheritance for "App\Listener\Deserializer" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Listener\Deserializer).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\ErroredMessageLinkEventListener" (parent: .abstract.instanceof.App\Listener\ErroredMessageLinkEventListener).
Resolving inheritance for "App\Listener\ErroredMessageLinkEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\ErroredMessageLinkEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\MaintenanceListener" (parent: .abstract.instanceof.App\Listener\MaintenanceListener).
Resolving inheritance for "App\Listener\MaintenanceListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\MaintenanceListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\RequestSubscriber" (parent: .abstract.instanceof.App\Listener\RequestSubscriber).
Resolving inheritance for "App\Listener\RequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\RequestSubscriber).
Resolving inheritance for ".instanceof.App\MessageHandler\ConfirmEmailHandler.0.App\MessageHandler\ConfirmEmailHandler" (parent: .abstract.instanceof.App\MessageHandler\ConfirmEmailHandler).
Resolving inheritance for "App\MessageHandler\ConfirmEmailHandler" (parent: .instanceof.App\MessageHandler\ConfirmEmailHandler.0.App\MessageHandler\ConfirmEmailHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\UserCreatedHandler.0.App\MessageHandler\UserCreatedHandler" (parent: .abstract.instanceof.App\MessageHandler\UserCreatedHandler).
Resolving inheritance for "App\MessageHandler\UserCreatedHandler" (parent: .instanceof.App\MessageHandler\UserCreatedHandler.0.App\MessageHandler\UserCreatedHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancelItemRepository" (parent: .abstract.instanceof.App\Repository\CancelItemRepository).
Resolving inheritance for "App\Repository\CancelItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancelItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstagramFeedRepository" (parent: .abstract.instanceof.App\Repository\InstagramFeedRepository).
Resolving inheritance for "App\Repository\InstagramFeedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstagramFeedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecialEventRepository" (parent: .abstract.instanceof.App\Repository\SpecialEventRepository).
Resolving inheritance for "App\Repository\SpecialEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecialEventRepository).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\CmsRuntime" (parent: .abstract.instanceof.App\Twig\CmsRuntime).
Resolving inheritance for "App\Twig\CmsRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\CmsRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension" (parent: .abstract.instanceof.App\Twig\Extension).
Resolving inheritance for "App\Twig\Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\PathRuntime" (parent: .abstract.instanceof.App\Twig\PathRuntime).
Resolving inheritance for "App\Twig\PathRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\PathRuntime).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\InstagramFeedPositionTypeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\InstagramFeedPositionTypeValidator).
Resolving inheritance for "App\Validator\Constraints\InstagramFeedPositionTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\InstagramFeedPositionTypeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\RoomRateStayDateValidator" (parent: .abstract.instanceof.App\Validator\Constraints\RoomRateStayDateValidator).
Resolving inheritance for "App\Validator\Constraints\RoomRateStayDateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\RoomRateStayDateValidator).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Sonata\Admin\UserAdmin" (parent: .abstract.instanceof.App\Sonata\Admin\UserAdmin).
Resolving inheritance for "App\Sonata\Admin\UserAdmin" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Sonata\Admin\UserAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.sonata.admin.user" (parent: .abstract.instanceof.app.sonata.admin.user).
Resolving inheritance for "app.sonata.admin.user" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.sonata.admin.user).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.sonata.media.admin.gallery" (parent: .abstract.instanceof.sonata.media.admin.gallery).
Resolving inheritance for "sonata.media.admin.gallery" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.sonata.media.admin.gallery).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.admin.gallery" (parent: .abstract.instanceof.app.admin.gallery).
Resolving inheritance for "app.admin.gallery" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.admin.gallery).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.admin.home_offer" (parent: .abstract.instanceof.app.admin.home_offer).
Resolving inheritance for "app.admin.home_offer" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.admin.home_offer).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\GridExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataBundle\Extension\GridExtension).
Resolving inheritance for "Draw\Bundle\SonataBundle\Extension\GridExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\GridExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CustomMessageController.inner" (parent: .abstract.instanceof.App\Controller\Site\CustomMessageController.inner).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CustomMessageController.inner" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CustomMessageController.inner).
Resolving inheritance for ".instanceof.Draw\Bundle\MessengerBundle\Controller\MessageController.0.App\Controller\Site\CustomMessageController.inner" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CustomMessageController.inner).
Resolving inheritance for "App\Controller\Site\CustomMessageController.inner" (parent: .instanceof.Draw\Bundle\MessengerBundle\Controller\MessageController.0.App\Controller\Site\CustomMessageController.inner).
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.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.mailchimp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.draw" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
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.authenticator.form_login.admin" (parent: security.authenticator.form_login).
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.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
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.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.json_login.main" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\BlockBundle\Twig\BlockExtension" (parent: .abstract.instanceof.Draw\Bundle\BlockBundle\Twig\BlockExtension).
Resolving inheritance for "Draw\Bundle\BlockBundle\Twig\BlockExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\BlockBundle\Twig\BlockExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Draw\Bundle\BlockBundle\Twig\BlockRuntime" (parent: .abstract.instanceof.Draw\Bundle\BlockBundle\Twig\BlockRuntime).
Resolving inheritance for "Draw\Bundle\BlockBundle\Twig\BlockRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Draw\Bundle\BlockBundle\Twig\BlockRuntime).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataBundle\Controller\CRUDController" (parent: .abstract.instanceof.Draw\Bundle\SonataBundle\Controller\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataBundle\Controller\CRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataBundle\Controller\CRUDController).
Resolving inheritance for "Draw\Bundle\SonataBundle\Controller\CRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataBundle\Controller\CRUDController).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\AutoActionExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataBundle\Extension\AutoActionExtension).
Resolving inheritance for "Draw\Bundle\SonataBundle\Extension\AutoActionExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\AutoActionExtension).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\AutoHelpExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataBundle\Extension\AutoHelpExtension).
Resolving inheritance for "Draw\Bundle\SonataBundle\Extension\AutoHelpExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\AutoHelpExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptedListener" (parent: .abstract.instanceof.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptedListener).
Resolving inheritance for "Draw\Bundle\UserBundle\EventListener\UserRequestInterceptedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptedListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptorListener" (parent: .abstract.instanceof.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptorListener).
Resolving inheritance for "Draw\Bundle\UserBundle\EventListener\UserRequestInterceptorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptorListener).
Resolving inheritance for ".instanceof.Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler.0.Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler" (parent: .abstract.instanceof.Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler).
Resolving inheritance for "Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler" (parent: .instanceof.Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler.0.Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController" (parent: .abstract.instanceof.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController).
Resolving inheritance for ".instanceof.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController).
Resolving inheritance for "Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController" (parent: .instanceof.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController).
Resolving inheritance for ".instanceof.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController" (parent: .instanceof.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\EventListener\AdminMonitoringListener" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\EventListener\AdminMonitoringListener).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\EventListener\AdminMonitoringListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\EventListener\AdminMonitoringListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\EventListener\ConfigureAdminControllerListener" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\EventListener\ConfigureAdminControllerListener).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\EventListener\ConfigureAdminControllerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\EventListener\ConfigureAdminControllerListener).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\BatchActionExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\Extension\BatchActionExtension).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\Extension\BatchActionExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\BatchActionExtension).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\DoctrineInheritanceExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\Extension\DoctrineInheritanceExtension).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\Extension\DoctrineInheritanceExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\DoctrineInheritanceExtension).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\GridExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\Extension\GridExtension).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\Extension\GridExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\GridExtension).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\ListFieldPriorityExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\Extension\ListFieldPriorityExtension).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\Extension\ListFieldPriorityExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\ListFieldPriorityExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Draw\Bundle\SonataExtraBundle\Form\Extension\Core\Type\SingleLineDateTimeType" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\Form\Extension\Core\Type\SingleLineDateTimeType).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\Form\Extension\Core\Type\SingleLineDateTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Draw\Bundle\SonataExtraBundle\Form\Extension\Core\Type\SingleLineDateTimeType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Twig\EntityTwigExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataExtraBundle\Twig\EntityTwigExtension).
Resolving inheritance for "Draw\Bundle\SonataExtraBundle\Twig\EntityTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Twig\EntityTwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\EventListener\FinalizeContextQueueCountEventListener" (parent: .abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\Messenger\EventListener\FinalizeContextQueueCountEventListener).
Resolving inheritance for "Draw\Bundle\SonataIntegrationBundle\Messenger\EventListener\FinalizeContextQueueCountEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\EventListener\FinalizeContextQueueCountEventListener).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Admin\MessengerMessageAdmin" (parent: .abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\Messenger\Admin\MessengerMessageAdmin).
Resolving inheritance for "Draw\Bundle\SonataIntegrationBundle\Messenger\Admin\MessengerMessageAdmin" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Admin\MessengerMessageAdmin).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter" (parent: .abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter).
Resolving inheritance for "Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController" (parent: .abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController).
Resolving inheritance for "Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController" (parent: .abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController).
Resolving inheritance for ".instanceof.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController).
Resolving inheritance for "Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController" (parent: .instanceof.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminExtension).
Resolving inheritance for "Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminRuntime" (parent: .abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminRuntime).
Resolving inheritance for "Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminRuntime).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Admin\Extension\PasswordChangeEnforcerExtension" (parent: .abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\User\Admin\Extension\PasswordChangeEnforcerExtension).
Resolving inheritance for "Draw\Bundle\SonataIntegrationBundle\User\Admin\Extension\PasswordChangeEnforcerExtension" (parent: .instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Admin\Extension\PasswordChangeEnforcerExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.draw.sonata.user.action.request_password_change_action" (parent: .abstract.instanceof.draw.sonata.user.action.request_password_change_action).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.draw.sonata.user.action.request_password_change_action" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.draw.sonata.user.action.request_password_change_action).
Resolving inheritance for "draw.sonata.user.action.request_password_change_action" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.draw.sonata.user.action.request_password_change_action).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command" (parent: .abstract.instanceof.presta_sitemap.dump_command).
Resolving inheritance for ".instanceof.Presta\SitemapBundle\Command\DumpSitemapsCommand.0.presta_sitemap.dump_command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command).
Resolving inheritance for "presta_sitemap.dump_command" (parent: .instanceof.Presta\SitemapBundle\Command\DumpSitemapsCommand.0.presta_sitemap.dump_command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Draw\Bundle\MessengerBundle\Command\PurgeExpiredMessageCommand" (parent: .abstract.instanceof.Draw\Bundle\MessengerBundle\Command\PurgeExpiredMessageCommand).
Resolving inheritance for "Draw\Bundle\MessengerBundle\Command\PurgeExpiredMessageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Draw\Bundle\MessengerBundle\Command\PurgeExpiredMessageCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\MessengerBundle\Controller\MessageController" (parent: .abstract.instanceof.Draw\Bundle\MessengerBundle\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\MessengerBundle\Controller\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\MessengerBundle\Controller\MessageController).
Resolving inheritance for ".instanceof.Draw\Bundle\MessengerBundle\Controller\MessageController.0.Draw\Bundle\MessengerBundle\Controller\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\MessengerBundle\Controller\MessageController).
Resolving inheritance for "Draw\Bundle\MessengerBundle\Controller\MessageController" (parent: .instanceof.Draw\Bundle\MessengerBundle\Controller\MessageController.0.Draw\Bundle\MessengerBundle\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\MessengerBundle\EventListener\StopWorkerOnSigintSignalListener" (parent: .abstract.instanceof.Draw\Bundle\MessengerBundle\EventListener\StopWorkerOnSigintSignalListener).
Resolving inheritance for "Draw\Bundle\MessengerBundle\EventListener\StopWorkerOnSigintSignalListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\MessengerBundle\EventListener\StopWorkerOnSigintSignalListener).
Resolving inheritance for ".instanceof.Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler.0.Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler" (parent: .abstract.instanceof.Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler).
Resolving inheritance for "Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler" (parent: .instanceof.Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler.0.Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\AgencyAdmin" (parent: .abstract.instanceof.App\Admin\AgencyAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\BookingFeeAdmin" (parent: .abstract.instanceof.App\Admin\BookingFeeAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\CancelItemAdmin" (parent: .abstract.instanceof.App\Admin\CancelItemAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\CapacityAdmin" (parent: .abstract.instanceof.App\Admin\CapacityAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\CountryAdmin" (parent: .abstract.instanceof.App\Admin\CountryAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\FieldTripAdmin" (parent: .abstract.instanceof.App\Admin\FieldTripAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\GalleryAdmin" (parent: .abstract.instanceof.App\Admin\GalleryAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\HomeOfferAdmin" (parent: .abstract.instanceof.App\Admin\HomeOfferAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\HotelAdmin" (parent: .abstract.instanceof.App\Admin\HotelAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\IataCityAdmin" (parent: .abstract.instanceof.App\Admin\IataCityAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\InstagramFeedAdmin" (parent: .abstract.instanceof.App\Admin\InstagramFeedAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\InsuranceAdmin" (parent: .abstract.instanceof.App\Admin\InsuranceAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\OnDemandAdmin" (parent: .abstract.instanceof.App\Admin\OnDemandAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\OrderAdmin" (parent: .abstract.instanceof.App\Admin\OrderAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\OrderItemAdmin" (parent: .abstract.instanceof.App\Admin\OrderItemAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PageAdmin" (parent: .abstract.instanceof.App\Admin\PageAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PassengerAdmin" (parent: .abstract.instanceof.App\Admin\PassengerAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PensionTypeAdmin" (parent: .abstract.instanceof.App\Admin\PensionTypeAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PromoCodeAdmin" (parent: .abstract.instanceof.App\Admin\PromoCodeAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PromotionAdmin" (parent: .abstract.instanceof.App\Admin\PromotionAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PromotionOfferAdmin" (parent: .abstract.instanceof.App\Admin\PromotionOfferAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\RoomAdmin" (parent: .abstract.instanceof.App\Admin\RoomAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\RoomRateAdmin" (parent: .abstract.instanceof.App\Admin\RoomRateAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\SeparateBedroomCapacity" (parent: .abstract.instanceof.App\Admin\SeparateBedroomCapacity).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\SettingAdmin" (parent: .abstract.instanceof.App\Admin\SettingAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\SpecialEventAdmin" (parent: .abstract.instanceof.App\Admin\SpecialEventAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\StopSaleAdmin" (parent: .abstract.instanceof.App\Admin\StopSaleAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\SupplementAdmin" (parent: .abstract.instanceof.App\Admin\SupplementAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TourAdmin" (parent: .abstract.instanceof.App\Admin\TourAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TourQuotationAdmin" (parent: .abstract.instanceof.App\Admin\TourQuotationAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TourQuotationPassengerAdmin" (parent: .abstract.instanceof.App\Admin\TourQuotationPassengerAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TransferAdmin" (parent: .abstract.instanceof.App\Admin\TransferAdmin).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TransferCapacity" (parent: .abstract.instanceof.App\Admin\TransferCapacity).
Resolving inheritance for ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\ZoneAdmin" (parent: .abstract.instanceof.App\Admin\ZoneAdmin).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\InstagramFeedPositionType" (parent: .abstract.instanceof.App\Validator\Constraints\InstagramFeedPositionType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\RoomRateStayDate" (parent: .abstract.instanceof.App\Validator\Constraints\RoomRateStayDate).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.Draw\Bundle\SonataBundle\DrawSonataBundle" (parent: .abstract.instanceof.Draw\Bundle\SonataBundle\DrawSonataBundle).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
Resolving inheritance for "command.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "command.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "command.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "command.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
7
Skipping service "App\EmailWriter\AmadeusEmailWriter": Class or interface "App\EmailWriter\AmadeusEmailWriter" cannot be loaded.
Skipping service "App\EmailWriter\OnDemandEmailWriter": Class or interface "App\EmailWriter\OnDemandEmailWriter" cannot be loaded.
Skipping service "App\EmailWriter\TourQuotationEmailWriter": Class or interface "App\EmailWriter\TourQuotationEmailWriter" cannot be loaded.
Skipping service "session.attribute_bag": Class or interface "Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag" cannot be loaded.
Skipping service "sonata.admin.guesser.chain": Class or interface "Sonata\AdminBundle\Guesser\TypeGuesserChain" cannot be loaded.
Skipping service "Draw\Bundle\UserBundle\Feed\UserFeedImplementation": Class or interface "Draw\Bundle\UserBundle\Feed\UserFeedImplementation" cannot be loaded.
Skipping service "Draw\Bundle\SonataBundle\SimpleFieldDescription": Class or interface "Draw\Bundle\SonataBundle\SimpleFieldDescription" cannot be loaded.
3
Removing method "setEntityManager" of service "App\Controller\Admin\CancelItemController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Admin\HotelController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Site\MediaController::galleryBlock": no corresponding services exist for the referenced types.
394
Removed service "Draw\Contracts\Messenger\EnvelopeFinderInterface"; reason: private alias.
Removed service "Draw\Contracts\Messenger\TransportRepositoryInterface"; reason: private alias.
Removed service "messengerTransportDraw"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "App\Amadeus\Air\FlightSearchClientInterface"; reason: private alias.
Removed service "Draw\Bundle\SettingBundle\SettingRegistryInterface"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderParser"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; 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 $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.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 "security.firewall_config_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\PasswordHasherInterface $ywct"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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.renderer"; 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 "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\Search\SearchHandlerInterface"; 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.admin.security.handler"; reason: private alias.
Removed service "Sonata\MediaBundle\Model\MediaManagerInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $drawUserEntityRepository"; reason: private alias.
Removed service "Draw\Bundle\UserBundle\Feed\UserFeedInterface"; reason: private alias.
Removed service "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
Removed service "karser_recaptcha3.google.request_method"; reason: private alias.
Removed service "Cravler\MaxMindGeoIpBundle\Service\GeoIpService"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\Pool"; reason: private alias.
Removed service "sonata.media.admin.media.manager"; reason: private alias.
Removed service "sonata.media.http.client"; reason: private alias.
Removed service "sonata.media.http.message_factory"; reason: private alias.
Removed service "sonata.media.adapter.image.default"; reason: private alias.
Removed service "sonata.media.resizer.default"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\GeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\DumperInterface"; reason: private alias.
Removed service "Draw\Component\Messenger\Transport\DrawTransport"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\EngineInterface"; reason: private alias.
Removed service ".service_locator.TBeUaNe"; reason: private alias.
Removed service ".service_locator.SfdQwfP"; reason: private alias.
Removed service ".service_locator.BPaAnB7"; reason: private alias.
Removed service ".service_locator.PsksVkm"; reason: private alias.
Removed service ".service_locator.9dHHuFi"; reason: private alias.
Removed service ".service_locator.r74bwW9"; reason: private alias.
Removed service ".service_locator.SVL5EVs"; reason: private alias.
Removed service ".service_locator.P9Jg1tZ"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "command.bus"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "sonata.admin.builder.orm_form"; reason: private alias.
Removed service "sonata.admin.field_description_factory.orm"; reason: private alias.
Removed service "security.user_checker"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.UOV1jy9"; reason: private alias.
Removed service ".service_locator.T9JL3E2"; reason: private alias.
Removed service ".service_locator.GQjT5oQ"; reason: private alias.
Removed service ".service_locator._OrifAd"; reason: private alias.
Removed service ".service_locator.aySdFGM"; reason: private alias.
Removed service ".service_locator..27x.Pd"; reason: private alias.
Removed service ".service_locator.yKQwKS1"; reason: private alias.
Removed service ".service_locator.TirUW8S"; reason: private alias.
Removed service ".service_locator.03VC0.."; reason: private alias.
Removed service ".service_locator.yFRapHK"; reason: private alias.
Removed service ".service_locator.2EkvuTu"; reason: private alias.
Removed service ".service_locator.0GIuQBc"; reason: private alias.
Removed service ".service_locator.eJxQlpG"; reason: private alias.
Removed service ".service_locator.BEMEGop"; reason: private alias.
Removed service ".service_locator.0ekWYPZ"; reason: private alias.
Removed service ".service_locator.z_brRND"; reason: private alias.
Removed service ".service_locator.mDi5j_d"; reason: private alias.
Removed service ".service_locator.CxmD2Wh"; reason: private alias.
Removed service ".service_locator.PMLABnv"; reason: private alias.
Removed service ".service_locator.jTO8MWi"; reason: private alias.
Removed service ".service_locator.VzzJqut"; reason: private alias.
Removed service ".service_locator.eAn62Gw"; reason: private alias.
Removed service ".service_locator.YLGHyU8"; reason: private alias.
Removed service ".service_locator.VfTmIY1"; reason: private alias.
Removed service ".service_locator.scL1Jdg"; reason: private alias.
Removed service ".service_locator..iRwkMc"; reason: private alias.
Removed service ".service_locator.PQIREEc"; reason: private alias.
Removed service ".service_locator.2iuhU.Y"; reason: private alias.
Removed service ".service_locator.sY1hxLG"; reason: private alias.
Removed service ".service_locator.NU7W7RK"; reason: private alias.
Removed service ".service_locator.8dV34o1"; reason: private alias.
Removed service ".service_locator.vm4n3Kn"; reason: private alias.
Removed service ".service_locator.5yUrVFk"; reason: private alias.
Removed service ".service_locator.kIhwW8y"; reason: private alias.
Removed service ".service_locator.E35znsB"; reason: private alias.
Removed service ".service_locator.1vyoXlc"; reason: private alias.
Removed service ".service_locator.uwiJcpN"; reason: private alias.
Removed service ".service_locator.zoqOhxL"; reason: private alias.
Removed service ".service_locator.qQLDz_J"; reason: private alias.
Removed service ".service_locator.cO8N1HX"; reason: private alias.
Removed service ".service_locator.UgXkmO2"; reason: private alias.
Removed service ".service_locator.4xcTrDw"; reason: private alias.
Removed service ".service_locator.jLosOB_"; reason: private alias.
Removed service ".service_locator.jz9k6ol"; reason: private alias.
Removed service ".service_locator.6L4gJTp"; reason: private alias.
Removed service ".service_locator.w_BOPBC"; reason: private alias.
Removed service ".service_locator.KAXZnki"; reason: private alias.
Removed service ".service_locator.Gd2fHoZ"; reason: private alias.
Removed service ".service_locator.9.CxIGl"; reason: private alias.
Removed service ".service_locator.pC_ML9k"; reason: private alias.
Removed service ".service_locator..yGYJjJ"; reason: private alias.
Removed service ".service_locator.nM29Nxm"; reason: private alias.
Removed service ".service_locator.e4X00Sz"; reason: private alias.
Removed service ".service_locator.dGFtMcF"; reason: private alias.
Removed service ".service_locator.UjW.KEz"; reason: private alias.
Removed service ".service_locator..XwZqG2"; reason: private alias.
Removed service ".service_locator.of0d7c9"; reason: private alias.
Removed service ".service_locator.jVJtKl7"; reason: private alias.
Removed service ".service_locator.HphZkPg"; reason: private alias.
Removed service ".service_locator.zNpSAJi"; reason: private alias.
Removed service ".service_locator.D6tJ4Px"; reason: private alias.
Removed service ".service_locator.noMTmNm"; reason: private alias.
Removed service ".service_locator.vh4Te.l"; reason: private alias.
Removed service ".service_locator.0vsVc4L"; reason: private alias.
Removed service ".service_locator.YoxmnOg"; reason: private alias.
217
Changed reference of service "Draw\Component\Messenger\ManualTrigger\ManuallyTriggeredMessageUrlGenerator" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "Draw\Component\Messenger\ManualTrigger\ManuallyTriggeredMessageUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "App\Admin\Extension\HasMediaExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\UserAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Amadeus\Api" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Dev\SitemapDebugController" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "App\Controller\Dev\SitemapDebugController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Site\CustomMessageController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Site\PayboxController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\EventListener\SitemapListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\CartForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\ConnectForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\OnDemandForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\PayboxForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\PromoCodeForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\SearchForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\SignUpForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Listener\ErroredMessageLinkEventListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Listener\MaintenanceListener" previously pointing to "router.default" to "router".
Changed reference of service "App\MessageHandler\CustomRedirectToRouteMessageHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\MessageHandler\UserCreatedHandler" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\MessageHandler\UserCreatedHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Payment\PayboxProcessor" previously pointing to "router.default" to "router".
Changed reference of service "Draw\Component\Security\Core\Security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "App\Sonata\Admin\UserAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.sonata.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.home_offer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "services_resetter" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.mailchimp" 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 "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 "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.access.closure_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
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 "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.menu.group_provider" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.security_runtime" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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.role" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Draw\Bundle\UserBundle\EventListener\UserRequestInterceptorListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Draw\Bundle\UserBundle\Feed\FlashUserFeed" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Draw\Bundle\UserBundle\EmailWriter\ForgotPasswordEmailWriter" previously pointing to "router.default" to "router".
Changed reference of service "sonata.media.security.public_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.forbidden_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.media.security.session_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.media.admin.media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Draw\Bundle\SonataExtraBundle\Block\MonitoringBlockService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Draw\Bundle\SonataExtraBundle\Twig\EntityTwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Draw\Bundle\SonataIntegrationBundle\Messenger\Admin\MessengerMessageAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "presta_sitemap.controller" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "Draw\Bundle\MessengerBundle\CallToAction\MessageUrlGenerator" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "Draw\Bundle\MessengerBundle\CallToAction\MessageUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Admin\AgencyAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\BookingFeeAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\CancelItemAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\CapacityAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\CountryAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\FieldTripAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\GalleryAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\HomeOfferAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\HotelAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\IataCityAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\InstagramFeedAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\InsuranceAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\OnDemandAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\OrderAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\OrderItemAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\PageAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\PassengerAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\PensionTypeAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\PromoCodeAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\PromotionAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\PromotionOfferAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\RoomAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\RoomRateAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\SeparateBedroomCapacity" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\SettingAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\SpecialEventAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\StopSaleAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\SupplementAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\TourAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\TourQuotationAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\TourQuotationPassengerAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\TransferAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\TransferCapacity" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\ZoneAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CIRPwh2" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service ".service_locator.CIRPwh2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.4wEfXYh" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service ".service_locator.4wEfXYh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.4wEfXYh" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wLbnEgs" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.lTYWYLJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.51hHbbT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.y9Q.ZvS" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service ".service_locator.AAnNTb0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "command.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.UtXOMCQ" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "draw.sonata.builder.orm_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "draw.security.core.user.event_driven_user_checker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.c8A.YpG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.c8A.YpG" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.c8A.YpG" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.MHFZIZp" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.MHFZIZp" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fF2rtFy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fF2rtFy" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fF2rtFy" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.JT82q7X" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JT82q7X" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JT82q7X" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.CyR4poO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CyR4poO" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.CyR4poO" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.ahHr5gk" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ahHr5gk" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ahHr5gk" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.o1mc53S" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5ltxHEW" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.5ltxHEW" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "presta_sitemap.generator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dumper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.dumper" previously pointing to "router.default" to "router".
603
Removed service "App\Entity"; reason: abstract.
Removed service "App\Kernel"; reason: abstract.
Removed service "App\Migrations"; reason: abstract.
Removed service "App\Model"; reason: abstract.
Removed service ".abstract.App\Amadeus\Air\FlightSearchClientInterface"; reason: abstract.
Removed service ".abstract.App\Amadeus\Storage\StorageInterface"; reason: abstract.
Removed service "Draw\Bundle\SettingBundle\DependencyInjection"; reason: abstract.
Removed service "Draw\Bundle\SettingBundle\DrawSettingBundle"; reason: abstract.
Removed service ".abstract.Draw\Bundle\SettingBundle\SettingInterface"; reason: abstract.
Removed service ".abstract.Draw\Bundle\SettingBundle\SettingRegistryInterface"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "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.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "Draw\Bundle\BlockBundle\DependencyInjection"; reason: abstract.
Removed service "Draw\Bundle\BlockBundle\DrawBlockBundle"; reason: abstract.
Removed service "Draw\Bundle\SonataBundle\Block"; reason: abstract.
Removed service "Draw\Bundle\SonataBundle\DependencyInjection"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "Draw\Bundle\MessengerBundle\DependencyInjection"; reason: abstract.
Removed service "Draw\Bundle\MessengerBundle\Entity"; reason: abstract.
Removed service "Draw\Bundle\MessengerBundle\Event"; reason: abstract.
Removed service "Draw\Bundle\MessengerBundle\Tests"; reason: abstract.
Removed service "Draw\Bundle\MessengerBundle\Broker"; reason: abstract.
Removed service "Draw\Bundle\MessengerBundle\Sonata"; reason: abstract.
Removed service "Draw\Bundle\MessengerBundle\DrawMessengerBundle"; reason: abstract.
Removed service ".abstract.Draw\Bundle\MessengerBundle\Message\RedirectToRouteMessageInterface"; reason: abstract.
Removed service ".abstract.Draw\Bundle\MessengerBundle\Message\ResponseGeneratorMessageInterface"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Draw\Component\Messenger\Transport\DrawTransportFactory"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Component\Messenger\Transport\DrawTransportFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Component\Messenger\AutoStamp\EventListener\AutoStampEnvelopeListener"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Component\Messenger\AutoStamp\EventListener\AutoStampEnvelopeListener"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\AgencyAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\AgencyAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\BookingFeeAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\BookingFeeAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\CancelItemAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\CancelItemAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\CapacityAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\CapacityAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\CountryAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\CountryAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\DefaultExtension"; reason: abstract.
Removed service ".instanceof.App\Admin\Extension\DefaultExtension.0.App\Admin\Extension\DefaultExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Extension\DefaultExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\GalleryItemAdminExtension"; reason: abstract.
Removed service ".instanceof.App\Admin\Extension\GalleryItemAdminExtension.0.App\Admin\Extension\GalleryItemAdminExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Extension\GalleryItemAdminExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\HasMediaExtension"; reason: abstract.
Removed service ".instanceof.App\Admin\Extension\HasMediaExtension.0.App\Admin\Extension\HasMediaExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Extension\HasMediaExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\ImageCropperExtension"; reason: abstract.
Removed service ".instanceof.App\Admin\Extension\ImageCropperExtension.0.App\Admin\Extension\ImageCropperExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Extension\ImageCropperExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.App\Admin\Extension\TagsExtension"; reason: abstract.
Removed service ".instanceof.App\Admin\Extension\TagsExtension.0.App\Admin\Extension\TagsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Extension\TagsExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\FieldTripAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\FieldTripAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\GalleryAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\GalleryAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\HomeOfferAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\HomeOfferAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\HotelAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\HotelAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\IataCityAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\IataCityAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\InstagramFeedAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\InstagramFeedAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\InsuranceAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\InsuranceAdmin"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Admin\Listener\MenuBuilderSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Listener\MenuBuilderSubscriber"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\OnDemandAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\OnDemandAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\OrderAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\OrderAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\OrderItemAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\OrderItemAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PageAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\PageAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PassengerAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\PassengerAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PensionTypeAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\PensionTypeAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PromoCodeAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\PromoCodeAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PromotionAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\PromotionAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\PromotionOfferAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\PromotionOfferAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\RoomAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\RoomAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\RoomRateAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\RoomRateAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\SeparateBedroomCapacity"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\SeparateBedroomCapacity"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\SettingAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\SettingAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\SpecialEventAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\SpecialEventAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\StopSaleAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\StopSaleAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\SupplementAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\SupplementAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TourAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\TourAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TourQuotationAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\TourQuotationAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TourQuotationPassengerAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\TourQuotationPassengerAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TransferAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\TransferAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\TransferCapacity"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\TransferCapacity"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\UserAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\UserAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Admin\ZoneAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\ZoneAdmin"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Amadeus\Amadeus"; reason: abstract.
Removed service ".abstract.instanceof.App\Amadeus\Amadeus"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateImageCommand"; reason: abstract.
Removed service ".instanceof.App\Command\MigrateImageCommand.0.App\Command\MigrateImageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateImageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedDevContentCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SeedDevContentCommand.0.App\Command\SeedDevContentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedDevContentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMediaFromProdCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SyncMediaFromProdCommand.0.App\Command\SyncMediaFromProdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncMediaFromProdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CancelItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CancelItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CancelItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeOfferCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeOfferCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HomeOfferCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PromotionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RoomBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomRateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RoomRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupplementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupplementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SupplementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TransferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\BaseController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\ContactController.0.App\Controller\Api\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\UserController.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\DebugAmadeusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\DebugAmadeusController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dev\DebugAmadeusController.0.App\Controller\Dev\DebugAmadeusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dev\DebugAmadeusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\SitemapDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\SitemapDebugController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dev\SitemapDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\AccountController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\AccountController.0.App\Controller\Site\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\CartController.0.App\Controller\Site\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CheckoutController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\CheckoutController.0.App\Controller\Site\CheckoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CircuitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CircuitController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\CircuitController.0.App\Controller\Site\CircuitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CircuitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ContactController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\ContactController.0.App\Controller\Site\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CustomMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CustomMessageController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\CustomMessageController.0.App\Controller\Site\CustomMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CustomMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\DestinationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\DestinationController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\DestinationController.0.App\Controller\Site\DestinationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\DestinationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\IndexController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\IndexController.0.App\Controller\Site\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\JsonLDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\JsonLDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\JsonLDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LayoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LayoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\LayoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LoginController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\LoginController.0.App\Controller\Site\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LogoutController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\LogoutController.0.App\Controller\Site\LogoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PageController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\PageController.0.App\Controller\Site\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PayboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PayboxController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\PayboxController.0.App\Controller\Site\PayboxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\PayboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ResizeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ResizeController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\ResizeController.0.App\Controller\Site\ResizeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ResizeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SakifoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SakifoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\SakifoController.0.App\Controller\Site\SakifoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\SakifoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SearchController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\SearchController.0.App\Controller\Site\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SpecialEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SpecialEventController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\SpecialEventController.0.App\Controller\Site\SpecialEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\SpecialEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\TrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\TrackingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\TrackingController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DestinationHeroImageFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\DestinationHeroImageFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\HomeOfferFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\HomeOfferFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SitemapListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\SitemapListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EmailCopySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\EmailCopySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CartForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConnectForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConnectForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ForgotPasswordForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\FormGroupClassExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormGroupClassExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HashMapType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HashMapType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\IconExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IconExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InstagramFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InstagramFeedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KeyValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\KeyValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPreviewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MediaPreviewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OnDemandForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OnDemandForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OtherDatesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OtherDatesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PassengerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PassengerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PassengersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PassengersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PayboxForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PayboxForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhoneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PhoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PromoCodeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromotionOfferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PromotionOfferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignUpForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SignUpForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TourQuotationPassengerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TourQuotationPassengerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TourQuotationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TourQuotationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeyValueRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\KeyValueRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeyValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\KeyValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Listener\Deserializer"; reason: abstract.
Removed service ".abstract.instanceof.App\Listener\Deserializer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\ErroredMessageLinkEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listener\ErroredMessageLinkEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\MaintenanceListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listener\MaintenanceListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\RequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Listener\RequestSubscriber"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\ConfirmEmailHandler.0.App\MessageHandler\ConfirmEmailHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\ConfirmEmailHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\UserCreatedHandler.0.App\MessageHandler\UserCreatedHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\UserCreatedHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancelItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CancelItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstagramFeedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InstagramFeedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecialEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpecialEventRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\CmsRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CmsRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\PathRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PathRuntime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\InstagramFeedPositionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\InstagramFeedPositionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\InstagramFeedPositionTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\InstagramFeedPositionTypeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\RoomRateStayDate"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\RoomRateStayDate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\RoomRateStayDateValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\RoomRateStayDateValidator"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.App\Sonata\Admin\UserAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Sonata\Admin\UserAdmin"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.sonata.admin.user"; reason: abstract.
Removed service ".abstract.instanceof.app.sonata.admin.user"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.sonata.media.admin.gallery"; reason: abstract.
Removed service ".abstract.instanceof.sonata.media.admin.gallery"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.admin.gallery"; reason: abstract.
Removed service ".abstract.instanceof.app.admin.gallery"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.app.admin.home_offer"; reason: abstract.
Removed service ".abstract.instanceof.app.admin.home_offer"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\GridExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataBundle\Extension\GridExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CustomMessageController.inner"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CustomMessageController.inner"; reason: abstract.
Removed service ".instanceof.Draw\Bundle\MessengerBundle\Controller\MessageController.0.App\Controller\Site\CustomMessageController.inner"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CustomMessageController.inner"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\BlockBundle\Twig\BlockExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\BlockBundle\Twig\BlockExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Draw\Bundle\BlockBundle\Twig\BlockRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\BlockBundle\Twig\BlockRuntime"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataBundle\Controller\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataBundle\Controller\CRUDController"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataBundle\Controller\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.Draw\Bundle\SonataBundle\DrawSonataBundle"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataBundle\DrawSonataBundle"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\AutoActionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataBundle\Extension\AutoActionExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataBundle\Extension\AutoHelpExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataBundle\Extension\AutoHelpExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptedListener"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptorListener"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\UserBundle\EventListener\UserRequestInterceptorListener"; reason: abstract.
Removed service ".instanceof.Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler.0.Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\UserBundle\MessageHandler\PreventNotHandleMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController"; reason: abstract.
Removed service ".instanceof.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController.0.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController"; reason: abstract.
Removed service ".instanceof.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController.0.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\EventListener\AdminMonitoringListener"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\EventListener\AdminMonitoringListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataExtraBundle\EventListener\ConfigureAdminControllerListener"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\EventListener\ConfigureAdminControllerListener"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\BatchActionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\Extension\BatchActionExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\DoctrineInheritanceExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\Extension\DoctrineInheritanceExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\GridExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\Extension\GridExtension"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Extension\ListFieldPriorityExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\Extension\ListFieldPriorityExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Draw\Bundle\SonataExtraBundle\Form\Extension\Core\Type\SingleLineDateTimeType"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\Form\Extension\Core\Type\SingleLineDateTimeType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\SonataExtraBundle\Twig\EntityTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataExtraBundle\Twig\EntityTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\EventListener\FinalizeContextQueueCountEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\Messenger\EventListener\FinalizeContextQueueCountEventListener"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Admin\MessengerMessageAdmin"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\Messenger\Admin\MessengerMessageAdmin"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController.0.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminRuntime"; reason: abstract.
Removed service ".instanceof.Sonata\AdminBundle\Admin\AdminExtensionInterface.0.Draw\Bundle\SonataIntegrationBundle\User\Admin\Extension\PasswordChangeEnforcerExtension"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\SonataIntegrationBundle\User\Admin\Extension\PasswordChangeEnforcerExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.draw.sonata.user.action.request_password_change_action"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.draw.sonata.user.action.request_password_change_action"; reason: abstract.
Removed service ".abstract.instanceof.draw.sonata.user.action.request_password_change_action"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command"; reason: abstract.
Removed service ".instanceof.Presta\SitemapBundle\Command\DumpSitemapsCommand.0.presta_sitemap.dump_command"; reason: abstract.
Removed service ".abstract.instanceof.presta_sitemap.dump_command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Draw\Bundle\MessengerBundle\Command\PurgeExpiredMessageCommand"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\MessengerBundle\Command\PurgeExpiredMessageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Draw\Bundle\MessengerBundle\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Draw\Bundle\MessengerBundle\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Draw\Bundle\MessengerBundle\Controller\MessageController.0.Draw\Bundle\MessengerBundle\Controller\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\MessengerBundle\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Draw\Bundle\MessengerBundle\EventListener\StopWorkerOnSigintSignalListener"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\MessengerBundle\EventListener\StopWorkerOnSigintSignalListener"; reason: abstract.
Removed service ".instanceof.Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler.0.Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler"; reason: abstract.
308
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "App\Amadeus\Air\TestFlightSearchClient"; reason: unused.
Removed service "App\Amadeus\Exception\SearchErrorException"; reason: unused.
Removed service "App\Amadeus\Model\AdditionalInformation"; reason: unused.
Removed service "App\Amadeus\Model\AdditionalService"; reason: unused.
Removed service "App\Amadeus\Model\AdditionalServiceType"; reason: unused.
Removed service "App\Amadeus\Model\AdditionalServicesRequest"; reason: unused.
Removed service "App\Amadeus\Model\Address"; reason: unused.
Removed service "App\Amadeus\Model\AirTravelDocument"; reason: unused.
Removed service "App\Amadeus\Model\AirTravelDocumentCommon"; reason: unused.
Removed service "App\Amadeus\Model\AircraftEntry"; reason: unused.
Removed service "App\Amadeus\Model\AircraftEquipment"; reason: unused.
Removed service "App\Amadeus\Model\AirlineRemark"; reason: unused.
Removed service "App\Amadeus\Model\AirlineRemarkType"; reason: unused.
Removed service "App\Amadeus\Model\AllotmentDetails"; reason: unused.
Removed service "App\Amadeus\Model\AssociatedRecord"; reason: unused.
Removed service "App\Amadeus\Model\AssociatedRecordCommon"; reason: unused.
Removed service "App\Amadeus\Model\AutomatedProcess"; reason: unused.
Removed service "App\Amadeus\Model\AutomatedProcessCode"; reason: unused.
Removed service "App\Amadeus\Model\AutomatedProcessCommon"; reason: unused.
Removed service "App\Amadeus\Model\B2bWallet"; reason: unused.
Removed service "App\Amadeus\Model\BaggageAllowance"; reason: unused.
Removed service "App\Amadeus\Model\Bags"; reason: unused.
Removed service "App\Amadeus\Model\BaseName"; reason: unused.
Removed service "App\Amadeus\Model\BookingRequirements"; reason: unused.
Removed service "App\Amadeus\Model\CabinRestriction"; reason: unused.
Removed service "App\Amadeus\Model\CarrierEntry"; reason: unused.
Removed service "App\Amadeus\Model\CarrierRestrictions"; reason: unused.
Removed service "App\Amadeus\Model\Co2Emission"; reason: unused.
Removed service "App\Amadeus\Model\CollectionLinks"; reason: unused.
Removed service "App\Amadeus\Model\CollectionMeta"; reason: unused.
Removed service "App\Amadeus\Model\CollectionMetaLink"; reason: unused.
Removed service "App\Amadeus\Model\ConnectionRestriction"; reason: unused.
Removed service "App\Amadeus\Model\Contact"; reason: unused.
Removed service "App\Amadeus\Model\ContactDictionary"; reason: unused.
Removed service "App\Amadeus\Model\ContactPurpose"; reason: unused.
Removed service "App\Amadeus\Model\Coverage"; reason: unused.
Removed service "App\Amadeus\Model\CreditCard"; reason: unused.
Removed service "App\Amadeus\Model\CreditCardBrand"; reason: unused.
Removed service "App\Amadeus\Model\CreditCardCommon"; reason: unused.
Removed service "App\Amadeus\Model\CreditCardFee"; reason: unused.
Removed service "App\Amadeus\Model\CurrencyEntry"; reason: unused.
Removed service "App\Amadeus\Model\DateTimeRange"; reason: unused.
Removed service "App\Amadeus\Model\Description"; reason: unused.
Removed service "App\Amadeus\Model\DetailedFareRules"; reason: unused.
Removed service "App\Amadeus\Model\Dictionaries"; reason: unused.
Removed service "App\Amadeus\Model\Discount"; reason: unused.
Removed service "App\Amadeus\Model\DiscountTravelerType"; reason: unused.
Removed service "App\Amadeus\Model\DiscountType"; reason: unused.
Removed service "App\Amadeus\Model\Document"; reason: unused.
Removed service "App\Amadeus\Model\DocumentType"; reason: unused.
Removed service "App\Amadeus\Model\ElementaryPrice"; reason: unused.
Removed service "App\Amadeus\Model\EmergencyContact"; reason: unused.
Removed service "App\Amadeus\Model\Error400"; reason: unused.
Removed service "App\Amadeus\Model\Error500"; reason: unused.
Removed service "App\Amadeus\Model\ExtendedPrice"; reason: unused.
Removed service "App\Amadeus\Model\ExtendedPricingOptions"; reason: unused.
Removed service "App\Amadeus\Model\FareDetailsBySegment"; reason: unused.
Removed service "App\Amadeus\Model\FareRules"; reason: unused.
Removed service "App\Amadeus\Model\Fee"; reason: unused.
Removed service "App\Amadeus\Model\FeeType"; reason: unused.
Removed service "App\Amadeus\Model\FlightEndPoint"; reason: unused.
Removed service "App\Amadeus\Model\FlightFilters"; reason: unused.
Removed service "App\Amadeus\Model\FlightOffer"; reason: unused.
Removed service "App\Amadeus\Model\FlightOfferPricingIn"; reason: unused.
Removed service "App\Amadeus\Model\FlightOfferPricingOut"; reason: unused.
Removed service "App\Amadeus\Model\FlightOfferSource"; reason: unused.
Removed service "App\Amadeus\Model\FlightOrder"; reason: unused.
Removed service "App\Amadeus\Model\FlightOrderQuery"; reason: unused.
Removed service "App\Amadeus\Model\FlightSegment"; reason: unused.
Removed service "App\Amadeus\Model\FlightStop"; reason: unused.
Removed service "App\Amadeus\Model\FormOfPayment"; reason: unused.
Removed service "App\Amadeus\Model\GeneralRemark"; reason: unused.
Removed service "App\Amadeus\Model\GeneralRemarkType"; reason: unused.
Removed service "App\Amadeus\Model\GetFlightOffersQuery"; reason: unused.
Removed service "App\Amadeus\Model\GetPriceQuery"; reason: unused.
Removed service "App\Amadeus\Model\IdentityDocument"; reason: unused.
Removed service "App\Amadeus\Model\IncludedResourcesMap"; reason: unused.
Removed service "App\Amadeus\Model\Issue"; reason: unused.
Removed service "App\Amadeus\Model\IssueSource"; reason: unused.
Removed service "App\Amadeus\Model\Itineraries"; reason: unused.
Removed service "App\Amadeus\Model\LocationEntry"; reason: unused.
Removed service "App\Amadeus\Model\LocationValue"; reason: unused.
Removed service "App\Amadeus\Model\LoyaltyProgram"; reason: unused.
Removed service "App\Amadeus\Model\Name"; reason: unused.
Removed service "App\Amadeus\Model\OneWayCombinations"; reason: unused.
Removed service "App\Amadeus\Model\OperatingFlight"; reason: unused.
Removed service "App\Amadeus\Model\OriginDestination"; reason: unused.
Removed service "App\Amadeus\Model\OriginalFlightEndPoint"; reason: unused.
Removed service "App\Amadeus\Model\OriginalFlightStop"; reason: unused.
Removed service "App\Amadeus\Model\OtherMethod"; reason: unused.
Removed service "App\Amadeus\Model\OtherPaymentMethod"; reason: unused.
Removed service "App\Amadeus\Model\OtherServices"; reason: unused.
Removed service "App\Amadeus\Model\PassengerConditions"; reason: unused.
Removed service "App\Amadeus\Model\Payment"; reason: unused.
Removed service "App\Amadeus\Model\PaymentBrand"; reason: unused.
Removed service "App\Amadeus\Model\Phone"; reason: unused.
Removed service "App\Amadeus\Model\PhoneDeviceType"; reason: unused.
Removed service "App\Amadeus\Model\Price"; reason: unused.
Removed service "App\Amadeus\Model\PricingOptions"; reason: unused.
Removed service "App\Amadeus\Model\Queue"; reason: unused.
Removed service "App\Amadeus\Model\Remarks"; reason: unused.
Removed service "App\Amadeus\Model\ReportingData"; reason: unused.
Removed service "App\Amadeus\Model\SearchCriteria"; reason: unused.
Removed service "App\Amadeus\Model\Segment"; reason: unused.
Removed service "App\Amadeus\Model\ServiceName"; reason: unused.
Removed service "App\Amadeus\Model\SliceDiceIndicator"; reason: unused.
Removed service "App\Amadeus\Model\Stakeholder"; reason: unused.
Removed service "App\Amadeus\Model\StakeholderGender"; reason: unused.
Removed service "App\Amadeus\Model\Tax"; reason: unused.
Removed service "App\Amadeus\Model\TermAndCondition"; reason: unused.
Removed service "App\Amadeus\Model\TicketingAgreement"; reason: unused.
Removed service "App\Amadeus\Model\TicketingAgreementOption"; reason: unused.
Removed service "App\Amadeus\Model\TravelClass"; reason: unused.
Removed service "App\Amadeus\Model\Traveler"; reason: unused.
Removed service "App\Amadeus\Model\TravelerPricing"; reason: unused.
Removed service "App\Amadeus\Model\TravelerPricingFareOption"; reason: unused.
Removed service "App\Amadeus\Model\TravelerType"; reason: unused.
Removed service "App\Amadeus\Model\VirtualCreditCardDetails"; reason: unused.
Removed service "App\Amadeus\Request\CreateFligtOrdersRequestParameter"; reason: unused.
Removed service "App\Amadeus\Request\GetFlightOffersRequestParameter"; reason: unused.
Removed service "App\Amadeus\Request\QuoteAirOffersRequestParameter"; reason: unused.
Removed service "App\Amadeus\Request\SearchFlightOffersRequestParameter"; reason: unused.
Removed service "App\Amadeus\Response\GETAirOffersReply"; reason: unused.
Removed service "App\Amadeus\Response\ReturnAirOffers"; reason: unused.
Removed service "App\Amadeus\Response\ReturnFlightOrders"; reason: unused.
Removed service "App\Amadeus\Response\ReturnQuotation"; reason: unused.
Removed service "App\Amadeus\Response\_400Book"; reason: unused.
Removed service "App\Amadeus\Response\_400Prices"; reason: unused.
Removed service "App\Amadeus\Response\_400Search"; reason: unused.
Removed service "App\Amadeus\Response\_500"; reason: unused.
Removed service "App\Amadeus\Security\AccessToken"; reason: unused.
Removed service "App\Amadeus\Storage\FileStorage"; reason: unused.
Removed service "App\Amadeus\Storage\InMemoryStorage"; reason: unused.
Removed service "App\Doctrine\Type\JsonArrayType"; reason: unused.
Removed service "App\Email\AlertSignUpEmail"; reason: unused.
Removed service "App\Email\AmadeusBookingErrorEmail"; reason: unused.
Removed service "App\Email\ContactEmail"; reason: unused.
Removed service "App\Email\DevisEmail"; reason: unused.
Removed service "App\Email\EmailConfirmationEmail"; reason: unused.
Removed service "App\Email\OnDemandEmail"; reason: unused.
Removed service "App\Email\OrderPaymentSuccessEmail"; reason: unused.
Removed service "App\Email\TourQuotationEmail"; reason: unused.
Removed service "App\EmailWriter\AmadeusEmailWriter"; reason: unused.
Removed service "App\EmailWriter\OnDemandEmailWriter"; reason: unused.
Removed service "App\EmailWriter\TourQuotationEmailWriter"; reason: unused.
Removed service "App\Form\DataTransformer\HashToKeyValueArrayTransformer"; reason: unused.
Removed service "App\Form\EntityTransformerCallback"; reason: unused.
Removed service "App\Message\ConfirmEmail"; reason: unused.
Removed service "App\Message\CustomRedirectToSecuredRouteMessage"; reason: unused.
Removed service "App\Message\NewDevisCircuit"; reason: unused.
Removed service "App\Message\UserCreated"; reason: unused.
Removed service "App\Occupancy"; reason: unused.
Removed service "App\Promotion"; reason: unused.
Removed service "App\Repository\CountryRepository"; reason: unused.
Removed service "App\Repository\HotelRepository"; reason: unused.
Removed service "App\Repository\OrderRepository"; reason: unused.
Removed service "App\Traveler\TypeComputing"; reason: unused.
Removed service "App\Validator\Constraints\InstagramFeedPositionType"; reason: unused.
Removed service "App\Validator\Constraints\RoomRateStayDate"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "Draw\Bundle\SonataBundle\Extension\GridExtension"; reason: unused.
Removed service "sonata.admin.guesser.chain"; reason: unused.
Removed service "Draw\Bundle\UserBundle\Feed\UserFeedImplementation"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "web_link.http_header_parser"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.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 "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.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service ".service_locator.tWmkp_W"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.MrCoHuQ"; reason: unused.
Removed service ".service_locator.ztNKwvP"; reason: unused.
Removed service "security.password_hasher.ywct"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; 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.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; 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.role"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "Draw\Bundle\SonataBundle\Doctrine\Filter\InFilter"; reason: unused.
Removed service "Draw\Bundle\SonataBundle\DrawSonataBundle"; reason: unused.
Removed service "Draw\Bundle\SonataBundle\Extension\AutoActionExtension"; reason: unused.
Removed service "Draw\Bundle\SonataBundle\Extension\AutoHelpExtension"; reason: unused.
Removed service "Draw\Bundle\SonataBundle\SimpleFieldDescription"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "Draw\Bundle\UserBundle\Security\TwoFactorAuthentication\QrCodeGenerator"; reason: unused.
Removed service "Draw\Bundle\UserBundle\EmailWriter\PasswordChangeRequestedEmailWriter"; reason: unused.
Removed service "Draw\Bundle\UserBundle\EmailWriter\ToUserEmailWriter"; reason: unused.
Removed service "Draw\Bundle\UserBundle\EmailWriter\UserOnboardingEmailWriter"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl_post"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl"; reason: unused.
Removed service "sonata.media.adapter.image.imagick"; reason: unused.
Removed service "sonata.media.adapter.image.gmagick"; reason: unused.
Removed service "sonata.media.formatter.twig"; reason: unused.
Removed service "sonata.media.security.public_strategy"; reason: unused.
Removed service "sonata.media.security.forbidden_strategy"; reason: unused.
Removed service "sonata.media.security.session_strategy"; reason: unused.
Removed service "sonata.media.security.connected_strategy"; reason: unused.
Removed service "sonata.media.adapter.service.azure"; reason: unused.
Removed service "Draw\Bundle\MessengerBundle\CallToAction\MessageUrlGenerator"; reason: unused.
Removed service "Draw\Bundle\MessengerBundle\Exception\MessageExpiredException"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service ".service_locator.3BoFVFw.App\Controller\Admin\CancelItemController::setEntityManager()"; reason: unused.
Removed service ".service_locator.3BoFVFw.App\Controller\Admin\HotelController::setEntityManager()"; reason: unused.
Removed service ".service_locator.60RlJ9w"; reason: unused.
Removed service ".service_locator.60RlJ9w.App\Controller\Site\MediaController::galleryBlock()"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.MHFZIZp.App\Controller\Site\CustomMessageController.inner"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.5ltxHEW"; reason: unused.
551
Inlined service "App\Amadeus\Http\AuthenticatedClient" to "App\Amadeus\Api".
Inlined service "App\Amadeus\Security\Authenticator" to "App\Amadeus\Http\AuthenticatedClient".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\CancelItemController" to "App\Controller\Admin\CancelItemController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\HomeOfferCRUDController" to "App\Controller\Admin\HomeOfferCRUDController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\HotelController" to "App\Controller\Admin\HotelController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\OrderController" to "App\Controller\Admin\OrderController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\PromotionController" to "App\Controller\Admin\PromotionController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Admin\RoomBlockController" to "App\Controller\Admin\RoomBlockController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\RoomController" to "App\Controller\Admin\RoomController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\RoomRateController" to "App\Controller\Admin\RoomRateController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\SupplementController" to "App\Controller\Admin\SupplementController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\TransferController" to "App\Controller\Admin\TransferController".
Inlined service ".service_locator.c8A.YpG.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Api\BaseController" to "App\Controller\Api\BaseController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Api\UserController" to "App\Controller\Api\UserController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Dev\DebugAmadeusController" to "App\Controller\Dev\DebugAmadeusController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Dev\SitemapDebugController" to "App\Controller\Dev\SitemapDebugController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\AccountController" to "App\Controller\Site\AccountController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\CartController" to "App\Controller\Site\CartController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\CheckoutController" to "App\Controller\Site\CheckoutController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\CircuitController" to "App\Controller\Site\CircuitController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\ContactController" to "App\Controller\Site\ContactController".
Inlined service "App\Controller\Site\CustomMessageController.inner" to "App\Controller\Site\CustomMessageController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\CustomMessageController" to "App\Controller\Site\CustomMessageController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\DestinationController" to "App\Controller\Site\DestinationController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\IndexController" to "App\Controller\Site\IndexController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\JsonLDController" to "App\Controller\Site\JsonLDController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\LayoutController" to "App\Controller\Site\LayoutController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\LoginController" to "App\Controller\Site\LoginController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\LogoutController" to "App\Controller\Site\LogoutController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\MediaController" to "App\Controller\Site\MediaController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\PageController" to "App\Controller\Site\PageController".
Inlined service "App\EmailWriter\OrderEmailWriter" to "App\Controller\Site\PayboxController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\PayboxController" to "App\Controller\Site\PayboxController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\ResizeController" to "App\Controller\Site\ResizeController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\SakifoController" to "App\Controller\Site\SakifoController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\SearchController" to "App\Controller\Site\SearchController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\SpecialEventController" to "App\Controller\Site\SpecialEventController".
Inlined service ".service_locator.MHFZIZp.App\Controller\Site\TrackingController" to "App\Controller\Site\TrackingController".
Inlined service ".service_locator.TJNRSaV.Draw\Bundle\MessengerBundle\Controller\MessageController" to "App\Controller\Site\CustomMessageController.inner".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.6eloqTE" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "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.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.number" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" 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.d7aS8bS" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.9CHIrJz" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".messenger.transport.native_php_serializer" to "messenger.transport.native_php_serializer".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.UtXOMCQ" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.RpNUrvj" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.vFTUJgE" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.MkMgTXR" to "doctrine.orm.default_entity_listener_resolver".
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 ".service_locator.1mjVCan" 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.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "App\Security\Encoder\LegacyPasswordEncoder" to "security.password_hasher_factory".
Inlined service ".security.request_matcher.bd6hl_U" to "security.access_map".
Inlined service ".security.request_matcher.jmcbpiS" to "security.access_map".
Inlined service ".security.request_matcher.VGxSwQ6" to "security.access_map".
Inlined service ".security.request_matcher.NRA9pL4" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" 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.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.TzAbjfk" to ".security.request_matcher.kmerxKw".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.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.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "Draw\Component\Security\Http\Authenticator\MessageAuthenticator" to "debug.Draw\Component\Security\Http\Authenticator\MessageAuthenticator".
Inlined service "security.authenticator.json_login.main" to "debug.security.authenticator.json_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.i_kEG2O" to ".security.request_matcher.bd6hl_U".
Inlined service ".security.request_matcher.lh4VaUQ" to ".security.request_matcher.jmcbpiS".
Inlined service ".security.request_matcher.9CF8oL4" to ".security.request_matcher.VGxSwQ6".
Inlined service ".security.request_matcher.Uiy9SNW" to ".security.request_matcher.NRA9pL4".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
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.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\Extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.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.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.formatter.text.twig" to "twig".
Inlined service "Draw\Bundle\BlockBundle\Twig\BlockExtension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "sonata.media.twig.extension" to "twig".
Inlined service "Draw\Bundle\SonataExtraBundle\Twig\EntityTwigExtension" to "twig".
Inlined service "Draw\Bundle\SonataIntegrationBundle\User\Twig\UserAdminExtension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "stimulus.twig_extension" 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.admin.configuration" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "sonata.media.twig.global" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.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.eXKT3wr" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\DestinationHeroImageFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\HomeOfferFixtures" to "doctrine.fixtures.loader".
Inlined service ".service_locator.YPwRXms" 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 "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator._8anbdp" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
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.assets.version_strategy" to "sonata.admin.assets.package".
Inlined service ".service_locator.6s3Cy4U" to "sonata.admin.pool".
Inlined service ".service_locator.lkL6fs5" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.fF2rtFy.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 "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.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" 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 "sonata.formatter.text.text" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
Inlined service ".service_locator.JT82q7X.sonata.formatter.ckeditor.controller" to "sonata.formatter.ckeditor.controller".
Inlined service ".service_locator.fF2rtFy.Draw\Bundle\SonataBundle\Controller\CRUDController" to "Draw\Bundle\SonataBundle\Controller\CRUDController".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service ".service_locator.TJNRSaV.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController" to "Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.request_method.symfony_http_client" to "karser_recaptcha3.google.recaptcha".
Inlined service "sonata.media.security.superadmin_strategy" to "sonata.media.pool".
Inlined service "sonata.media.provider.file" to "sonata.media.pool".
Inlined service "sonata.media.provider.youtube" to "sonata.media.pool".
Inlined service "sonata.media.provider.dailymotion" to "sonata.media.pool".
Inlined service "sonata.media.provider.vimeo" to "sonata.media.pool".
Inlined service "sonata.media.resizer.crop" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.resizer.square" to "sonata.media.thumbnail.format".
Inlined service "App\Media\AsIsPathGenerator" to "sonata.media.provider.image".
Inlined service "App\Media\UrlThumbnailFormat" to "sonata.media.provider.image".
Inlined service "sonata.media.thumbnail.file" to "sonata.media.provider.file".
Inlined service "sonata.media.metadata.noop" to "sonata.media.metadata.proxy".
Inlined service ".service_locator.CyR4poO.sonata.media.controller.media.admin" to "sonata.media.controller.media.admin".
Inlined service ".service_locator.fF2rtFy.sonata.media.controller.gallery.admin" to "sonata.media.controller.gallery.admin".
Inlined service "Draw\Bundle\SonataExtraBundle\ExpressionLanguage\ExpressionLanguage" to "Draw\Bundle\SonataExtraBundle\Block\MonitoringBlockService".
Inlined service ".service_locator.ahHr5gk.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController" to "Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController".
Inlined service ".service_locator.TJNRSaV.Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController" to "Draw\Bundle\SonataExtraBundle\Controller\KeepAliveController".
Inlined service ".service_locator.fF2rtFy.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController" to "Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController".
Inlined service "security.authentication_utils" to "Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController".
Inlined service ".service_locator.TJNRSaV.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController" to "Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController".
Inlined service ".service_locator.TJNRSaV.draw.sonata.user.action.request_password_change_action" to "draw.sonata.user.action.request_password_change_action".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service ".service_locator.FwMifQ0" to ".service_locator.FwMifQ0.App\Controller\Admin\CancelItemController::cloneAction()".
Inlined service ".service_locator.JT0p_U5" to ".service_locator.JT0p_U5.App\Controller\Admin\PromotionController::cloneAction()".
Inlined service ".service_locator.2LTZx5M" to ".service_locator.2LTZx5M.App\Controller\Admin\RoomController::cloneAction()".
Inlined service ".service_locator.5NiWH4A" to ".service_locator.5NiWH4A.App\Controller\Admin\RoomRateController::cloneAction()".
Inlined service ".service_locator.fMzAmSD" to ".service_locator.fMzAmSD.App\Controller\Admin\SupplementController::cloneAction()".
Inlined service ".service_locator.eFQ.161" to ".service_locator.eFQ.161.App\Controller\Admin\TransferController::cloneAction()".
Inlined service ".service_locator.kYAceIU" to ".service_locator.kYAceIU.App\Controller\Admin\UserController::sendConfirmationEmailAction()".
Inlined service ".service_locator.vo5HymP" to ".service_locator.vo5HymP.App\Controller\Api\ContactController::roomOnDemandAction()".
Inlined service ".service_locator.CIRPwh2" to ".service_locator.CIRPwh2.App\Controller\Api\UserController::createAction()".
Inlined service ".service_locator._zmqRkr" to ".service_locator._zmqRkr.App\Controller\Api\UserController::loginAction()".
Inlined service ".service_locator.0j4henY" to ".service_locator.0j4henY.App\Controller\Api\UserController::meAction()".
Inlined service ".service_locator.z0A7H.F" to ".service_locator.z0A7H.F.App\Controller\Dev\DebugAmadeusController::hotelsListAction()".
Inlined service ".service_locator.ErW3kv1" to ".service_locator.ErW3kv1.App\Controller\Dev\DebugAmadeusController::indexAction()".
Inlined service ".service_locator.2QpohGd" to ".service_locator.2QpohGd.App\Controller\Site\AccountController::orderDetailsAction()".
Inlined service ".service_locator.3FnJg5P" to ".service_locator.3FnJg5P.App\Controller\Site\CartController::addRoomAction()".
Inlined service ".service_locator.nAAmSl2" to ".service_locator.nAAmSl2.App\Controller\Site\CartController::headerAction()".
Inlined service ".service_locator.fY1xVLL" to ".service_locator.fY1xVLL.App\Controller\Site\CartController::cartSendDevisAction()".
Inlined service ".service_locator.vOqiftm" to ".service_locator.vOqiftm.App\Controller\Site\CartController::applyPromoCodeAction()".
Inlined service ".service_locator.meInJPv" to ".service_locator.meInJPv.App\Controller\Site\CheckoutController::checkoutAction()".
Inlined service ".service_locator.7EYNxOe" to ".service_locator.7EYNxOe.App\Controller\Site\CheckoutController::identificationAction()".
Inlined service ".service_locator.MPnvGQd" to ".service_locator.MPnvGQd.App\Controller\Site\CheckoutController::paymentSuccessAction()".
Inlined service ".service_locator.LhRUJLO" to ".service_locator.LhRUJLO.App\Controller\Site\CircuitController::indexAction()".
Inlined service ".service_locator.k8crKaz" to ".service_locator.k8crKaz.App\Controller\Site\CircuitController::detailAction()".
Inlined service ".service_locator.L_9lt5G" to ".service_locator.L_9lt5G.App\Controller\Site\CircuitController::devisAction()".
Inlined service ".service_locator.mjDXAok" to ".service_locator.mjDXAok.App\Controller\Site\ContactController::indexAction()".
Inlined service ".service_locator.KRbJk6S" to ".service_locator.KRbJk6S.App\Controller\Site\DestinationController::offresAction()".
Inlined service ".service_locator.kfXsJNp" to ".service_locator.kfXsJNp.App\Controller\Site\IndexController::headerBlock()".
Inlined service ".service_locator.A1z0bsp" to ".service_locator.A1z0bsp.App\Controller\Site\IndexController::offersBlock()".
Inlined service ".service_locator.bObknx9" to ".service_locator.bObknx9.App\Controller\Site\IndexController::generatorOffer()".
Inlined service ".service_locator.lEd_iyC" to ".service_locator.lEd_iyC.App\Controller\Site\JsonLDController::hotelRoomBlock()".
Inlined service ".service_locator.TC6PjwS" to ".service_locator.TC6PjwS.App\Controller\Site\LoginController::forgotPasswordAction()".
Inlined service ".service_locator.HHrmY4o" to ".service_locator.HHrmY4o.App\Controller\Site\LoginController::resetPasswordAction()".
Inlined service ".service_locator._4VPsjq" to ".service_locator._4VPsjq.App\Controller\Site\PayboxController::checkFligthBeforePayment()".
Inlined service ".service_locator.e5HWAuE" to ".service_locator.e5HWAuE.App\Controller\Site\ResizeController::resizeAction()".
Inlined service ".service_locator.lTYWYLJ" to ".service_locator.lTYWYLJ.App\Controller\Site\SearchController::indexAction()".
Inlined service ".service_locator.Dxj2IyN" to ".service_locator.Dxj2IyN.App\Controller\Site\SearchController::searchResultAction()".
Inlined service ".service_locator.51hHbbT" to ".service_locator.51hHbbT.App\Controller\Site\SearchController::errorAction()".
Inlined service ".service_locator..eIpXbl" to ".service_locator..eIpXbl.App\Controller\Site\SearchController::roomDetailAction()".
Inlined service ".service_locator.K0BhrOm" to ".service_locator.K0BhrOm.App\Controller\Site\SearchController::formBlock()".
Inlined service ".service_locator.UMw_jMu" to ".service_locator.UMw_jMu.App\Controller\Site\SearchController::hotelStopSalesAction()".
Inlined service ".service_locator.jwpJ._H" to ".service_locator.jwpJ._H.App\Controller\Site\TrackingController::orderPurchaseBlock()".
Inlined service ".service_locator.TjVXgmi" to ".service_locator.TjVXgmi.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController::createAction()".
Inlined service ".service_locator.8yP4D9v" to ".service_locator.8yP4D9v.Draw\Bundle\UserBundle\Controller\Api\ConnectionTokensController::refreshAction()".
Inlined service ".service_locator.C2Cni.H" to ".service_locator.C2Cni.H.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController::configureAdmin()".
Inlined service ".service_locator.y9Q.ZvS" to ".service_locator.y9Q.ZvS.Draw\Bundle\SonataIntegrationBundle\Messenger\Controller\MessageController::retryAction()".
Inlined service ".service_locator.heJ666n" to ".service_locator.heJ666n.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController::forgotPasswordAction()".
Inlined service ".service_locator.MlnS0Lg" to ".service_locator.MlnS0Lg.Draw\Bundle\SonataIntegrationBundle\User\Controller\LoginController::changePasswordAction()".
Inlined service ".service_locator.AAnNTb0" to ".service_locator.AAnNTb0.draw.sonata.user.action.request_password_change_action::__invoke()".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "sonata.admin.argument_resolver.admin" to ".debug.value_resolver.sonata.admin.argument_resolver.admin".
Inlined service "sonata.admin.argument_resolver.proxy_query" to ".debug.value_resolver.sonata.admin.argument_resolver.proxy_query".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "command.bus.middleware.send_message".
Inlined service "command.bus.messenger.handlers_locator" to "command.bus.middleware.handle_message".
Inlined service "App\MessageHandler\ConfirmEmailHandler" to ".messenger.handler_descriptor.6T8eaCf".
Inlined service "App\MessageHandler\CustomRedirectToRouteMessageHandler" to ".messenger.handler_descriptor.kNzQJZ6".
Inlined service ".messenger.method_on_object_wrapper.rOzCMqE" to ".messenger.handler_descriptor.yvpFuin".
Inlined service ".messenger.method_on_object_wrapper.mhrFB9A" to ".messenger.handler_descriptor.oZylMer".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.fGF1W3I".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.wnEBkee".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.97Cewd3".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor._p2Nfse".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.ctoVAD3".
Inlined service ".messenger.method_on_object_wrapper.MuuMxUp" to ".messenger.handler_descriptor.h3ner4Q".
Inlined service ".messenger.method_on_object_wrapper.VRNBD7R" to ".messenger.handler_descriptor.aDCl.hY".
Inlined service ".messenger.method_on_object_wrapper.EFOeF6V" to ".messenger.handler_descriptor.8SYiRL.".
Inlined service ".messenger.method_on_object_wrapper.MrrmG2d" to ".messenger.handler_descriptor.NcJ6caL".
Inlined service "presta_sitemap.messenger.message_handler" to ".messenger.handler_descriptor.BVlx_Xx".
Inlined service "Draw\Bundle\MessengerBundle\MessageHandler\RedirectToRouteMessageHandler" to ".messenger.handler_descriptor.QU6upqA".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
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 "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter" to ".debug.security.voter.Draw\Bundle\SonataIntegrationBundle\Messenger\Security\CanShowMessageVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "sonata.admin.builder.orm_form.inner" to "draw.sonata.builder.orm_form".
Inlined service "sonata.admin.field_description_factory.orm.inner" to "draw.sonata.admin.field_description_factory.orm".
Inlined service "draw.security.core.user.event_driven_user_checker.inner" to "draw.security.core.user.event_driven_user_checker".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.xdLQ5FJ" to ".service_locator.xdLQ5FJ.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service ".service_locator.JT82q7X" to ".service_locator.JT82q7X.sonata.formatter.ckeditor.controller".
Inlined service ".service_locator.CyR4poO" to ".service_locator.CyR4poO.sonata.media.controller.media.admin".
Inlined service ".service_locator.ahHr5gk" to ".service_locator.ahHr5gk.Draw\Bundle\SonataExtraBundle\Controller\BatchAdminController".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.z9BtxXI" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.admin" to "debug.security.firewall.authenticator.admin.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.nx1UE8D" to "console.command_loader".
Inlined service ".service_locator.xdLQ5FJ.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.command.bus.inner" to "messenger.default_bus".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "sonata.media.thumbnail.format" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.thumbnail.format" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.thumbnail.format" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
7
Tag "container.decorator" was defined on service(s) "App\Controller\Site\CustomMessageController", "http_client.uri_template", "debug.controller_resolver", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.main", "draw.sonata.builder.orm_form", "draw.sonata.admin.field_description_factory.orm", "draw.security.core.user.event_driven_user_checker", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", but was never used.
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "sonata.admin.template_registry" was defined on service(s) "App\Admin\UserAdmin.template_registry", "App\Sonata\Admin\UserAdmin.template_registry", "app.sonata.admin.user.template_registry", "sonata.media.admin.gallery.template_registry", "app.admin.gallery.template_registry", "app.admin.home_offer.template_registry", "sonata.media.admin.media.template_registry", "sonata.media.admin.gallery_item.template_registry", "Draw\Bundle\SonataIntegrationBundle\Messenger\Admin\MessengerMessageAdmin.template_registry", "App\Admin\AgencyAdmin.template_registry", "App\Admin\BookingFeeAdmin.template_registry", "App\Admin\CancelItemAdmin.template_registry", "App\Admin\CapacityAdmin.template_registry", "App\Admin\CountryAdmin.template_registry", "App\Admin\FieldTripAdmin.template_registry", "App\Admin\GalleryAdmin.template_registry", "App\Admin\HomeOfferAdmin.template_registry", "App\Admin\HotelAdmin.template_registry", "App\Admin\IataCityAdmin.template_registry", "App\Admin\InstagramFeedAdmin.template_registry", "App\Admin\InsuranceAdmin.template_registry", "App\Admin\OnDemandAdmin.template_registry", "App\Admin\OrderAdmin.template_registry", "App\Admin\OrderItemAdmin.template_registry", "App\Admin\PageAdmin.template_registry", "App\Admin\PassengerAdmin.template_registry", "App\Admin\PensionTypeAdmin.template_registry", "App\Admin\PromoCodeAdmin.template_registry", "App\Admin\PromotionAdmin.template_registry", "App\Admin\PromotionOfferAdmin.template_registry", "App\Admin\RoomAdmin.template_registry", "App\Admin\RoomRateAdmin.template_registry", "App\Admin\SeparateBedroomCapacity.template_registry", "App\Admin\SettingAdmin.template_registry", "App\Admin\SpecialEventAdmin.template_registry", "App\Admin\StopSaleAdmin.template_registry", "App\Admin\SupplementAdmin.template_registry", "App\Admin\TourAdmin.template_registry", "App\Admin\TourQuotationAdmin.template_registry", "App\Admin\TourQuotationPassengerAdmin.template_registry", "App\Admin\TransferAdmin.template_registry", "App\Admin\TransferCapacity.template_registry", "App\Admin\ZoneAdmin.template_registry", but was never used.
6
Keeping array build parameter ".container.known_envs" for placeholder resolution.
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.
Keeping array build parameter ".serializer.named_serializers" for placeholder resolution.