Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Users\Domain\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
The "Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer::doWarmUp()" method will require a new "string|null $buildDir" argument in the next major version of its parent class "Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer", not defining it is deprecated.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
"SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.is_verified AS is_verified_4, t0.id AS id_5, t0.passport_id AS passport_id_6, t0.company_id AS company_id_7 FROM users_user t0 WHERE t0.id = ?"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.is_verified AS is_verified_4, t0.id AS id_5, t0.passport_id AS passport_id_6, t0.company_id AS company_id_7 FROM users_user t0 WHERE t0.id = ?"
"params" => [1 => 6]
"types" => [1 => 1]
]
"SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.is_verified AS is_verified_4, t0.id AS id_5, t0.passport_id AS passport_id_6, t0.company_id AS company_id_7 FROM users_user t0 WHERE t0.email = ? LIMIT 1"
(parameters:
[1 => "info@hotel-rate.ru"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.is_verified AS is_verified_4, t0.id AS id_5, t0.passport_id AS passport_id_6, t0.company_id AS company_id_7 FROM users_user t0 WHERE t0.email = ? LIMIT 1"
"params" => [1 => "info@hotel-rate.ru"
]
"types" => [1 => 2]
]
"SELECT t0.terminal_id AS terminal_id_1, t0.name AS name_2, t0.login AS login_3, t0.password AS password_4, t0.secret_seed AS secret_seed_5, t0.ulid AS ulid_6, t0.bank_id AS bank_id_7 FROM payments_terminal t0"
doctrine
[
"sql" => "SELECT t0.terminal_id AS terminal_id_1, t0.name AS name_2, t0.login AS login_3, t0.password AS password_4, t0.secret_seed AS secret_seed_5, t0.ulid AS ulid_6, t0.bank_id AS bank_id_7 FROM payments_terminal t0"
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.address AS address_2, t0.type AS type_3, t0.url AS url_4, t0.ulid AS ulid_5 FROM payments_bank t0 WHERE t0.ulid = ?"
(parameters:
[1 => "01JV22VWVTG1804CRZX3C2KM92"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.address AS address_2, t0.type AS type_3, t0.url AS url_4, t0.ulid AS ulid_5 FROM payments_bank t0 WHERE t0.ulid = ?"
"params" => [1 => "01JV22VWVTG1804CRZX3C2KM92"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.deleted AS deleted_4, t0.api_url AS api_url_5, t0.second_api_url AS second_api_url_6, t0.email AS email_7, t0.phone AS phone_8, t0.whatsapp AS whatsapp_9, t0.tax_type AS tax_type_10, t0.logo_image AS logo_image_11, t0.icon_image AS icon_image_12, t0.output_type AS output_type_13, t0.slug AS slug_14, t0.emails_notification AS emails_notification_15, t0.max_age_child AS max_age_child_16, t0.accommodation_child_text AS accommodation_child_text_17, t0.site AS site_18, t0.time_from AS time_from_19, t0.time_to AS time_to_20, t0.interactions_id AS interactions_id_21, t0.pms_type AS pms_type_22, t0.resort_fee AS resort_fee_23, t0.request_reservation_id AS request_reservation_id_24, t0.reservation_id AS reservation_id_25, t0.external_terminal_id AS external_terminal_id_26, t0.work_time_start AS work_time_start_27, t0.vk AS vk_28, t0.telegram AS telegram_29, t0.address AS address_30, t0.active AS active_31, t0.for_storage AS for_storage_32, t0.company_id AS company_id_33 FROM hotel t0 WHERE t0.id = ?"
(parameters:
[1 => 32]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.deleted AS deleted_4, t0.api_url AS api_url_5, t0.second_api_url AS second_api_url_6, t0.email AS email_7, t0.phone AS phone_8, t0.whatsapp AS whatsapp_9, t0.tax_type AS tax_type_10, t0.logo_image AS logo_image_11, t0.icon_image AS icon_image_12, t0.output_type AS output_type_13, t0.slug AS slug_14, t0.emails_notification AS emails_notification_15, t0.max_age_child AS max_age_child_16, t0.accommodation_child_text AS accommodation_child_text_17, t0.site AS site_18, t0.time_from AS time_from_19, t0.time_to AS time_to_20, t0.interactions_id AS interactions_id_21, t0.pms_type AS pms_type_22, t0.resort_fee AS resort_fee_23, t0.request_reservation_id AS request_reservation_id_24, t0.reservation_id AS reservation_id_25, t0.external_terminal_id AS external_terminal_id_26, t0.work_time_start AS work_time_start_27, t0.vk AS vk_28, t0.telegram AS telegram_29, t0.address AS address_30, t0.active AS active_31, t0.for_storage AS for_storage_32, t0.company_id AS company_id_33 FROM hotel t0 WHERE t0.id = ?"
"params" => [1 => 32]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.phone AS phone_3, t0.site AS site_4, t0.city AS city_5, t0.adress AS adress_6, t0.postcode AS postcode_7, t0.code AS code_8 FROM company t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.phone AS phone_3, t0.site AS site_4, t0.city AS city_5, t0.adress AS adress_6, t0.postcode AS postcode_7, t0.code AS code_8 FROM company t0"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.second_code AS second_code_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.active AS active_7, t0.main AS main_8, t0.period_from AS period_from_9, t0.period_to AS period_to_10, t0.vat_type AS vat_type_11, t0.service_description AS service_description_12, t0.promo_code AS promo_code_13, t0.icon_image AS icon_image_14, t0.sort AS sort_15, t0.time_from AS time_from_16, t0.time_to AS time_to_17, t0.hide_main AS hide_main_18, t0.source_profile AS source_profile_19, t0.source AS source_20, t0.structure_guests AS structure_guests_21, t0.free_kids AS free_kids_22, t0.ulid AS ulid_23, t0.for_storage AS for_storage_24, t0.hotel_id AS hotel_id_25, t0.default_payment_id AS default_payment_id_26, t0.rules_pay_back_id AS rules_pay_back_id_27 FROM hotel_rate t0 WHERE t0.hotel_id = ? ORDER BY t0.sort ASC"
(parameters:
[1 => 32]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.second_code AS second_code_4, t0.description AS description_5, t0.short_description AS short_description_6, t0.active AS active_7, t0.main AS main_8, t0.period_from AS period_from_9, t0.period_to AS period_to_10, t0.vat_type AS vat_type_11, t0.service_description AS service_description_12, t0.promo_code AS promo_code_13, t0.icon_image AS icon_image_14, t0.sort AS sort_15, t0.time_from AS time_from_16, t0.time_to AS time_to_17, t0.hide_main AS hide_main_18, t0.source_profile AS source_profile_19, t0.source AS source_20, t0.structure_guests AS structure_guests_21, t0.free_kids AS free_kids_22, t0.ulid AS ulid_23, t0.for_storage AS for_storage_24, t0.hotel_id AS hotel_id_25, t0.default_payment_id AS default_payment_id_26, t0.rules_pay_back_id AS rules_pay_back_id_27 FROM hotel_rate t0 WHERE t0.hotel_id = ? ORDER BY t0.sort ASC"
"params" => [1 => 32]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.short_description AS short_description_5, t0.sort AS sort_6, t0.room_capacity AS room_capacity_7, t0.room_area AS room_area_8, t0.motivator AS motivator_9, t0.choosing_bad AS choosing_bad_10, t0.ulid AS ulid_11, t0.max_main_place AS max_main_place_12, t0.for_storage AS for_storage_13, t0.baby_without_place AS baby_without_place_14, t0.tour AS tour_15, t0.video AS video_16, t0.hotel_id AS hotel_id_17, t0.building_id AS building_id_18 FROM hotel_room_type t0 WHERE t0.hotel_id = ? ORDER BY t0.sort ASC"
(parameters:
[1 => 32]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.short_description AS short_description_5, t0.sort AS sort_6, t0.room_capacity AS room_capacity_7, t0.room_area AS room_area_8, t0.motivator AS motivator_9, t0.choosing_bad AS choosing_bad_10, t0.ulid AS ulid_11, t0.max_main_place AS max_main_place_12, t0.for_storage AS for_storage_13, t0.baby_without_place AS baby_without_place_14, t0.tour AS tour_15, t0.video AS video_16, t0.hotel_id AS hotel_id_17, t0.building_id AS building_id_18 FROM hotel_room_type t0 WHERE t0.hotel_id = ? ORDER BY t0.sort ASC"
"params" => [1 => 32]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.sort AS sort_3, t0.column_number AS column_number_4, t0.hotel_id AS hotel_id_5 FROM hotel_room_type_equipment_category t0 WHERE t0.hotel_id = ? ORDER BY t0.sort ASC"
(parameters:
[1 => 32]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sort AS sort_3, t0.column_number AS column_number_4, t0.hotel_id AS hotel_id_5 FROM hotel_room_type_equipment_category t0 WHERE t0.hotel_id = ? ORDER BY t0.sort ASC"
"params" => [1 => 32]
"types" => [1 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
486
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\AccommodationTypeRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\AccommodationTypeRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\AccommodationTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\AccommodationTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\BuildingRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\BuildingRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\BuildingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\BuildingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\CategoryRestrictionDayRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\CategoryRestrictionDayRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\CategoryRestrictionDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\CategoryRestrictionDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\CompanyRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ConditionsPayBackRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\ConditionsPayBackRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\ConditionsPayBackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ConditionsPayBackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\DiscountDayRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\DiscountDayRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\DiscountDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\DiscountDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\DiscountItemRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\DiscountItemRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\DiscountItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\DiscountItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRateRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRateRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\HotelRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\HotelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentCategoryRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentCategoryRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeImageRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRoomTypeImageRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\HotelRoomTypeImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRoomTypeRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\HotelRoomTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\PaymentMethodRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\PaymentMethodRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\PaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\PaymentMethodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\PaymentOrderRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\PaymentOrderRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\PaymentOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\PaymentOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ReservationRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\ReservationRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\ReservationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ReservationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RestrictionDayRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\RestrictionDayRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\RestrictionDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RestrictionDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RestrictionItemRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\RestrictionItemRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\RestrictionItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RestrictionItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RulesPayBackRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\RulesPayBackRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\RulesPayBackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RulesPayBackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ServicesRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\ServicesRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\ServicesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ServicesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\TypeAgeRepository" (parent: .abstract.instanceof.App\Booking\Infrastructure\Repository\TypeAgeRepository).
Resolving inheritance for "App\Booking\Infrastructure\Repository\TypeAgeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\TypeAgeRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController).
Resolving inheritance for "App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\AdminController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\AdminController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\LoginController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\LoginController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\MainController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\MainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\MainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\MainController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\MainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\MainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\ReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\AdminOld\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\HomeController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\HomeController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\ReservationController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\ReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\ReservationController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\ReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\SuccessFreeReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\SuccessPaymentController" (parent: .abstract.instanceof.App\Booking\Presentation\Controller\Web\SuccessPaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\SuccessPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\SuccessPaymentController).
Resolving inheritance for "App\Booking\Presentation\Controller\Web\SuccessPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\SuccessPaymentController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\AccommodationTypeType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\AccommodationTypeType).
Resolving inheritance for "App\Booking\Presentation\Form\AccommodationTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\AccommodationTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\CompanyType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\CompanyType).
Resolving inheritance for "App\Booking\Presentation\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ConditionPayBackType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\ConditionPayBackType).
Resolving inheritance for "App\Booking\Presentation\Form\ConditionPayBackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ConditionPayBackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\DiscountItemType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\DiscountItemType).
Resolving inheritance for "App\Booking\Presentation\Form\DiscountItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\DiscountItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRateType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\HotelRateType).
Resolving inheritance for "App\Booking\Presentation\Form\HotelRateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeEquipmentCategoryType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\HotelRoomTypeEquipmentCategoryType).
Resolving inheritance for "App\Booking\Presentation\Form\HotelRoomTypeEquipmentCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeEquipmentCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeEquipmentType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\HotelRoomTypeEquipmentType).
Resolving inheritance for "App\Booking\Presentation\Form\HotelRoomTypeEquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeEquipmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeImageType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\HotelRoomTypeImageType).
Resolving inheritance for "App\Booking\Presentation\Form\HotelRoomTypeImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\HotelRoomTypeType).
Resolving inheritance for "App\Booking\Presentation\Form\HotelRoomTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\HotelType).
Resolving inheritance for "App\Booking\Presentation\Form\HotelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\PaymentMethodType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\PaymentMethodType).
Resolving inheritance for "App\Booking\Presentation\Form\PaymentMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\PaymentMethodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\RegistrationFormType).
Resolving inheritance for "App\Booking\Presentation\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ReservationType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\ReservationType).
Resolving inheritance for "App\Booking\Presentation\Form\ReservationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ReservationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RestrictionItemType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\RestrictionItemType).
Resolving inheritance for "App\Booking\Presentation\Form\RestrictionItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RestrictionItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RulesPayBackType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\RulesPayBackType).
Resolving inheritance for "App\Booking\Presentation\Form\RulesPayBackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RulesPayBackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ServicesType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\ServicesType).
Resolving inheritance for "App\Booking\Presentation\Form\ServicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ServicesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\TypeAgeType" (parent: .abstract.instanceof.App\Booking\Presentation\Form\TypeAgeType).
Resolving inheritance for "App\Booking\Presentation\Form\TypeAgeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\TypeAgeType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\BankRepository" (parent: .abstract.instanceof.App\Payment\Infrastructure\Repository\BankRepository).
Resolving inheritance for "App\Payment\Infrastructure\Repository\BankRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\BankRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\OrderRepository" (parent: .abstract.instanceof.App\Payment\Infrastructure\Repository\OrderRepository).
Resolving inheritance for "App\Payment\Infrastructure\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\TerminalRepository" (parent: .abstract.instanceof.App\Payment\Infrastructure\Repository\TerminalRepository).
Resolving inheritance for "App\Payment\Infrastructure\Repository\TerminalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\TerminalRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\BankController" (parent: .abstract.instanceof.App\Payment\Presentation\Controller\App\BankController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\BankController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\BankController).
Resolving inheritance for "App\Payment\Presentation\Controller\App\BankController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\BankController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\OrderController" (parent: .abstract.instanceof.App\Payment\Presentation\Controller\App\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\OrderController).
Resolving inheritance for "App\Payment\Presentation\Controller\App\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\TerminalController" (parent: .abstract.instanceof.App\Payment\Presentation\Controller\App\TerminalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\TerminalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\TerminalController).
Resolving inheritance for "App\Payment\Presentation\Controller\App\TerminalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\TerminalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\Web\WebhookPaymentController" (parent: .abstract.instanceof.App\Payment\Presentation\Controller\Web\WebhookPaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\Web\WebhookPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\Web\WebhookPaymentController).
Resolving inheritance for "App\Payment\Presentation\Controller\Web\WebhookPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\Web\WebhookPaymentController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\BankType" (parent: .abstract.instanceof.App\Payment\Presentation\Form\BankType).
Resolving inheritance for "App\Payment\Presentation\Form\BankType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\BankType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\OrderType" (parent: .abstract.instanceof.App\Payment\Presentation\Form\OrderType).
Resolving inheritance for "App\Payment\Presentation\Form\OrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\OrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\TerminalType" (parent: .abstract.instanceof.App\Payment\Presentation\Form\TerminalType).
Resolving inheritance for "App\Payment\Presentation\Form\TerminalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\TerminalType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Infrastructure\EventListener\ApiExceptionSubscriber" (parent: .abstract.instanceof.App\Shared\Infrastructure\EventListener\ApiExceptionSubscriber).
Resolving inheritance for "App\Shared\Infrastructure\EventListener\ApiExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Infrastructure\EventListener\ApiExceptionSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\Users\Infrastructure\Fixtures\AppFixtures" (parent: .abstract.instanceof.App\Users\Infrastructure\Fixtures\AppFixtures).
Resolving inheritance for "App\Users\Infrastructure\Fixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\Users\Infrastructure\Fixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Users\Infrastructure\Repository\PassportRepository" (parent: .abstract.instanceof.App\Users\Infrastructure\Repository\PassportRepository).
Resolving inheritance for "App\Users\Infrastructure\Repository\PassportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Users\Infrastructure\Repository\PassportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Users\Infrastructure\Repository\UserRepository" (parent: .abstract.instanceof.App\Users\Infrastructure\Repository\UserRepository).
Resolving inheritance for "App\Users\Infrastructure\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Users\Infrastructure\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Users\Presentation\Controller\App\ProfileController" (parent: .abstract.instanceof.App\Users\Presentation\Controller\App\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Users\Presentation\Controller\App\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Users\Presentation\Controller\App\ProfileController).
Resolving inheritance for "App\Users\Presentation\Controller\App\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Users\Presentation\Controller\App\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Users\Presentation\Controller\App\RegistrationController" (parent: .abstract.instanceof.App\Users\Presentation\Controller\App\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Users\Presentation\Controller\App\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Users\Presentation\Controller\App\RegistrationController).
Resolving inheritance for "App\Users\Presentation\Controller\App\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Users\Presentation\Controller\App\RegistrationController).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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 "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
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_api_login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.admin_api_login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.admin_api_login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.admin_api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.admin_api_login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.admin_api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.admin_api_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin_api_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin_api_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin_api_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin_api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin_api_token_refresh" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.refresh_jwt.admin_api_token_refresh" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.admin_api_token_refresh.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin_api_token_refresh.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.admin_api_token_refresh" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin_api_token_refresh" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin_api_token_refresh" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin_api_token_refresh" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin_api_token_refresh" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin_api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.jwt.admin_api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.admin_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.api" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: App\Users\Infrastructure\EventListener\AuthSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (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.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.webpack_encore.traceable" (parent: sentry.tracing.traceable_cache_adapter).
302
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 "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "App\Booking\Infrastructure\Adapter\App\Payments\Interface\CreateOrderInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\CreatePaymentCommandYooKassaInterface"; reason: private alias.
Removed service "App\Booking\Application\DTO\Interface\UpdateCategoryRestrictionItemDTOInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\App\CreateAcquiringConnectionInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\App\CreateOrderInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\App\GetAcquiringConnectionInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\App\UpdateAcquiringConnectionInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\PMS\Logus\CreateGuestProfileLogusInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\PMS\Logus\GetGuestProfileLogusListInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\PMS\Logus\GetPackagesLogusListInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\PMS\Logus\SendPaymentLogusCommandInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\PMS\OneC\Command\SendPaymentOrderForOneCInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\PMS\OneC\Storage\Query\GetAvailableRoomsOneCInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\PMS\Opera\GetAvailableCategories"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Adapter\Roistat\PushRoistatInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Service\Base64DecoderInterface"; reason: private alias.
Removed service "App\Booking\Domain\Infrastructure\Service\SymfonyImageUploaderInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\Adapter\AvailableRoomsOneCStorageRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\CompanyRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\ConditionsPayBackRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\HotelRateRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\HotelRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\HotelRoomTypeRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\PaymentMethodRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\ReservationRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\RulesPayBackRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\ServicesRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Domain\Repository\TypeAgeRepositoryInterface"; reason: private alias.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Interface\Request\Payment\AddPaymentRequestOperaInterface"; reason: private alias.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Interface\Request\Reservation\CancelReservationOperaInterface"; reason: private alias.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Interface\Request\Reservation\CreateReservationOperaClientInterface"; reason: private alias.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Interface\Request\Reservation\CreateReservationOperaInterface"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\ActualDataOrderResponceInterface"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\GetOrderFactoryDTO\GetOrderFactoryByPayKeeperDtoInterface"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\GetOrderFactoryDTO\GetOrderFactoryByPayUnitellerDtoInterface"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\GetOrderFactoryDTO\GetOrderFactoryByRncbDTO"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\GetOrderFactoryDTO\GetOrderFactoryByYooKassaDTO"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\WebhookPayKeeperDTOInterface"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\WebhookRncbDTOInterface"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\WebhookRussiaDTOInterface"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\WebhookUnitellerDTOInterface"; reason: private alias.
Removed service "App\Payment\Domain\DTO\Interface\WebhookYooKassaDTOInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\CreateOrderDTOInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\RNKB\CreateOrderCommandRNKBInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\RNKB\CreateOrderCommandRussiaInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\RNKB\GetOrderCommandRNKBInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\RNKB\GetOrderCommandRussiaInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\RNKB\GetOrderReceiptCommandRNKBInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\RNKB\SetOrderReceiptCommandRNKBInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\VtbPayKeeper\CreateOrderCommandVtbKeeperInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\VtbPayKeeper\GetAuthTokenVtbPayKeeperInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\VtbPayKeeper\GetOrderCommandVtbKeeperInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\VtbPayKeeper\GetOrderPayKeeperQueryInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\VtbPayKeeper\GetPaymentOptionsVtbPayKeeperCommandInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\VtbPayKeeper\GetPaymentPayKeeperCommandInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\VtbPayKeeper\GetReceiptPayKeeperQueryInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\YooKassa\CreateOrderCommandYooKassaInterface"; reason: private alias.
Removed service "App\Payment\Domain\Entity\Interface\YooKassa\GetOrderCommandYooKassaInterface"; reason: private alias.
Removed service "App\Payment\Domain\Infrastructure\Adapter\SendPaymentToPmsInterface"; reason: private alias.
Removed service "App\Payment\Domain\Repository\BankRepositoryInterface"; reason: private alias.
Removed service "App\Payment\Domain\Repository\OrderRepositoryInterface"; reason: private alias.
Removed service "App\Payment\Domain\Repository\TerminalRepositoryInterface"; reason: private alias.
Removed service "App\Shared\Domain\Infrastructure\Services\CheckFileExistInterface"; reason: private alias.
Removed service "App\Shared\Domain\Infrastructure\Services\MailerSenderInterface"; reason: private alias.
Removed service "App\Users\Domain\Infrastructure\Repository\UserRepositoryInterface"; 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\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\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"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; 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\TagAwareCacheInterface"; 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 "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; 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\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "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 "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; 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.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\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "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_api_login"; reason: private alias.
Removed service "security.user_checker.admin_api_login"; reason: private alias.
Removed service "security.authentication.session_strategy.admin_api_token_refresh"; reason: private alias.
Removed service "security.user_checker.admin_api_token_refresh"; reason: private alias.
Removed service "security.authentication.session_strategy.admin_api"; reason: private alias.
Removed service "security.user_checker.admin_api"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service ".service_locator.urtHJdi"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.V6D1oJY"; reason: private alias.
Removed service ".service_locator.6LJr2_V"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.mWqQ49g"; reason: private alias.
Removed service ".service_locator.LMuqDDe"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin_api_login"; reason: private alias.
Removed service "security.firewall.authenticator.admin_api_token_refresh"; reason: private alias.
Removed service "security.firewall.authenticator.admin_api"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.webpack_encore"; reason: private alias.
Removed service "security.event_dispatcher.admin_api_login"; reason: private alias.
Removed service "security.event_dispatcher.admin_api_token_refresh"; reason: private alias.
Removed service "security.event_dispatcher.admin_api"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.KmxM_8E"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.0tyciMW"; reason: private alias.
Removed service ".service_locator.rffRvyR"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.BEsFY1H"; reason: private alias.
Removed service ".service_locator.qnm_CJ1"; reason: private alias.
Removed service ".service_locator.bC9WAco"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.iUxT8yA"; reason: private alias.
Removed service ".service_locator.P1mQtuZ"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
78
Changed reference of service "App\Booking\Domain\Services\Categories\AvailableCategoryOneCSoapService" previously pointing to "cache.app.traceable" to "cache.app".
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 "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
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 "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.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 "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.admin_api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.admin_api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.refresh_jwt.admin_api_token_refresh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.admin_api_token_refresh.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.admin_api_token_refresh.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.admin_api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.6XOniyp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
485
Removed service "App\Booking\Domain\Entity"; 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 "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; 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\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\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\WhenValidator"; 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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.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.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\AccommodationTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\AccommodationTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\BuildingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\BuildingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\CategoryRestrictionDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\CategoryRestrictionDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ConditionsPayBackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\ConditionsPayBackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\DiscountDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\DiscountDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\DiscountItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\DiscountItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRoomTypeEquipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRoomTypeImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\HotelRoomTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\HotelRoomTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\PaymentOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\PaymentOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ReservationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\ReservationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RestrictionDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\RestrictionDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RestrictionItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\RestrictionItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\RulesPayBackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\RulesPayBackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\ServicesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\ServicesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Booking\Infrastructure\Repository\TypeAgeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Infrastructure\Repository\TypeAgeRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\MainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\ReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Booking\Presentation\Controller\Web\SuccessPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Booking\Presentation\Controller\Web\SuccessPaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Controller\Web\SuccessPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\AccommodationTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\AccommodationTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ConditionPayBackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\ConditionPayBackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\DiscountItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\DiscountItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\HotelRateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeEquipmentCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\HotelRoomTypeEquipmentCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeEquipmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\HotelRoomTypeEquipmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\HotelRoomTypeImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelRoomTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\HotelRoomTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\HotelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\HotelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\PaymentMethodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\PaymentMethodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ReservationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\ReservationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RestrictionItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\RestrictionItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\RulesPayBackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\RulesPayBackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\ServicesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\ServicesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Booking\Presentation\Form\TypeAgeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Booking\Presentation\Form\TypeAgeType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\BankRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Infrastructure\Repository\BankRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Infrastructure\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Infrastructure\Repository\TerminalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Infrastructure\Repository\TerminalRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\BankController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\BankController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Presentation\Controller\App\BankController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Presentation\Controller\App\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\App\TerminalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\App\TerminalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Presentation\Controller\App\TerminalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Presentation\Controller\Web\WebhookPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Presentation\Controller\Web\WebhookPaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Presentation\Controller\Web\WebhookPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\BankType"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Presentation\Form\BankType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\OrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Presentation\Form\OrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Payment\Presentation\Form\TerminalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Presentation\Form\TerminalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Infrastructure\EventListener\ApiExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Infrastructure\EventListener\ApiExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\Users\Infrastructure\Fixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\Users\Infrastructure\Fixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Users\Infrastructure\Repository\PassportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Users\Infrastructure\Repository\PassportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Users\Infrastructure\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Users\Infrastructure\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Users\Presentation\Controller\App\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Users\Presentation\Controller\App\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Users\Presentation\Controller\App\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Users\Presentation\Controller\App\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Users\Presentation\Controller\App\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Users\Presentation\Controller\App\RegistrationController"; reason: abstract.
659
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Category\CreateCategoryDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Category\DeleteImagesCategoryDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Category\GetCategoriesDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Category\GetCategoryDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Category\UpdateCategoryDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\CreateHotelDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\DeleteHotelDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\DeleteIconHotelDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\DeleteLogoHotelDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Discounts\DeleteDiscountDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Discounts\GetDiscountDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Discounts\GetDiscountsDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Discounts\UpdateDiscountDaysDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Discounts\UpdateDiscountDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\CreateCategoryEquipmentDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\CreateEquipmentDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\DeleteCategoryEquipmentDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\DeleteEquipmentDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\DeleteEquipmentImageDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\GetCategoriesEquipmentDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\GetEquipmentCompleteDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\GetEquipmentDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\GetEquipmentsDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\UpdateCategoryEquipmentDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\Equipment\UpdateEquipmentDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\GetHotelBankRequisitesDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\GetHotelGuestInfoDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\GetHotelInfoDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\GetHotelTaxInfoDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\GetHotelTerminalDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\PaymentMethod\CreatePaymentMethodsDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\PaymentMethod\DeletePaymentMethodsDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\PaymentMethod\GetPaymentMethodDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\PaymentMethod\GetPaymentMethodsDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\PaymentMethod\UpdatePaymentMethodsDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\CreateConditionPayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\CreateRulePayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\DeleteConditionPayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\DeleteRulePayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\GetConditionPayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\GetRulePayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\GetRulesPayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\UpdateConditionPayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\RulesPayBack\UpdateRulePayBackDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\TypeAge\CreateTypeAgeDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\TypeAge\DeleteTypeAgeDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\TypeAge\GetTypeAgeDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\TypeAge\GetTypeAgesDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\TypeAge\UpdateTypeAgeDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\UpdateHotelBankRequisitesDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\UpdateHotelGuestInfoDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\UpdateHotelInfoDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\UpdateHotelTaxInfoDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Hotel\UpdateHotelTerminalDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\CreateRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\CreateServiceRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\DeleteIconRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\DeleteServiceIconRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\DeleteServiceImageRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\DeleteServiceRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\GetDescriptionRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\GetDictionaryCategoryDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\GetDictionaryRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\GetMainSettingsRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\GetRatesDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\GetRestrictionsRateDto"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\GetServiceRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\GetServicesRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\UpdateDescriptionRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\UpdateMainSettingsRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\UpdateRestrictionsRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\Api\Admin\Rate\UpdateServiceRateDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\CreateOrderReservationDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\PersonalAccount\CategoryPersonalAccountDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\PersonalAccount\HotelPersonalAccountDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\PersonalAccount\RatePersonalAccountDTO"; reason: unused.
Removed service "App\Booking\Application\DTO\PersonalAccount\ServicePersonalAccountDTO"; reason: unused.
Removed service "App\Booking\Application\Service\UpdateCategoryImagesService"; reason: unused.
Removed service "App\Booking\Application\Service\UpdateRateImageService"; reason: unused.
Removed service "App\Booking\Application\UseCase\GetReservationInfo"; reason: unused.
Removed service "App\Booking\Application\View\Api\Admin\Hotel\HotelGuestInfoView"; reason: unused.
Removed service "App\Booking\Application\View\Api\Admin\Hotel\HotelTaxInfoView"; reason: unused.
Removed service "App\Booking\Domain\DTO\ApiRequest\CreateReservationDto"; reason: unused.
Removed service "App\Booking\Domain\DTO\ApiRequest\GetAvailableRoomDailyPriceOperaDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\ApiRequest\GetAvailableRoomTypesDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\ApiRequest\GetAvailableRoomTypesFidelioDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\ApiRequest\GetAvailableRoomTypesOperaDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\ApiRequest\GetAvailableRoomsWithDailyPricesDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\ApiRequest\GetReservationDto"; reason: unused.
Removed service "App\Booking\Domain\DTO\Common\BaseReservationDto"; reason: unused.
Removed service "App\Booking\Domain\DTO\Common\CheckHotelRateDateDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\Common\UpdateCategoryRestrictionItemDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\Logus\AuthLogusDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\Logus\GetAvailabilityLogusDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\Logus\GetCalculateLogusDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\Logus\GetDictionariesItemLogusDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\Logus\GetPricingLogusDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\Logus\PingAuthLogusDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\Logus\SendPaymentLogusDTO"; reason: unused.
Removed service "App\Booking\Domain\DTO\OneC\AddPaymentOrderForOneCDto"; reason: unused.
Removed service "App\Booking\Domain\Exception\CategoryNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\CompanyNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\ConditionPayBackNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\DiscountNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\EquipmentCategoryNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\EquipmentNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\GuaranteeTypeNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\HotelIsDeletedException"; reason: unused.
Removed service "App\Booking\Domain\Exception\HotelNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\HotelRateNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\HotelRateNotInDateRangeException"; reason: unused.
Removed service "App\Booking\Domain\Exception\HotelRateOwnershipException"; reason: unused.
Removed service "App\Booking\Domain\Exception\IncorrectDataTimeException"; reason: unused.
Removed service "App\Booking\Domain\Exception\KidsAgeNotEqualKidsQuantityException"; reason: unused.
Removed service "App\Booking\Domain\Exception\MainHotelRateFidelioNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\NoAvailableRoomException"; reason: unused.
Removed service "App\Booking\Domain\Exception\NotTelegramException"; reason: unused.
Removed service "App\Booking\Domain\Exception\ParameterNotExistException"; reason: unused.
Removed service "App\Booking\Domain\Exception\PaymentMethodIsUsedException"; reason: unused.
Removed service "App\Booking\Domain\Exception\PaymentMethodNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\PmsTypeTypeNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\RateOutputTypeNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\ReservationNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\RoomTypeNotExistException"; reason: unused.
Removed service "App\Booking\Domain\Exception\RulesPayBackNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\RulesPayisUsedException"; reason: unused.
Removed service "App\Booking\Domain\Exception\SoapOneCException"; reason: unused.
Removed service "App\Booking\Domain\Exception\TaxTypeNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Exception\TypeAgeNotFoundException"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\BankTypesAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\BankTypesListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\CalculationMethodsAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\CalculationMethodsListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\CategoryItemAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\CategoryListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\CommonCategoryDictionary"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\CommonHotelDictionary"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\CommonRateDictionary"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\DiscountDayItemAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\DiscountDayListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\DiscountDaysTypesAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\DiscountDaysTypesListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\DiscountItemAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\DiscountListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\EquipmentCategory"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\EquipmentCategoryApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\EquipmentCategoryApiList"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\EquipmentDictionaryAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\EquipmentItemAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\EquipmentListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\GuestStructureAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\GuestStructureListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\HotelTerminalAdminAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\OutputTypesAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\OutputTypesListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\PaymentMethodsAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\PaymentMethodsItem"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\PaymentMethodsListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\PmsTypeItemAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\PmsTypeListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\RulesPayBackAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\RulesPayBackListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\ServiceItemAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\ServiceListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\TaxApplicationVatItemAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\TaxApplicationVatListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\TaxTypeItemAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\TaxTypeListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\TypeAgesAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\TypeAgesListAdminApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\VatApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\Admin\VatListApi"; reason: unused.
Removed service "App\Booking\Domain\Model\API\CategoryFullItemAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\CategoryItemAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\CategoryListAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\CategoryOfferListAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\HotelInfoItemAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\HotelRateItemAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\API\HotelRateListAPI"; reason: unused.
Removed service "App\Booking\Domain\Model\AccommodationTypeItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Hotel\ApplicationTypeResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Hotel\HotelBankRequisitesResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Hotel\HotelsResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Hotel\PaymentTypeResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Hotel\PmsTypeResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Hotel\PrepaymentTypeResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Rate\RateTypeResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Rate\ServiceResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Admin\Rate\VatTypeResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\AuthDataLogus"; reason: unused.
Removed service "App\Booking\Domain\Model\AvailableRoom\AvailableRoomCountItem"; reason: unused.
Removed service "App\Booking\Domain\Model\AvailableRoom\AvailableRoomsWithDailyPricesItem"; reason: unused.
Removed service "App\Booking\Domain\Model\AvailableRoom\AvailableRoomsWithDailyPricesListResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\AvailableRoom\CategoryTypeItem"; reason: unused.
Removed service "App\Booking\Domain\Model\AvailableRoom\CategoryTypeItemList"; reason: unused.
Removed service "App\Booking\Domain\Model\AvailableRoom\RoomTypeDailyPricesItem"; reason: unused.
Removed service "App\Booking\Domain\Model\BookingOrder"; reason: unused.
Removed service "App\Booking\Domain\Model\ChildrenLogus"; reason: unused.
Removed service "App\Booking\Domain\Model\Common\PaymentMethodExtItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Common\PaymentMethodExtList"; reason: unused.
Removed service "App\Booking\Domain\Model\Common\PriceGroupItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Common\PriceGroupList"; reason: unused.
Removed service "App\Booking\Domain\Model\GuaranteeTypeList"; reason: unused.
Removed service "App\Booking\Domain\Model\GuaranteeTypeLogus"; reason: unused.
Removed service "App\Booking\Domain\Model\GuestProfileLogus"; reason: unused.
Removed service "App\Booking\Domain\Model\GuestProfileLogusList"; reason: unused.
Removed service "App\Booking\Domain\Model\HotelRate\TransferLocationItem"; reason: unused.
Removed service "App\Booking\Domain\Model\HotelRate\TransferLocationList"; reason: unused.
Removed service "App\Booking\Domain\Model\HotelServices\CommonServiceLists"; reason: unused.
Removed service "App\Booking\Domain\Model\HotelServices\ServiceItem"; reason: unused.
Removed service "App\Booking\Domain\Model\HotelServices\ServiceList"; reason: unused.
Removed service "App\Booking\Domain\Model\Image"; reason: unused.
Removed service "App\Booking\Domain\Model\KidsItem"; reason: unused.
Removed service "App\Booking\Domain\Model\KidsListResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\PackageItemLogus"; reason: unused.
Removed service "App\Booking\Domain\Model\PackageItemLogusList"; reason: unused.
Removed service "App\Booking\Domain\Model\PackageLogus"; reason: unused.
Removed service "App\Booking\Domain\Model\PackageLogusList"; reason: unused.
Removed service "App\Booking\Domain\Model\PayBack\ConditionPayBackItem"; reason: unused.
Removed service "App\Booking\Domain\Model\PayBack\ConditionPayBackList"; reason: unused.
Removed service "App\Booking\Domain\Model\Payment\AcquiringConnection"; reason: unused.
Removed service "App\Booking\Domain\Model\Payment\AddPaymentRequestOpera"; reason: unused.
Removed service "App\Booking\Domain\Model\Payment\PaymentMethodItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Payment\PaymentMethodList"; reason: unused.
Removed service "App\Booking\Domain\Model\Pms\OneCStorage\CategoryOneCStorageItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Pms\OneCStorage\CategoryOneCStorageList"; reason: unused.
Removed service "App\Booking\Domain\Model\Pms\OneCStorage\RateDateOneCStorageItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Pms\OneCStorage\RateDateOneCStorageList"; reason: unused.
Removed service "App\Booking\Domain\Model\Pms\OneCStorage\RateOneCStorageItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Pms\OneCStorage\RateOneCStorageList"; reason: unused.
Removed service "App\Booking\Domain\Model\PmsRate"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\CancelReservationOpera"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ClientItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ClientsListResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\GetReservationResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\GuestReservationItem"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\GuestReservationListResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ProfileFidelio"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ReservationFidelio"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ReservationInfo"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ReservationOperaClient"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ReservationOperaData"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ReservationOperaRates"; reason: unused.
Removed service "App\Booking\Domain\Model\Reservation\ReservationResponse"; reason: unused.
Removed service "App\Booking\Domain\Model\ReservationLogus"; reason: unused.
Removed service "App\Booking\Domain\Model\View\PaymentSuccessView"; reason: unused.
Removed service "App\Booking\Domain\ParameterObject\Logus\CreateLogusReservationParameters"; reason: unused.
Removed service "App\Booking\Domain\ParameterObject\PushRoistatConfig"; reason: unused.
Removed service "App\Booking\Domain\Services\GetReservationInfo\GetFidelioReservationInfoService"; reason: unused.
Removed service "App\Booking\Domain\Services\Helpers\KidsServices"; reason: unused.
Removed service "App\Booking\Domain\Services\Helpers\PricesUlidServices"; reason: unused.
Removed service "App\Booking\Domain\Services\HotelRate\CheckHotelRateDate"; reason: unused.
Removed service "App\Booking\Domain\Services\HotelRate\GetHotelRateCodeForPromoCode"; reason: unused.
Removed service "App\Booking\Domain\Services\HotelRate\GetHotelRateForHotelSlugAndCode"; reason: unused.
Removed service "App\Booking\Domain\Services\HotelRate\GetHotelRatesForSlugWithoutPromoCode"; reason: unused.
Removed service "App\Booking\Domain\Services\Hotels\GetTerminalUlidForHotel"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\BabyWithoutPlace"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\Codes"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\FreeKids"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\Images\ImageContent"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\Images\ImageFilename"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\MainGuest"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\MainPlaces"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\Motivator"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\RoomArea"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\RoomCapacity"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\ShortDescription"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\Source"; reason: unused.
Removed service "App\Booking\Domain\ValueObject\SourceProfile"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetBankListPaymentModule"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetOrderForBankId"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetStandardBankStatus"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetTerminalPaymentModule"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\App\Payments\Command\SetUrlReceiptOrder"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\App\Payments\Command\UpdateTerminalPaymentModule"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\GetFidelioRateInfo"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\ShowFidelioAllReservationInfoCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\ShowFidelioProfileCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Logus\Command\GetCalculateLogusCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Logus\PortalLogusCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Logus\PortalLogusGate"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\OneC\SOAP\SoapClientService"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\OneC\Storage\PortalOneCCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\OneC\Storage\PortalOneCGate"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\OneC\Storage\Queries\GetAvailableRoomsOneCCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\OneC\Storage\Queries\GetAvailableRoomsPriceOneCCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Command\Payment\CheckPaymentOperaCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Command\Rate\GetAvailableRoomsOperaCommand"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Exceptions\AddPaymentOperaValidException"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Exceptions\ApiUrlNotConsistentException"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Exceptions\CheckOperaReservationInfoException"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Exceptions\CheckOperaReservationStatusException"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Exceptions\CheckPaymentOperaValidException"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Exceptions\CreateOperaValidException"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Model\CheckPaymentOperaStatus"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\Model\ReservationOperaStatus"; reason: unused.
Removed service "App\Booking\Infrastructure\Adapter\PMS\Opera\PortalOperaCommand"; reason: unused.
Removed service "App\Components\Hotel\HotelClassmap"; reason: unused.
Removed service "App\Components\Hotel\HotelClient"; reason: unused.
Removed service "App\Components\Hotel\HotelClientFactory"; reason: unused.
Removed service "App\Components\Hotel\Type\AccommodationType"; reason: unused.
Removed service "App\Components\Hotel\Type\AccommodationTypePriceRow"; reason: unused.
Removed service "App\Components\Hotel\Type\AccommodationTypePrices"; reason: unused.
Removed service "App\Components\Hotel\Type\AccommodationTypes"; reason: unused.
Removed service "App\Components\Hotel\Type\AccommodationTypesList"; reason: unused.
Removed service "App\Components\Hotel\Type\Adults"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomTypes"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomTypesByCheckInPeriodsRow"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomTypesByCheckInPeriodsRows"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomTypesRow"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomTypesRows"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomTypesWithPrices"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomTypesWithPricesRow"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomTypesWithPricesRows"; reason: unused.
Removed service "App\Components\Hotel\Type\AvailableRoomsWithDailyPrices"; reason: unused.
Removed service "App\Components\Hotel\Type\BankAccount"; reason: unused.
Removed service "App\Components\Hotel\Type\Base64Picture"; reason: unused.
Removed service "App\Components\Hotel\Type\BoardPlace"; reason: unused.
Removed service "App\Components\Hotel\Type\CancelGroupReservation"; reason: unused.
Removed service "App\Components\Hotel\Type\CancelGroupReservationResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\ChargeExtraServiceRow"; reason: unused.
Removed service "App\Components\Hotel\Type\ChargeExtraServices"; reason: unused.
Removed service "App\Components\Hotel\Type\CheckInGroupReservation"; reason: unused.
Removed service "App\Components\Hotel\Type\CheckInGroupReservationResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\CheckOutGroupReservation"; reason: unused.
Removed service "App\Components\Hotel\Type\CheckOutGroupReservationResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\ClientExtraData"; reason: unused.
Removed service "App\Components\Hotel\Type\Clients"; reason: unused.
Removed service "App\Components\Hotel\Type\Company"; reason: unused.
Removed service "App\Components\Hotel\Type\ContractInfo"; reason: unused.
Removed service "App\Components\Hotel\Type\CreateOrder"; reason: unused.
Removed service "App\Components\Hotel\Type\CreateOrderResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\CreditCard"; reason: unused.
Removed service "App\Components\Hotel\Type\CustomerData"; reason: unused.
Removed service "App\Components\Hotel\Type\DiscountCard"; reason: unused.
Removed service "App\Components\Hotel\Type\DocumentPDF"; reason: unused.
Removed service "App\Components\Hotel\Type\DocumentPrintingForm"; reason: unused.
Removed service "App\Components\Hotel\Type\DoorLockAuth"; reason: unused.
Removed service "App\Components\Hotel\Type\ExpressCheckInUUID"; reason: unused.
Removed service "App\Components\Hotel\Type\ExternalClientStatus"; reason: unused.
Removed service "App\Components\Hotel\Type\ExternalGroupReservationStatus"; reason: unused.
Removed service "App\Components\Hotel\Type\ExternalPaymentData"; reason: unused.
Removed service "App\Components\Hotel\Type\ExternalReservationStatus"; reason: unused.
Removed service "App\Components\Hotel\Type\ExternalReservationStatusRow"; reason: unused.
Removed service "App\Components\Hotel\Type\ExtraCheckInData"; reason: unused.
Removed service "App\Components\Hotel\Type\ExtraCheckOutData"; reason: unused.
Removed service "App\Components\Hotel\Type\ExtraServiceRow"; reason: unused.
Removed service "App\Components\Hotel\Type\ExtraServices"; reason: unused.
Removed service "App\Components\Hotel\Type\GetActiveGroupsList"; reason: unused.
Removed service "App\Components\Hotel\Type\GetActiveGroupsListResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetActiveReservations"; reason: unused.
Removed service "App\Components\Hotel\Type\GetActiveReservationsResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAgentDetails"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAgentDetailsResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAgentGroupsList"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAgentGroupsListResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAgentReport"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAgentReportResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAllReservationsWithTransactions"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAllReservationsWithTransactionsResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomTypes"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomTypesExt"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomTypesExtResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomTypesExtraData"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomTypesResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomTypesWithPrices"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomTypesWithPricesResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomsWithDailyPrices"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomsWithDailyPricesExtraData"; reason: unused.
Removed service "App\Components\Hotel\Type\GetAvailableRoomsWithDailyPricesResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetClientByPhoneAndEMail"; reason: unused.
Removed service "App\Components\Hotel\Type\GetClientByPhoneAndEMailResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetClientByPromoCode"; reason: unused.
Removed service "App\Components\Hotel\Type\GetClientByPromoCodeResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetClientGuestGroupsList"; reason: unused.
Removed service "App\Components\Hotel\Type\GetClientGuestGroupsListResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetExternalGroupReservationStatus"; reason: unused.
Removed service "App\Components\Hotel\Type\GetExternalGroupReservationStatusResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetExternalReservationStatus"; reason: unused.
Removed service "App\Components\Hotel\Type\GetExternalReservationStatusResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetExtraServices"; reason: unused.
Removed service "App\Components\Hotel\Type\GetExtraServicesResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetGroupReservationDetails"; reason: unused.
Removed service "App\Components\Hotel\Type\GetGroupReservationDetailsResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetHotelParameters"; reason: unused.
Removed service "App\Components\Hotel\Type\GetHotelParametersResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetHotelsList"; reason: unused.
Removed service "App\Components\Hotel\Type\GetHotelsListResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetIdentityDocumentsList"; reason: unused.
Removed service "App\Components\Hotel\Type\GetIdentityDocumentsListResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetPDF"; reason: unused.
Removed service "App\Components\Hotel\Type\GetPDFResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetRoomInventoryBalance"; reason: unused.
Removed service "App\Components\Hotel\Type\GetRoomInventoryBalanceResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GetVacantCheckInPeriods"; reason: unused.
Removed service "App\Components\Hotel\Type\GetVacantCheckInPeriodsResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\GroupListStatusFilter"; reason: unused.
Removed service "App\Components\Hotel\Type\GroupsList"; reason: unused.
Removed service "App\Components\Hotel\Type\GuestGroupDetails"; reason: unused.
Removed service "App\Components\Hotel\Type\GuestGroupPaymentStatus"; reason: unused.
Removed service "App\Components\Hotel\Type\GuestGroupPreauthorisationStatus"; reason: unused.
Removed service "App\Components\Hotel\Type\GuestsQuantity"; reason: unused.
Removed service "App\Components\Hotel\Type\HotelParameters"; reason: unused.
Removed service "App\Components\Hotel\Type\Hotels"; reason: unused.
Removed service "App\Components\Hotel\Type\IdentityDocument"; reason: unused.
Removed service "App\Components\Hotel\Type\IdentityDocumentsList"; reason: unused.
Removed service "App\Components\Hotel\Type\Invoice"; reason: unused.
Removed service "App\Components\Hotel\Type\InvoiceItem"; reason: unused.
Removed service "App\Components\Hotel\Type\KeyCard"; reason: unused.
Removed service "App\Components\Hotel\Type\KeyCards"; reason: unused.
Removed service "App\Components\Hotel\Type\Kids"; reason: unused.
Removed service "App\Components\Hotel\Type\NewGroupStatus"; reason: unused.
Removed service "App\Components\Hotel\Type\Order"; reason: unused.
Removed service "App\Components\Hotel\Type\OrderItem"; reason: unused.
Removed service "App\Components\Hotel\Type\OrderItems"; reason: unused.
Removed service "App\Components\Hotel\Type\Orders"; reason: unused.
Removed service "App\Components\Hotel\Type\PaymentList"; reason: unused.
Removed service "App\Components\Hotel\Type\PaymentRow"; reason: unused.
Removed service "App\Components\Hotel\Type\Pictures"; reason: unused.
Removed service "App\Components\Hotel\Type\PricePerDateRow"; reason: unused.
Removed service "App\Components\Hotel\Type\PricesPerDate"; reason: unused.
Removed service "App\Components\Hotel\Type\RequestAttributes"; reason: unused.
Removed service "App\Components\Hotel\Type\RequestCode"; reason: unused.
Removed service "App\Components\Hotel\Type\RequestCodeResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\ReservationRow"; reason: unused.
Removed service "App\Components\Hotel\Type\Reservations"; reason: unused.
Removed service "App\Components\Hotel\Type\ReservationsList"; reason: unused.
Removed service "App\Components\Hotel\Type\ReservationsListRow"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomInventoryBalance"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomInventoryBalanceRow"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomRateDailyPriceRow"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomRatePlan"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomRatePlanRow"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomRates"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomType"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomTypeDailyAvailabilityAndPrices"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomTypeDailyPrices"; reason: unused.
Removed service "App\Components\Hotel\Type\Rooms"; reason: unused.
Removed service "App\Components\Hotel\Type\RoomsRow"; reason: unused.
Removed service "App\Components\Hotel\Type\SendExpressCheckInMessage"; reason: unused.
Removed service "App\Components\Hotel\Type\SendExpressCheckInMessageResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\SendInvoice"; reason: unused.
Removed service "App\Components\Hotel\Type\SendInvoiceResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\ServiceDiscountRow"; reason: unused.
Removed service "App\Components\Hotel\Type\ServicesDiscount"; reason: unused.
Removed service "App\Components\Hotel\Type\Transactions"; reason: unused.
Removed service "App\Components\Hotel\Type\TransactionsRow"; reason: unused.
Removed service "App\Components\Hotel\Type\UpdateClientInfo"; reason: unused.
Removed service "App\Components\Hotel\Type\UpdateClientInfoResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\UpgradeAvailable"; reason: unused.
Removed service "App\Components\Hotel\Type\VacantCheckInPeriods"; reason: unused.
Removed service "App\Components\Hotel\Type\VacantCheckInPeriodsRow"; reason: unused.
Removed service "App\Components\Hotel\Type\VatRateRow"; reason: unused.
Removed service "App\Components\Hotel\Type\VerifyClient"; reason: unused.
Removed service "App\Components\Hotel\Type\VerifyClientResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\VerifyCode"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalClient"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalClientCustom"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalClientExt"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalClientExtResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalClientResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalCustomer"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalGroupReservation"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalGroupReservationCustom"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalGroupReservationResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalGroupReservationRow"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalGroupReservationRowCustom"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalGroupReservationRowsCustom"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalReservation"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteExternalReservationResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteGuestGroupPayment"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteGuestGroupPaymentExt"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteGuestGroupPaymentExtResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteGuestGroupPaymentResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteGuestGroupPreauthorisation"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteGuestGroupPreauthorisationResponse"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteNewGroup"; reason: unused.
Removed service "App\Components\Hotel\Type\WriteNewGroupResponse"; reason: unused.
Removed service "App\Payment\Application\DTO\UpdateAcquiringConnectionDTO"; reason: unused.
Removed service "App\Payment\Application\DTO\WebhookPaymentDTO"; reason: unused.
Removed service "App\Payment\Application\UseCase\AppApi\GetBankListUseCase"; reason: unused.
Removed service "App\Payment\Application\UseCase\AppApi\GetTerminalUseCase"; reason: unused.
Removed service "App\Payment\Application\UseCase\AppApi\UpdateTerminalUseCase"; reason: unused.
Removed service "App\Payment\Application\UseCase\GetOrderForBankIdUseCase"; reason: unused.
Removed service "App\Payment\Application\UseCase\GetStandardBankStatusUseCase"; reason: unused.
Removed service "App\Payment\Application\UseCase\SetUrlReceiptOrderUseCase"; reason: unused.
Removed service "App\Payment\Domain\DTO\CreateOrderFactoryDTO"; reason: unused.
Removed service "App\Payment\Domain\DTO\CreateOrderUnitellerDTO"; reason: unused.
Removed service "App\Payment\Domain\DTO\GetOrderFactoryDto"; reason: unused.
Removed service "App\Payment\Domain\DTO\GetOrderUnitellerDTO"; reason: unused.
Removed service "App\Payment\Domain\DTO\UpdateTerminalDTO"; reason: unused.
Removed service "App\Payment\Domain\Entity\AcquiringConnection"; reason: unused.
Removed service "App\Payment\Domain\Entity\Bank"; reason: unused.
Removed service "App\Payment\Domain\Entity\Order"; reason: unused.
Removed service "App\Payment\Domain\Entity\Terminal"; reason: unused.
Removed service "App\Payment\Domain\Exception\BankNotFoundException"; reason: unused.
Removed service "App\Payment\Domain\Exception\TerminalNotFoundException"; reason: unused.
Removed service "App\Payment\Domain\Model\CrateUnitellerOrderResponse"; reason: unused.
Removed service "App\Payment\Domain\Model\GetOrderRncbResponse"; reason: unused.
Removed service "App\Payment\Domain\Model\GetOrderUnitellerResponse"; reason: unused.
Removed service "App\Payment\Domain\Model\GetOrderYooKassaResponse"; reason: unused.
Removed service "App\Payment\Domain\Model\InvoicePayKeeper"; reason: unused.
Removed service "App\Payment\Domain\Model\PaymentOptionsPayKeeper"; reason: unused.
Removed service "App\Payment\Domain\Model\PaymentPayKeeper"; reason: unused.
Removed service "App\Payment\Domain\Model\ReceiptPayKeeper"; reason: unused.
Removed service "App\Payment\Infrastructure\Adapter\Bank\BankRussia\Command\CreateOrderCommandBankRussia"; reason: unused.
Removed service "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\PortalPayKeeperCommand"; reason: unused.
Removed service "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\PortalPayKeeperGate"; reason: unused.
Removed service "App\Payment\Presentation\AppAPI\GetBankListPaymentModuleApi"; reason: unused.
Removed service "App\Payment\Presentation\AppAPI\GetOrderForBankIdPaymentModuleApi"; reason: unused.
Removed service "App\Payment\Presentation\AppAPI\GetStandardBankStatusPaymentModuleApi"; reason: unused.
Removed service "App\Payment\Presentation\AppAPI\GetTerminalPaymentModuleApi"; reason: unused.
Removed service "App\Payment\Presentation\AppAPI\SetUrlReceiptPaymentModuleApi"; reason: unused.
Removed service "App\Payment\Presentation\AppAPI\UpdateTerminalPaymentModuleApi"; reason: unused.
Removed service "App\Services\Reservation\GetReservationOneCServices"; reason: unused.
Removed service "App\Shared\Domain\Exception\FileUploadException"; reason: unused.
Removed service "App\Shared\Domain\Exception\ForbiddenException"; reason: unused.
Removed service "App\Shared\Domain\Exception\InvalidArgumentException"; reason: unused.
Removed service "App\Shared\Domain\Exception\InvalidDataException"; reason: unused.
Removed service "App\Shared\Domain\Exception\NotFoundException"; reason: unused.
Removed service "App\Shared\Domain\Exception\ValidationException"; reason: unused.
Removed service "App\Shared\Domain\Model\BaseModel"; reason: unused.
Removed service "App\Shared\Domain\Service\Helpers\EmojiRemover"; reason: unused.
Removed service "App\Shared\Domain\Service\Helpers\Json"; reason: unused.
Removed service "App\Shared\Domain\Service\Helpers\Num"; reason: unused.
Removed service "App\Shared\Domain\Service\UlidService"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Age"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Bik"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\CorrespondentAccount"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Days"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Email"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Inn"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Kpp"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Number"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Period"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Person"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Phone"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Price"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\Sort"; reason: unused.
Removed service "App\Shared\Infrastructure\Services\EntityFileUploader"; reason: unused.
Removed service "App\Users\Application\UseCase\Passport\UpdatePassportInfo"; reason: unused.
Removed service "App\Users\Domain\Entity\Passport"; reason: unused.
Removed service "App\Users\Domain\Entity\User"; reason: unused.
Removed service "App\Users\Domain\Exception\UserNotFoundException"; reason: unused.
Removed service "App\Users\Infrastructure\EventListener\AuthSuccessHandler"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.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 "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.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 "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.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; 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.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~c8CXd9a"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "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 "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.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.user_checker.chain.admin_api_login"; reason: unused.
Removed service ".service_locator.uHH3zxB"; reason: unused.
Removed service "security.user_checker.chain.admin_api_token_refresh"; reason: unused.
Removed service ".service_locator.yEXhxR2"; reason: unused.
Removed service "security.user_checker.chain.admin_api"; reason: unused.
Removed service ".service_locator.zmV0L7Q"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service ".service_locator.HeQ3K7F"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.SfGnQiG"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.e_.xxAP"; reason: unused.
785
Inlined service "App\Booking\Application\Service\DeleteCategoryImagesService" to "App\Booking\Application\UseCase\Api\Admin\V1\Categories\DeleteAdminCategoryImagesUseCase".
Inlined service "App\Booking\Infrastructure\Adapter\App\Payments\Command\CreateAcquiringConnection" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\CreateHotelUseCase".
Inlined service "App\Booking\Application\Service\DeleteHotelIconService" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\DeleteIconAdminHotelUseCase".
Inlined service "App\Booking\Application\Service\DeleteHotelLogoService" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\DeleteLogoAdminHotelUseCase".
Inlined service "App\Booking\Application\Service\DeleteEquipmentImageService" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\DeleteImageEquipmentUseCase".
Inlined service "App\Booking\Application\Assembler\Admin\Api\Hotel\HotelTaxInfoAssembler" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetAdminHotelTaxUseCase".
Inlined service "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetConnectionForTerminalUlidGet" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetAdminHotelTerminalUseCase".
Inlined service "App\Booking\Application\Assembler\Admin\Api\Hotel\HotelGuestInfoAssembler" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetHotelGuestInfoUseCase".
Inlined service "App\Booking\Domain\Factory\Entity\PaymentMethodCreateFactory" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\PaymentMethod\CreateHotelPaymentMethodsUseCase".
Inlined service "App\Booking\Domain\Factory\Entity\PaymentMethodUpdateFactory" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\PaymentMethod\UpdateHotelPaymentMethodsUseCase".
Inlined service "App\Booking\Infrastructure\Adapter\App\Payments\Command\UpdateConnectionForTerminalUlidGet" to "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\UpdateAdminHotelTerminalUseCase".
Inlined service "App\Booking\Application\Service\DeleteRateIconService" to "App\Booking\Application\UseCase\Api\Admin\V1\Rates\DeleteIconAdminRateUseCase".
Inlined service "App\Booking\Application\Service\DeleteServiceRateIconService" to "App\Booking\Application\UseCase\Api\Admin\V1\Rates\DeleteServiceIconAdminRateUseCase".
Inlined service "App\Booking\Application\Service\DeleteServiceRateImageService" to "App\Booking\Application\UseCase\Api\Admin\V1\Rates\DeleteServiceImageAdminRateUseCase".
Inlined service "App\Booking\Domain\Model\Factory\PaymentMethodExtListByHotelRateFactory" to "App\Booking\Application\UseCase\Api\v2\GetRoomRatesUseCase".
Inlined service "App\Booking\Domain\Services\Categories\AllCategoryService" to "App\Booking\Application\UseCase\GetAllCategoriesUseCase".
Inlined service "App\Booking\Domain\Services\Categories\GetAvailableRoomCountLogusServices" to "App\Booking\Application\UseCase\GetAvailableRoomCountUseCase".
Inlined service "App\Booking\Domain\Services\Categories\GetAvailableRoomCountOperaServices" to "App\Booking\Application\UseCase\GetAvailableRoomCountUseCase".
Inlined service "App\Booking\Domain\Services\Categories\GetAvailableRoomCountOneCStorageServices" to "App\Booking\Application\UseCase\GetAvailableRoomCountUseCase".
Inlined service "App\Booking\Domain\Services\GetCalendarPriceService" to "App\Booking\Application\UseCase\GetCalendarPriceUseCase".
Inlined service "App\Booking\Application\Assembler\PersonalAccount\PersonalAccountHotelAssembler" to "App\Booking\Application\UseCase\PersonalAccount\FullPersonalAccountUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CancelReservationFidelioService" to "App\Booking\Application\UseCase\Reservation\CancelReservationUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CancelReservationLogusService" to "App\Booking\Application\UseCase\Reservation\CancelReservationUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CancelReservationOperaService" to "App\Booking\Application\UseCase\Reservation\CancelReservationUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationFidelioService" to "App\Booking\Application\UseCase\Reservation\CreateReservationUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationOperaService" to "App\Booking\Application\UseCase\Reservation\CreateReservationUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationOneCService" to "App\Booking\Application\UseCase\Reservation\CreateReservationUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationLogusService" to "App\Booking\Application\UseCase\Reservation\CreateReservationUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationOneCIsSunKurService" to "App\Booking\Application\UseCase\Reservation\CreateReservationUseCase".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationOneCWithoutStorageService" to "App\Booking\Application\UseCase\Reservation\CreateReservationUseCase".
Inlined service "App\Booking\Domain\Services\Locator\SendPaymentToPmsLocator" to "App\Booking\Application\UseCase\SendPaymentToPmsUseCase".
Inlined service "App\Booking\Domain\Services\GetGuestsInfoLogusPMS" to "App\Booking\Domain\Factory\ChildrenLogusFactory".
Inlined service "App\Booking\Domain\Model\Factory\PaymentMethodExItemFactory" to "App\Booking\Domain\Model\Factory\PaymentMethodExtListByHotelRateFactory".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\GetAvailableRoomsFidelioCommand" to "App\Booking\Domain\Services\Categories\AvailableCategoryFidelioService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\OneC\Storage\Queries\GetAvailableRoomsOneCQuery" to "App\Booking\Domain\Services\Categories\AvailableCategoryOneCStorageSunKurService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Logus\Command\Account\PingAuthLogusCommand" to "App\Booking\Domain\Services\GetLogusAuthData".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Logus\Command\Account\AuthLogusCommand" to "App\Booking\Domain\Services\GetLogusAuthData".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Logus\Query\GetGetGuestProfileQuery" to "App\Booking\Domain\Services\GetOrCreateGuestProfileLogusService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Logus\Command\CreateGuestProfileLogusCommand" to "App\Booking\Domain\Services\GetOrCreateGuestProfileLogusService".
Inlined service "App\Booking\Domain\Services\HotelRate\GetHotelRatesBySlug" to "App\Booking\Domain\Services\HotelRate\CheckPromoCode".
Inlined service "App\Booking\Domain\Services\SendToPms\SendPaymentToOneCService" to "App\Booking\Domain\Services\Locator\SendPaymentToPmsLocator".
Inlined service "App\Booking\Domain\Services\SendToPms\SendPaymentToLogusService" to "App\Booking\Domain\Services\Locator\SendPaymentToPmsLocator".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\CancelFidelioReservationCommand" to "App\Booking\Domain\Services\Reservation\CancelReservationFidelio".
Inlined service "App\Booking\Domain\Services\Reservation\CancelReservationFidelio" to "App\Booking\Domain\Services\Reservation\CancelReservationFidelioService".
Inlined service "App\Booking\Domain\Services\Reservation\GetReservationStateFidelio" to "App\Booking\Domain\Services\Reservation\CancelReservationFidelioService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Logus\Command\CancelReservationsLogusCommand" to "App\Booking\Domain\Services\Reservation\CancelReservationLogusService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Opera\Command\Reservation\CancelOperaReservationCommand" to "App\Booking\Domain\Services\Reservation\CancelReservationOperaService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\CreateFidelioReservationCommand" to "App\Booking\Domain\Services\Reservation\CreateReservationFidelioService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\FindFidelioProfileCommand" to "App\Booking\Domain\Services\Reservation\CreateReservationFidelioService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\CreateFidelioProfileIDCommand" to "App\Booking\Domain\Services\Reservation\CreateReservationFidelioService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Logus\Command\CreateReservationLogusCommand" to "App\Booking\Domain\Services\Reservation\CreateReservationLogusService".
Inlined service "App\Booking\Domain\Services\GetGuaranteeInfoLogusPMS" to "App\Booking\Domain\Services\Reservation\CreateReservationLogusService".
Inlined service "App\Booking\Domain\Services\GetOrCreateGuestProfileLogusService" to "App\Booking\Domain\Services\Reservation\CreateReservationLogusService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Logus\Query\GetPackagesLogusCommand" to "App\Booking\Domain\Services\Reservation\CreateReservationLogusService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Opera\Command\Reservation\CreateOperaReservationCommand" to "App\Booking\Domain\Services\Reservation\CreateReservationOperaService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Opera\Command\Payment\AddPaymentRequestOperaCommand" to "App\Booking\Domain\Services\SendToPms\AddOperaPaymentRequest".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\OneC\SOAP\Command\SendPaymentOrderForOneCCommand" to "App\Booking\Domain\Services\SendToPms\SendPaymentToOneCService".
Inlined service "App\Payment\Presentation\AppAPI\ChangePmsSendStatusPaymentModuleApi" to "App\Booking\Infrastructure\Adapter\App\Payments\Command\ChangePmsSendStatus".
Inlined service "App\Payment\Presentation\AppAPI\CreateAcquiringConnectionPaymentModuleApi" to "App\Booking\Infrastructure\Adapter\App\Payments\Command\CreateAcquiringConnection".
Inlined service "App\Payment\Presentation\AppAPI\CreateOrderPaymentModuleApi" to "App\Booking\Infrastructure\Adapter\App\Payments\Command\CreateOrder".
Inlined service "App\Payment\Presentation\AppAPI\GetConnectionForTerminalUlidPaymentModuleApi" to "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetConnectionForTerminalUlidGet".
Inlined service "App\Payment\Presentation\AppAPI\GetReservationOrdersPaymentModuleApi" to "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetReservationOrderList".
Inlined service "App\Payment\Presentation\AppAPI\GetTerminalListPaymentModuleApi" to "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetTerminalList".
Inlined service "App\Payment\Presentation\AppAPI\SetRequestOrderPaymentModuleApi" to "App\Booking\Infrastructure\Adapter\App\Payments\Command\SetRequestOrder".
Inlined service "App\Payment\Presentation\AppAPI\UpdateConnectionForTerminalUlidPaymentModuleApi" to "App\Booking\Infrastructure\Adapter\App\Payments\Command\UpdateConnectionForTerminalUlidGet".
Inlined service "App\Booking\Infrastructure\DataMapper\Logus\GuestProfileLogusDataMapper" to "App\Booking\Infrastructure\Adapter\PMS\Logus\Command\CreateGuestProfileLogusCommand".
Inlined service "App\Booking\Infrastructure\DataMapper\Logus\ReservationLogusDataMapper" to "App\Booking\Infrastructure\Adapter\PMS\Logus\Command\GetReservationsLogusCommand".
Inlined service "App\Booking\Infrastructure\DataMapper\Logus\GuestProfileLogusListDataMapper" to "App\Booking\Infrastructure\Adapter\PMS\Logus\Query\GetGetGuestProfileQuery".
Inlined service "App\Booking\Infrastructure\DataMapper\Logus\PackageLogusListDataMapper" to "App\Booking\Infrastructure\Adapter\PMS\Logus\Query\GetPackagesLogusCommand".
Inlined service "App\Booking\Infrastructure\DataMapper\OneCStorage\CategoryListOneCStorageDataMapper" to "App\Booking\Infrastructure\Adapter\PMS\OneC\Storage\Queries\GetAvailableRoomsOneCQuery".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Opera\Requests\AvailableRoomTypesRequestBuilder" to "App\Booking\Infrastructure\Adapter\PMS\Opera\Queries\GetAvailableRoomTypesOperaQuery".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Opera\PortalOperaGate" to "App\Booking\Infrastructure\Adapter\PMS\Opera\Queries\GetAvailableRoomTypesOperaQuery".
Inlined service "App\Booking\Infrastructure\DataMapper\Logus\PackageItemLogusListDataMapper" to "App\Booking\Infrastructure\DataMapper\Logus\PackageLogusListDataMapper".
Inlined service "App\Booking\Infrastructure\DataMapper\OneCStorage\RateListOneCStorageDataMapper" to "App\Booking\Infrastructure\DataMapper\OneCStorage\CategoryItemOneCStorageDataMapper".
Inlined service "App\Booking\Infrastructure\DataMapper\OneCStorage\CategoryItemOneCStorageDataMapper" to "App\Booking\Infrastructure\DataMapper\OneCStorage\CategoryListOneCStorageDataMapper".
Inlined service "App\Booking\Infrastructure\DataMapper\OneCStorage\RateDateItemOneCStorageDataMapper" to "App\Booking\Infrastructure\DataMapper\OneCStorage\RateDateListOneCStorageDataMapper".
Inlined service "App\Booking\Infrastructure\DataMapper\OneCStorage\RateDateListOneCStorageDataMapper" to "App\Booking\Infrastructure\DataMapper\OneCStorage\RateItemOneCStorageDataMapper".
Inlined service "App\Booking\Infrastructure\DataMapper\OneCStorage\RateItemOneCStorageDataMapper" to "App\Booking\Infrastructure\DataMapper\OneCStorage\RateListOneCStorageDataMapper".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Categories\CreateAdminCategoryUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Categories\GetAdminCategoryUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Categories\UpdateAdminCategoryUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Categories\DeleteAdminCategoryImagesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Categories\GetAdminCategoriesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Categories\GetCategoryDictionaryUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Category\GetCategoryDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Category\CreateCategoryDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Category\UpdateCategoryDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Category\DeleteImagesCategoryDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Category\GetCategoriesDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Category\GetDictionaryCategoryDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Categories\AdminCategoriesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Dictionary\TypeOfUnitPaymentMethodUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Dictionary\PaymentTypeOfPaymentMethodUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Dictionary\GetVatUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Dictionary\GuestStructureUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Dictionary\DictionaryController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetDictionaryUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DictionaryAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Discounts\GetDiscountDaysTypesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountDaysTypsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Discounts\GetDiscountsDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Discounts\GetDiscountDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Discounts\UpdateDiscountDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Discounts\DeleteDiscountDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Discounts\UpdateDiscountDaysDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Discounts\GetDiscountsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Discounts\GetDiscountUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Discounts\UpdateDiscountUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Discounts\DeleteDiscountUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Discounts\UpdateDiscountDaysUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\DiscountsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\GetEquipmentCompleteDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\GetEquipmentsDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\CreateEquipmentDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\UpdateEquipmentDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\DeleteEquipmentDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\DeleteImageEquipmentDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\GetEquipmentCompleteUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\GetEquipmentsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\CreateEquipmentUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\UpdateEquipmentUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\DeleteEquipmentUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\DeleteImageEquipmentUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\GetCategoriesEquipmentDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\CreateCategoryEquipmentDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\Equipment\UpdateCategoryEquipmentDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\GetCategoriesEquipmentUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\CreateCategoryEquipmentUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\Equipment\UpdateCategoryEquipmentUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\EquipmentCategoryAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetHotelsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetAdminHotelBankRequisitesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\UpdateAdminHotelBankRequisitesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\GetHotelBankRequisitesDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\UpdateHotelBankRequisitesDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelBankAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\CreateHotelUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\DeleteHotelUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\CreateHotelDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\TypeAge\DeleteHotelDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelCreateDeleteAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\UpdateHotelGuestInfoUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetHotelGuestInfoUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\GetHotelGuestInfoDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\UpdateHotelGuestInfoDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelGuestInfoAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelImagesAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetHotelInfoUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\UpdateHotelInfoUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\UpdateHotelInfoDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\GetHotelInfoDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelInfoAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetAdminHotelTaxUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\UpdateAdminHotelTaxUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\GetHotelTaxInfoDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\UpdateHotelTaxInfoDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTaxInfoAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\GetAdminHotelTerminalUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\UpdateAdminHotelTerminalUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\GetTerminalInfoDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\UpdateHotelTerminalDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\HotelTerminalAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\PaymentMethod\GetPaymentMethodsDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\PaymentMethod\CreatePaymentMethodsDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\PaymentMethod\UpdatePaymentMethodsDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\PaymentMethod\GetPaymentMethodDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\PaymentMethod\DeletePaymentMethodsDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\PaymentMethod\GetHotelPaymentMethodUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\PaymentMethod\GetHotelPaymentMethodsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\PaymentMethod\CreateHotelPaymentMethodsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\PaymentMethod\UpdateHotelPaymentMethodsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\PaymentMethod\DeleteHotelPaymentMethodsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PaymentMethodsAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\StaticDictionaries\GetPmsTypesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\PmsTypesAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\GetRulesPayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\GetRulePayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\CreateRulePayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\UpdateRulePayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\GetConditionPayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\CreateConditionPayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\UpdateConditionPayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\DeleteConditionPayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\RulesPayBack\DeleteRulePayBackDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\GetRulesPayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\GetRulePayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\CreateRulePayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\UpdateRulePayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\GetConditionPayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\CreateConditionPayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\UpdateConditionPayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\DeleteConditionPayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\RulesPayBack\DeleteRulePayBackUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\RulesPayBackAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\StaticDictionaries\GetTaxTypesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TaxAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\TypeAge\GetTypeAgesDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\TypeAge\GetTypeAgeDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\TypeAge\UpdateTypeAgeDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\TypeAge\CreateTypeAgeDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Hotel\TypeAge\DeleteTypeAgeDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\TypeAge\GetTypeAgesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\TypeAge\GetTypeAgeUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\TypeAge\UpdateTypeAgeUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\TypeAge\CreateTypeAgeUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Hotels\TypeAge\DeleteTypeAgeUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Hotel\TypeAgesAdminApiController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\GetAdminRateDescriptionUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\UpdateAdminRateDescriptionUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\GetDescriptionRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\UpdateDescriptionRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDescriptionController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\GetDictionaryRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\GetRateDictionaryUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateDictionaryController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\DeleteIconRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\DeleteIconAdminRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateImagesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\GetAdminRateMainSettingsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\CreateAdminRateMainSettingsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\UpdateAdminRateMainSettingsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\GetMainSettingsRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\CreateRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\UpdateMainSettingsRateDtoFactoryFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateMainSettingsController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatePricesRestrictionsController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\GetPricesRestrictionsUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\GetRestrictionsRateDtoFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateRestrictionsController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\DeleteServiceImageRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\DeleteServiceIconRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\DeleteServiceImageAdminRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\DeleteServiceIconAdminRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRateServiceImagesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\GetAdminRatesUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\GetRatesDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRatesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\UpdateRestrictionsRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\UpdateRestrictionsRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminRestrictionsController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\CreateServiceRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\UpdateServiceRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\GetServiceRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\GetServicesRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Presentation\Factory\Controller\Api\Admin\DTO\Rate\DeleteServiceRateDTOFactory" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\CreateServiceRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\UpdateServiceRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\GetServiceRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\GetServicesRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\GetServiceCalculationMethodsRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service "App\Booking\Application\UseCase\Api\Admin\V1\Rates\DeleteServiceRateUseCase" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\AdminServicesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController" to "App\Booking\Presentation\Controller\Api\Admin\V1\Rate\ServicesImagesAdminApiController".
Inlined service "App\Booking\Application\UseCase\GetTerminalUlidUseCase" to "App\Booking\Presentation\Controller\Api\ModuleApi\GetHotelTerminalUlid".
Inlined service "App\Booking\Application\UseCase\SendPaymentToPmsUseCase" to "App\Booking\Presentation\Controller\Api\ModuleApi\SendPaymentToPms".
Inlined service "App\Booking\Application\UseCase\GetAllCategoriesUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController".
Inlined service "App\Booking\Infrastructure\Factory\GetAllCategoriesDTOFactory" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1AllCategoriesController".
Inlined service "App\Booking\Application\UseCase\GetCalendarPriceUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController".
Inlined service "App\Booking\Domain\Services\Calendar\GetCalendarFidelio" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CalendarController".
Inlined service "App\Booking\Application\UseCase\GetAvailableLowestPriceCategoriesUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController".
Inlined service "App\Booking\Infrastructure\Factory\GetAvailableRoomTypesDTOFactory" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1RatesController".
Inlined service "App\Services\GetRoomRatesWithDailyPrice" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController" to "App\Booking\Presentation\Controller\Api\Open\V1\AvailableRoom\ApiV1WithDailyPriceController".
Inlined service "App\Booking\Application\UseCase\Api\Other\GetCategoriesOfferUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CategoriesOfferController".
Inlined service "App\Booking\Domain\Services\HotelRate\CheckPromoCode" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1CheckPromoCodeController".
Inlined service "App\Booking\Application\UseCase\GetModuleInfoUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1ForStorageInfoController".
Inlined service "App\Booking\Application\UseCase\GetHotelInfoUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1HotelInfoController".
Inlined service "App\Booking\Application\UseCase\Api\Other\GetRatesOfferUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController" to "App\Booking\Presentation\Controller\Api\Open\V1\Other\ApiV1RatesOfferController".
Inlined service "App\Booking\Application\UseCase\Reservation\CancelReservationUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CancelReservation".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CheckReservationController".
Inlined service "App\Booking\Application\UseCase\Reservation\CreateReservationUseCase" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\DTO\Factory\CreateReservationDtoFactory" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1GetReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController" to "App\Booking\Presentation\Controller\Api\Open\V2\AvailableRoom\ApiV2RatesController".
Inlined service "App\Booking\Application\UseCase\PersonalAccount\FullPersonalAccountUseCase" to "App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController" to "App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1AllInfoForLkController".
Inlined service "App\Booking\Application\UseCase\PersonalAccount\CreateOrderPersonalAccountUseCase" to "App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController" to "App\Booking\Presentation\Controller\Api\PersonalAccount\V1\ApiV1CreateOrderForLkController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\AdminController" to "App\Booking\Presentation\Controller\Web\AdminOld\AdminController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\AccommodationTypeController".
Inlined service "App\Booking\Application\UseCase\GetAvailableRoomCountUseCase" to "App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\AvailableRoomCountController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\ConditionsPayBackController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountDayController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\Discount\DiscountItemController".
Inlined service "App\Booking\Infrastructure\Adapter\App\Payments\Command\GetTerminalList" to "App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\HotelController".
Inlined service "App\Booking\Domain\Services\HotelRate\RemoveHotelRateWithServices" to "App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\HotelRateController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\PaymentMethodController".
Inlined service "App\Booking\Application\UseCase\UpdateCategoryRestrictionItem" to "App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\CategoryRestrictionDayController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionDayController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\Restriction\RestrictionItemController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\RulesPayBackController".
Inlined service "App\Services\ServiceService" to "App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\ShowLogsController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController" to "App\Booking\Presentation\Controller\Web\AdminOld\App\TypeAgeController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\CompanyController" to "App\Booking\Presentation\Controller\Web\AdminOld\CompanyController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController" to "App\Booking\Presentation\Controller\Web\AdminOld\CreatePaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController" to "App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController" to "App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentCategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController" to "App\Booking\Presentation\Controller\Web\AdminOld\HotelRoomTypeEquipmentController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\LoginController" to "App\Booking\Presentation\Controller\Web\AdminOld\LoginController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\MainController" to "App\Booking\Presentation\Controller\Web\AdminOld\MainController".
Inlined service "App\Booking\Domain\Services\GetReservationsServices" to "App\Booking\Presentation\Controller\Web\AdminOld\ReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\ReservationController" to "App\Booking\Presentation\Controller\Web\AdminOld\ReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\AdminOld\SecurityController" to "App\Booking\Presentation\Controller\Web\AdminOld\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\HomeController" to "App\Booking\Presentation\Controller\Web\HomeController".
Inlined service "App\Booking\Domain\Services\HotelRate\GetHotelRateForHotelAndRateCode" to "App\Booking\Presentation\Controller\Web\ReservationController".
Inlined service "App\Booking\Domain\Services\GetPaymentForHotelRateWithFullPay" to "App\Booking\Presentation\Controller\Web\ReservationController".
Inlined service "App\Booking\Domain\Services\GetRoomTypeByCommonCode" to "App\Booking\Presentation\Controller\Web\ReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\ReservationController" to "App\Booking\Presentation\Controller\Web\ReservationController".
Inlined service "App\Booking\Application\UseCase\GetHotelNameByReservationId" to "App\Booking\Presentation\Controller\Web\SuccessFreeReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\SuccessFreeReservationController" to "App\Booking\Presentation\Controller\Web\SuccessFreeReservationController".
Inlined service "App\Payment\Presentation\AppAPI\GetOrderPaymentModuleApi" to "App\Booking\Presentation\Controller\Web\SuccessPaymentController".
Inlined service "App\Payment\Presentation\AppAPI\GetOrderBankStatusPaymentModuleApi" to "App\Booking\Presentation\Controller\Web\SuccessPaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Booking\Presentation\Controller\Web\SuccessPaymentController" to "App\Booking\Presentation\Controller\Web\SuccessPaymentController".
Inlined service "App\Payment\Domain\Factory\Entity\CreateAcquiringConnectionFactory" to "App\Payment\Application\UseCase\API\Admin\GetAcquiringConnectionUseCase".
Inlined service "App\Payment\Domain\Services\ChangePmsSendStatusService" to "App\Payment\Application\UseCase\ChangePmsSendStatusUseCase".
Inlined service "App\Payment\Domain\Services\GetActualOrderService" to "App\Payment\Application\UseCase\CheckOrderUseCase".
Inlined service "App\Payment\Domain\Services\SetOrderReceiptService" to "App\Payment\Application\UseCase\CheckOrderUseCase".
Inlined service "App\Payment\Domain\Services\CreateOrderService" to "App\Payment\Application\UseCase\CreateUrlOrderUseCase".
Inlined service "App\Payment\Domain\Services\GetOrderService" to "App\Payment\Application\UseCase\GetOrderUseCase".
Inlined service "App\Payment\Domain\Services\GetReservationOrdersService" to "App\Payment\Application\UseCase\GetReservationOrdersUseCase".
Inlined service "App\Payment\Domain\Services\SetRequestOrderService" to "App\Payment\Application\UseCase\SetRequestOrderUseCase".
Inlined service "App\Payment\Infrastructure\Adapter\App\Booking\Command\SendPaymentToPmsCommand" to "App\Payment\Application\UseCase\UpdateOrderDataAndSendPmsUseCase".
Inlined service "App\Payment\Domain\Services\Webhook\WebhookPayKeeperHandlerService" to "App\Payment\Application\UseCase\WebhookPaymentHandlerUseCase".
Inlined service "App\Payment\Domain\Services\Webhook\WebhookRncbHandlerService" to "App\Payment\Application\UseCase\WebhookPaymentHandlerUseCase".
Inlined service "App\Payment\Domain\Services\Webhook\WebhookRussiaHandlerService" to "App\Payment\Application\UseCase\WebhookPaymentHandlerUseCase".
Inlined service "App\Payment\Domain\Services\Webhook\WebhookUnitellerHandlerService" to "App\Payment\Application\UseCase\WebhookPaymentHandlerUseCase".
Inlined service "App\Payment\Domain\Services\Webhook\WebhookYooKassaHandlerService" to "App\Payment\Application\UseCase\WebhookPaymentHandlerUseCase".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\Command\GetAuthTokenPayKeeperCommand" to "App\Payment\Domain\Factory\CreateOrder\CreateOrderByPayKeeperFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\Command\CreateOrderPayKeeperCommand" to "App\Payment\Domain\Factory\CreateOrder\CreateOrderByPayKeeperFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\RNKB\Command\CreateOrderCommandRNKB" to "App\Payment\Domain\Factory\CreateOrder\CreateOrderByRnkbFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\BankRussia\Command\CreateOrderCommandRussia" to "App\Payment\Domain\Factory\CreateOrder\CreateOrderByRussiaFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\Uniteller\Command\CreateOrderUnitellerCommand" to "App\Payment\Domain\Factory\CreateOrder\CreateOrderByUnitellerFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\YooKassa\Command\CreateOrderCommandYooKassa" to "App\Payment\Domain\Factory\CreateOrder\CreateOrderByYooKassaFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\BankRussia\Command\GetOrderCommandRussia" to "App\Payment\Domain\Factory\GetActualOrderFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\Command\GetInvoicePayKeeperCommand" to "App\Payment\Domain\Factory\GetActualOrderFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\RNKB\Query\GetOrderReceiptCommandRNKB" to "App\Payment\Domain\Factory\GetOrder\GetOrderByRncbFactory".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\RNKB\Command\SetOrderReceiptCommandRNKB" to "App\Payment\Domain\Factory\SetReceiptOrderFactory".
Inlined service "App\Payment\Domain\Services\Locator\CreateOrderFactoryLocator" to "App\Payment\Domain\Services\CreateOrderService".
Inlined service "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\Command\GetPaymentOptionsPayKeeperCommand" to "App\Payment\Domain\Services\GetPaymentService".
Inlined service "App\Payment\Domain\Factory\GetStandardStatusFactory" to "App\Payment\Domain\Services\GetStandardBankStatusService".
Inlined service "App\Payment\Domain\Factory\CreateOrder\CreateOrderByYooKassaFactory" to "App\Payment\Domain\Services\Locator\CreateOrderFactoryLocator".
Inlined service "App\Payment\Domain\Factory\CreateOrder\CreateOrderByRnkbFactory" to "App\Payment\Domain\Services\Locator\CreateOrderFactoryLocator".
Inlined service "App\Payment\Domain\Factory\CreateOrder\CreateOrderByRussiaFactory" to "App\Payment\Domain\Services\Locator\CreateOrderFactoryLocator".
Inlined service "App\Payment\Domain\Factory\CreateOrder\CreateOrderByPayKeeperFactory" to "App\Payment\Domain\Services\Locator\CreateOrderFactoryLocator".
Inlined service "App\Payment\Domain\Factory\CreateOrder\CreateOrderByUnitellerFactory" to "App\Payment\Domain\Services\Locator\CreateOrderFactoryLocator".
Inlined service "App\Payment\Domain\Factory\GetOrder\GetOrderByYooKassaFactory" to "App\Payment\Domain\Services\Locator\GetOrderFactoryByBankLocator".
Inlined service "App\Payment\Domain\Factory\GetOrder\GetOrderByRncbFactory" to "App\Payment\Domain\Services\Locator\GetOrderFactoryByBankLocator".
Inlined service "App\Payment\Domain\Factory\GetOrder\GetOrderByPayKeeperFactory" to "App\Payment\Domain\Services\Locator\GetOrderFactoryByBankLocator".
Inlined service "App\Payment\Domain\Factory\GetOrder\GetOrderByUnitellerFactory" to "App\Payment\Domain\Services\Locator\GetOrderFactoryByBankLocator".
Inlined service "App\Payment\Domain\Factory\SetReceiptOrderFactory" to "App\Payment\Domain\Services\SetOrderReceiptService".
Inlined service "App\Payment\Domain\Services\SetUrlReceiotOrderService" to "App\Payment\Domain\Services\Webhook\WebhookPayKeeperHandlerService".
Inlined service "App\Payment\Domain\Services\GetPayKeeperPaymentStatus" to "App\Payment\Domain\Services\Webhook\WebhookPayKeeperHandlerService".
Inlined service "App\Payment\Domain\Services\GetPaymentService" to "App\Payment\Domain\Services\Webhook\WebhookPayKeeperHandlerService".
Inlined service "App\Payment\Infrastructure\Adapter\App\Booking\Query\GetHotelTerminalUlidQuery" to "App\Payment\Domain\Services\Webhook\WebhookPayKeeperHandlerService".
Inlined service "App\Booking\Presentation\Controller\Api\ModuleApi\SendPaymentToPms" to "App\Payment\Infrastructure\Adapter\App\Booking\Command\SendPaymentToPmsCommand".
Inlined service "App\Booking\Presentation\Controller\Api\ModuleApi\GetHotelTerminalUlid" to "App\Payment\Infrastructure\Adapter\App\Booking\Query\GetHotelTerminalUlidQuery".
Inlined service "App\Payment\Infrastructure\DataMapper\VtbPayKeeper\PaymentOptionsPayKeeperDataMapper" to "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\Command\GetPaymentOptionsPayKeeperCommand".
Inlined service "App\Payment\Infrastructure\DataMapper\VtbPayKeeper\PaymentPayKeeperDataMapper" to "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\Command\GetPaymentPayKeeperCommand".
Inlined service "App\Payment\Infrastructure\DataMapper\VtbPayKeeper\InvoicePayKeeperDataMapper" to "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\Query\GetOrderPayKeeperQuery".
Inlined service "App\Payment\Infrastructure\DataMapper\VtbPayKeeper\ReceiptsPayKeeperDataMapper" to "App\Payment\Infrastructure\Adapter\Bank\PayKeeper\Query\GetReceiptPayKeeperQuery".
Inlined service "App\Payment\Infrastructure\DataMapper\RNCB\GetOrderRNCBDataMapper" to "App\Payment\Infrastructure\Adapter\Bank\RNKB\Query\GetOrderCommandRNKB".
Inlined service "App\Payment\Infrastructure\DataMapper\Uniteller\CreateOrderUnitellerDataMapper" to "App\Payment\Infrastructure\Adapter\Bank\Uniteller\Command\CreateOrderUnitellerCommand".
Inlined service "App\Payment\Infrastructure\DataMapper\Uniteller\GetOrderUnitellerDataMapper" to "App\Payment\Infrastructure\Adapter\Bank\Uniteller\Command\GetOrderUnitellerCommand".
Inlined service "App\Payment\Infrastructure\DataMapper\YooKassa\GetOrderYooKassaDataMapper" to "App\Payment\Infrastructure\Adapter\Bank\YooKassa\Query\GetOrderCommandYooKassaCommand".
Inlined service "App\Payment\Application\UseCase\ChangePmsSendStatusUseCase" to "App\Payment\Presentation\AppAPI\ChangePmsSendStatusPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\CheckOrderUseCase" to "App\Payment\Presentation\AppAPI\CheckOrderPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\API\Admin\CreateAcquiringConnectionUseCase" to "App\Payment\Presentation\AppAPI\CreateAcquiringConnectionPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\CreateUrlOrderUseCase" to "App\Payment\Presentation\AppAPI\CreateOrderPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\API\Admin\GetAcquiringConnectionUseCase" to "App\Payment\Presentation\AppAPI\GetConnectionForTerminalUlidPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\GetOrderBankStatusUseCase" to "App\Payment\Presentation\AppAPI\GetOrderBankStatusPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\GetOrderUseCase" to "App\Payment\Presentation\AppAPI\GetOrderPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\GetReservationOrdersUseCase" to "App\Payment\Presentation\AppAPI\GetReservationOrdersPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\GetTerminalListUseCase" to "App\Payment\Presentation\AppAPI\GetTerminalListPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\SetRequestOrderUseCase" to "App\Payment\Presentation\AppAPI\SetRequestOrderPaymentModuleApi".
Inlined service "App\Payment\Application\UseCase\API\Admin\UpdateAcquiringConnectionUseCase" to "App\Payment\Presentation\AppAPI\UpdateConnectionForTerminalUlidPaymentModuleApi".
Inlined service ".service_locator.O2p6Lk7.App\Payment\Presentation\Controller\App\BankController" to "App\Payment\Presentation\Controller\App\BankController".
Inlined service "App\Payment\Domain\Services\GetOrdersServices" to "App\Payment\Presentation\Controller\App\OrderController".
Inlined service "App\Payment\Application\UseCase\UpdateOrderDataUseCase" to "App\Payment\Presentation\Controller\App\OrderController".
Inlined service "App\Payment\Application\UseCase\UpdateOrderDataAndSendPmsUseCase" to "App\Payment\Presentation\Controller\App\OrderController".
Inlined service ".service_locator.O2p6Lk7.App\Payment\Presentation\Controller\App\OrderController" to "App\Payment\Presentation\Controller\App\OrderController".
Inlined service ".service_locator.O2p6Lk7.App\Payment\Presentation\Controller\App\TerminalController" to "App\Payment\Presentation\Controller\App\TerminalController".
Inlined service "App\Payment\Infrastructure\Factory\WebHookDtoFactory" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Payment\Application\UseCase\WebhookPaymentHandlerUseCase" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Payment\Presentation\Controller\Web\WebhookPaymentController" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Booking\Infrastructure\Adapter\App\Payments\Command\ChangePmsSendStatus" to "App\Services\PaymentService".
Inlined service "App\Booking\Infrastructure\Adapter\App\Payments\Command\SetRequestOrder" to "App\Services\PaymentService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\SystemDataFidelioCommand" to "App\Services\PaymentService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Fidelio\Command\SendPaymentToFidelio" to "App\Services\PaymentService".
Inlined service "App\Booking\Domain\Services\SendPaymentLogusService" to "App\Services\PaymentService".
Inlined service "App\Booking\Infrastructure\Adapter\PMS\Opera\Command\Reservation\GetOperaReservationStatusCommand" to "App\Services\Reservation\CheckReservationService".
Inlined service "symfonycasts.verify_email.helper" to "App\Users\Infrastructure\Security\EmailVerifier".
Inlined service "App\Users\Infrastructure\Security\AuthService" to "App\Users\Infrastructure\Security\EmailVerifier".
Inlined service "App\Users\Application\UseCase\Passport\GetPassportInfo" to "App\Users\Presentation\Controller\App\ProfileController".
Inlined service ".service_locator.O2p6Lk7.App\Users\Presentation\Controller\App\ProfileController" to "App\Users\Presentation\Controller\App\ProfileController".
Inlined service "App\Users\Infrastructure\Security\EmailVerifier" to "App\Users\Presentation\Controller\App\RegistrationController".
Inlined service ".service_locator.O2p6Lk7.App\Users\Presentation\Controller\App\RegistrationController" to "App\Users\Presentation\Controller\App\RegistrationController".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
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 "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.dAu0i5." to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.cUcW89y.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 "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" 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.TSiGaiI" 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.F9PKc.7" to "validator.validator_factory".
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.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 "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "monolog.handler.nested" to "monolog.handler.main".
Inlined service "monolog.handler.main.http_code_strategy" to "monolog.handler.main".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.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.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.VHsrTPK" 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.CG8A1Ws" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "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 ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".security.request_matcher.MbtSe1t" to "security.access_map".
Inlined service ".security.request_matcher.lLvjdRr" to "security.access_map".
Inlined service ".security.request_matcher.Mot2RIh" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.FsQ6U.P" to "security.access_map".
Inlined service ".security.request_matcher.vgIvNvV" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "security.role_hierarchy" to "data_collector.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.admin_api_login.json_login" to "security.authenticator.json_login.admin_api_login".
Inlined service "security.authentication.failure_handler.admin_api_login.json_login" to "security.authenticator.json_login.admin_api_login".
Inlined service "debug.security.firewall.authenticator.admin_api_login.inner" to "debug.security.firewall.authenticator.admin_api_login".
Inlined service "security.exception_listener.admin_api_login" to "security.firewall.map.context.admin_api_login".
Inlined service "security.firewall.map.config.admin_api_login" to "security.firewall.map.context.admin_api_login".
Inlined service "security.authentication.success_handler.admin_api_token_refresh.refresh_jwt" to "security.authenticator.refresh_jwt.admin_api_token_refresh".
Inlined service "security.authentication.failure_handler.admin_api_token_refresh.refresh_jwt" to "security.authenticator.refresh_jwt.admin_api_token_refresh".
Inlined service "debug.security.firewall.authenticator.admin_api_token_refresh.inner" to "debug.security.firewall.authenticator.admin_api_token_refresh".
Inlined service "security.exception_listener.admin_api_token_refresh" to "security.firewall.map.context.admin_api_token_refresh".
Inlined service "security.firewall.map.config.admin_api_token_refresh" to "security.firewall.map.context.admin_api_token_refresh".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.admin_api".
Inlined service "debug.security.firewall.authenticator.admin_api.inner" to "debug.security.firewall.authenticator.admin_api".
Inlined service "security.exception_listener.admin_api" to "security.firewall.map.context.admin_api".
Inlined service "security.firewall.map.config.admin_api" to "security.firewall.map.context.admin_api".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.vhy2oy3".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.yy_ZK6T".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.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.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.92MUXM4" to ".security.request_matcher.FsQ6U.P".
Inlined service ".security.request_matcher.U0hTl7f" to ".security.request_matcher.vgIvNvV".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~vGDQfbm" to "webpack_encore.twig_entry_files_extension".
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\Users\Infrastructure\Fixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_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 "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.uid" to ".debug.value_resolver.argument_resolver.uid".
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 "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
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 "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.webpack_encore.traceable.recorder_inner" to "cache.webpack_encore.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service "debug.security.event_dispatcher.admin_api_login.inner" to "debug.security.event_dispatcher.admin_api_login".
Inlined service "debug.security.event_dispatcher.admin_api_token_refresh.inner" to "debug.security.event_dispatcher.admin_api_token_refresh".
Inlined service "debug.security.event_dispatcher.admin_api.inner" to "debug.security.event_dispatcher.admin_api".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.EMavxuq" to ".service_locator.EMavxuq.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.gHpsvM5" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "security.authenticator.manager.admin_api_login" to "debug.security.firewall.authenticator.admin_api_login.inner".
Inlined service "security.authenticator.manager.admin_api_token_refresh" to "debug.security.firewall.authenticator.admin_api_token_refresh.inner".
Inlined service "security.authenticator.manager.admin_api" to "debug.security.firewall.authenticator.admin_api.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "cache.default_marshaller" to "cache.app.traceable.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.16zGuDR" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.webpack_encore.traceable.inner" to "cache.webpack_encore.traceable.recorder_inner".
Inlined service ".service_locator.EMavxuq.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "App\Services\Email\SendMessageTryReservation" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Infrastructure\Adapter\Common\Roistat\PushRoistat" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Services\Email\SendMessageTryReservation" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Infrastructure\Adapter\Common\Roistat\PushRoistat" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Infrastructure\Adapter\Common\Roistat\PushRoistat" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Shared\Domain\Service\UuidService" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\Services\HotelRate\GetHotelRateForHotelAndName" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\DTO\Factory\GetAvailableRoomTypesDtoByReservationFactory" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Shared\Infrastructure\Services\SymfonyMailerSender" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationBase" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Services\Email\SendMessageTryReservation" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Infrastructure\Adapter\Common\Roistat\PushRoistat" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationBase" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Infrastructure\Adapter\Common\Roistat\PushRoistat" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Shared\Domain\Service\UuidService" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\DTO\Factory\GetAvailableRoomTypesDtoByReservationFactory" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\Services\Reservation\CreateReservationBase" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Infrastructure\Adapter\Common\Roistat\PushRoistat" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Shared\Domain\Service\UuidService" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\DTO\Factory\GetAvailableRoomTypesDtoByReservationFactory" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Shared\Infrastructure\Services\SymfonyMailerSender" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\Services\HotelRate\GetHotelRateForHotelAndName" to "App\Booking\Presentation\Controller\Api\Open\V1\Reservation\ApiV1CreateReservationController".
Inlined service "App\Booking\Domain\Services\GetServiceForId" to "App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController".
Inlined service "App\Booking\Domain\Services\GetServiceForId" to "App\Booking\Presentation\Controller\Web\AdminOld\App\ServicesController".
Inlined service "App\Payment\Domain\Services\Locator\GetOrderFactoryByBankLocator" to "App\Payment\Presentation\Controller\App\OrderController".
Inlined service "App\Payment\Domain\Services\Locator\GetOrderFactoryByBankLocator" to "App\Payment\Presentation\Controller\App\OrderController".
Inlined service "App\Payment\Domain\Services\GetStandardBankStatusService" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Payment\Domain\Services\GetOrderForBankIdService" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Payment\Domain\Services\GetStandardBankStatusService" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Payment\Domain\Services\GetOrderForBankIdService" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Payment\Domain\Services\GetStandardBankStatusService" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Payment\Domain\Services\GetOrderForBankIdService" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Payment\Domain\Services\GetStandardBankStatusService" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
Inlined service "App\Payment\Domain\Services\GetOrderForBankIdService" to "App\Payment\Presentation\Controller\Web\WebhookPaymentController".
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 "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin_api_login", "debug.security.firewall.authenticator.admin_api_token_refresh", "debug.security.firewall.authenticator.admin_api", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", ".debug.http_client", "cache.validator.traceable", "cache.serializer.traceable", "cache.annotations.traceable", "cache.property_info.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.security_expression_language.traceable", "cache.webpack_encore.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "debug.security.event_dispatcher.admin_api_login", "debug.security.event_dispatcher.admin_api_token_refresh", "debug.security.event_dispatcher.admin_api", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", but was never used.