Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddonType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddonType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PackageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PackageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\UserAttributeEntryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "admin/apirequest/index.html.twig" at line 41.
Since twig/twig 3.12: Character """ should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 19 in "admin/email_settings/edit.html.twig" at line 63.
Since twig/twig 3.12: Character """ should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 24 in "admin/email_settings/edit.html.twig" at line 63.
User Deprecated: Since symfony/security-http 7.3: Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel value instead.
"SELECT w0_.id AS id_0, w0_.lat AS lat_1, w0_.lon AS lon_2, w0_.asl AS asl_3, w0_.request_type AS request_type_4, w0_.request_params AS request_params_5, w0_.response_data AS response_data_6, w0_.timestamp AS timestamp_7, w0_.place_name AS place_name_8 FROM weather_cache w0_ WHERE w0_.request_type LIKE ? AND w0_.timestamp >= ?"
[
"sql" => "SELECT w0_.id AS id_0, w0_.lat AS lat_1, w0_.lon AS lon_2, w0_.asl AS asl_3, w0_.request_type AS request_type_4, w0_.request_params AS request_params_5, w0_.response_data AS response_data_6, w0_.timestamp AS timestamp_7, w0_.place_name AS place_name_8 FROM weather_cache w0_ WHERE w0_.request_type LIKE ? AND w0_.timestamp >= ?"
"params" => [1 => "basic-1h_sunmoon%"
2 => "2026-07-18 02:48:35"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.lat AS lat_2, l0_.lon AS lon_3, l0_.asl AS asl_4, l0_.country AS country_5, l0_.iso2 AS iso2_6, l0_.admin1 AS admin1_7, l0_.postcodes AS postcodes_8, l0_.timezone AS timezone_9, l0_.population AS population_10, l0_.feature_class AS feature_class_11, l0_.feature_code AS feature_code_12, l0_.url AS url_13, l0_.external_id AS external_id_14, l0_.emma_id AS emma_id_15, l0_.emma_fallback AS emma_fallback_16 FROM location l0_ WHERE l0_.lat = ? AND l0_.lon = ? AND l0_.asl = ?"
(parameters:
[1 => 47.26922 => 11.40413 => 574]
, types:
[1 => 22 => 23 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.lat AS lat_2, l0_.lon AS lon_3, l0_.asl AS asl_4, l0_.country AS country_5, l0_.iso2 AS iso2_6, l0_.admin1 AS admin1_7, l0_.postcodes AS postcodes_8, l0_.timezone AS timezone_9, l0_.population AS population_10, l0_.feature_class AS feature_class_11, l0_.feature_code AS feature_code_12, l0_.url AS url_13, l0_.external_id AS external_id_14, l0_.emma_id AS emma_id_15, l0_.emma_fallback AS emma_fallback_16 FROM location l0_ WHERE l0_.lat = ? AND l0_.lon = ? AND l0_.asl = ?"
"params" => [1 => 47.26922 => 11.40413 => 574]
"types" => [1 => 22 => 23 => 1]
]
debug
Executing statement:
"SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.created_at AS created_at_4, b0_.image AS image_5, b0_.is_published AS is_published_6, b0_.meta_description AS meta_description_7, b0_.seo_keyword AS seo_keyword_8, b0_.article_type AS article_type_9, b0_.facebook_text AS facebook_text_10, b0_.instagram_caption AS instagram_caption_11, b0_.published_facebook AS published_facebook_12, b0_.facebook_published_at AS facebook_published_at_13, b0_.facebook_post_id AS facebook_post_id_14, b0_.published_instagram AS published_instagram_15, b0_.instagram_published_at AS instagram_published_at_16, b0_.instagram_post_id AS instagram_post_id_17, b0_.category_id AS category_id_18 FROM blog_post b0_ WHERE b0_.is_published = ? ORDER BY b0_.created_at DESC LIMIT 3"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.created_at AS created_at_4, b0_.image AS image_5, b0_.is_published AS is_published_6, b0_.meta_description AS meta_description_7, b0_.seo_keyword AS seo_keyword_8, b0_.article_type AS article_type_9, b0_.facebook_text AS facebook_text_10, b0_.instagram_caption AS instagram_caption_11, b0_.published_facebook AS published_facebook_12, b0_.facebook_published_at AS facebook_published_at_13, b0_.facebook_post_id AS facebook_post_id_14, b0_.published_instagram AS published_instagram_15, b0_.instagram_published_at AS instagram_published_at_16, b0_.instagram_post_id AS instagram_post_id_17, b0_.category_id AS category_id_18 FROM blog_post b0_ WHERE b0_.is_published = ? ORDER BY b0_.created_at DESC LIMIT 3"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.subtitle AS subtitle_3, p0_.monthly_price AS monthly_price_4, p0_.yearly_price AS yearly_price_5, p0_.currency AS currency_6, p0_.teaser AS teaser_7, p0_.update_interval_minutes AS update_interval_minutes_8, p0_.bullet_points AS bullet_points_9, p0_.is_active AS is_active_10, p0_.is_publicly_bookable AS is_publicly_bookable_11, p0_.sort_order AS sort_order_12, p0_.created_at AS created_at_13, p0_.attribute_values AS attribute_values_14, p0_.stripe_product_id AS stripe_product_id_15, p0_.stripe_price_monthly_id AS stripe_price_monthly_id_16, p0_.stripe_price_yearly_id AS stripe_price_yearly_id_17, p0_.request_type AS request_type_18 FROM package p0_ WHERE p0_.is_active = ? AND p0_.is_publicly_bookable = ? ORDER BY p0_.sort_order ASC"
(parameters:
[1 => 12 => 1]
, types:
[1 => 52 => 5]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.subtitle AS subtitle_3, p0_.monthly_price AS monthly_price_4, p0_.yearly_price AS yearly_price_5, p0_.currency AS currency_6, p0_.teaser AS teaser_7, p0_.update_interval_minutes AS update_interval_minutes_8, p0_.bullet_points AS bullet_points_9, p0_.is_active AS is_active_10, p0_.is_publicly_bookable AS is_publicly_bookable_11, p0_.sort_order AS sort_order_12, p0_.created_at AS created_at_13, p0_.attribute_values AS attribute_values_14, p0_.stripe_product_id AS stripe_product_id_15, p0_.stripe_price_monthly_id AS stripe_price_monthly_id_16, p0_.stripe_price_yearly_id AS stripe_price_yearly_id_17, p0_.request_type AS request_type_18 FROM package p0_ WHERE p0_.is_active = ? AND p0_.is_publicly_bookable = ? ORDER BY p0_.sort_order ASC"
"params" => [1 => 12 => 1]
"types" => [1 => 52 => 5]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.category AS category_1, c0_.description AS description_2, c0_.image_path AS image_path_3, c0_.lat AS lat_4, c0_.lon AS lon_5, c0_.place AS place_6, c0_.region AS region_7, c0_.status AS status_8, c0_.created_at AS created_at_9, c0_.published_at AS published_at_10, c0_.expires_at AS expires_at_11, c0_.moderated_at AS moderated_at_12, c0_.reject_reason AS reject_reason_13, c0_.user_id AS user_id_14, c0_.moderated_by_id AS moderated_by_id_15 FROM community_weather_report c0_ WHERE c0_.status = ? AND (c0_.expires_at IS NULL OR c0_.expires_at > ?) ORDER BY c0_.published_at DESC LIMIT 3"
(parameters:
[1 => "published"
2 => "2026-07-18 04:48:35"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.category AS category_1, c0_.description AS description_2, c0_.image_path AS image_path_3, c0_.lat AS lat_4, c0_.lon AS lon_5, c0_.place AS place_6, c0_.region AS region_7, c0_.status AS status_8, c0_.created_at AS created_at_9, c0_.published_at AS published_at_10, c0_.expires_at AS expires_at_11, c0_.moderated_at AS moderated_at_12, c0_.reject_reason AS reject_reason_13, c0_.user_id AS user_id_14, c0_.moderated_by_id AS moderated_by_id_15 FROM community_weather_report c0_ WHERE c0_.status = ? AND (c0_.expires_at IS NULL OR c0_.expires_at > ?) ORDER BY c0_.published_at DESC LIMIT 3"
"params" => [1 => "published"
2 => "2026-07-18 04:48:35"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.client_name AS client_name_2, p0_.image_path AS image_path_3, p0_.target_url AS target_url_4, p0_.placement AS placement_5, p0_.width AS width_6, p0_.height AS height_7, p0_.limit_type AS limit_type_8, p0_.max_views AS max_views_9, p0_.max_clicks AS max_clicks_10, p0_.starts_at AS starts_at_11, p0_.ends_at AS ends_at_12, p0_.view_count AS view_count_13, p0_.click_count AS click_count_14, p0_.status AS status_15, p0_.created_at AS created_at_16, p0_.updated_at AS updated_at_17 FROM paid_banner p0_ WHERE p0_.placement = ? AND p0_.status = ? LIMIT 1"
(parameters:
[1 => "homepage_leaderboard"
2 => "active"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.client_name AS client_name_2, p0_.image_path AS image_path_3, p0_.target_url AS target_url_4, p0_.placement AS placement_5, p0_.width AS width_6, p0_.height AS height_7, p0_.limit_type AS limit_type_8, p0_.max_views AS max_views_9, p0_.max_clicks AS max_clicks_10, p0_.starts_at AS starts_at_11, p0_.ends_at AS ends_at_12, p0_.view_count AS view_count_13, p0_.click_count AS click_count_14, p0_.status AS status_15, p0_.created_at AS created_at_16, p0_.updated_at AS updated_at_17 FROM paid_banner p0_ WHERE p0_.placement = ? AND p0_.status = ? LIMIT 1"
"params" => [1 => "homepage_leaderboard"
2 => "active"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"UPDATE paid_banner SET view_count = view_count + 1, updated_at = ? WHERE id = ?"
"SELECT t0.id AS id_1, t0.title AS title_2, t0.client_name AS client_name_3, t0.image_path AS image_path_4, t0.target_url AS target_url_5, t0.placement AS placement_6, t0.width AS width_7, t0.height AS height_8, t0.limit_type AS limit_type_9, t0.max_views AS max_views_10, t0.max_clicks AS max_clicks_11, t0.starts_at AS starts_at_12, t0.ends_at AS ends_at_13, t0.view_count AS view_count_14, t0.click_count AS click_count_15, t0.status AS status_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM paid_banner t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.client_name AS client_name_3, t0.image_path AS image_path_4, t0.target_url AS target_url_5, t0.placement AS placement_6, t0.width AS width_7, t0.height AS height_8, t0.limit_type AS limit_type_9, t0.max_views AS max_views_10, t0.max_clicks AS max_clicks_11, t0.starts_at AS starts_at_12, t0.ends_at AS ends_at_13, t0.view_count AS view_count_14, t0.click_count AS click_count_15, t0.status AS status_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM paid_banner t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
info
Lock acquired, now computing item
"homepage_content_v1"
cache
[
"key" => "homepage_content_v1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.content AS content_2, t0.updated_at AS updated_at_3 FROM homepage_content t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.updated_at AS updated_at_3 FROM homepage_content t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.brand_name AS brand_name_2, t0.header_badge_text AS header_badge_text_3, t0.header_kicker AS header_kicker_4, t0.impressum_url AS impressum_url_5, t0.datenschutz_url AS datenschutz_url_6, t0.footer_html AS footer_html_7, t0.snippets AS snippets_8, t0.updated_at AS updated_at_9 FROM email_template_settings t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.brand_name AS brand_name_2, t0.header_badge_text AS header_badge_text_3, t0.header_kicker AS header_kicker_4, t0.impressum_url AS impressum_url_5, t0.datenschutz_url AS datenschutz_url_6, t0.footer_html AS footer_html_7, t0.snippets AS snippets_8, t0.updated_at AS updated_at_9 FROM email_template_settings t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
598
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AboUmstiegKampagneCommand" (parent: .abstract.instanceof.App\Command\AboUmstiegKampagneCommand).
Resolving inheritance for "App\Command\AboUmstiegKampagneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AboUmstiegKampagneCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnalyticsPurgeCommand" (parent: .abstract.instanceof.App\Command\AnalyticsPurgeCommand).
Resolving inheritance for "App\Command\AnalyticsPurgeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnalyticsPurgeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AuditLegacyMigrationCommand" (parent: .abstract.instanceof.App\Command\AuditLegacyMigrationCommand).
Resolving inheritance for "App\Command\AuditLegacyMigrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AuditLegacyMigrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BlogTestImagenCommand" (parent: .abstract.instanceof.App\Command\BlogTestImagenCommand).
Resolving inheritance for "App\Command\BlogTestImagenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BlogTestImagenCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BrevoMailTestCommand" (parent: .abstract.instanceof.App\Command\BrevoMailTestCommand).
Resolving inheritance for "App\Command\BrevoMailTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BrevoMailTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugKundeDashboardCommand" (parent: .abstract.instanceof.App\Command\DebugKundeDashboardCommand).
Resolving inheritance for "App\Command\DebugKundeDashboardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugKundeDashboardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DocumentMeteoblueAddonFieldsCommand" (parent: .abstract.instanceof.App\Command\DocumentMeteoblueAddonFieldsCommand).
Resolving inheritance for "App\Command\DocumentMeteoblueAddonFieldsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DocumentMeteoblueAddonFieldsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireLiveTrackingSessionsCommand" (parent: .abstract.instanceof.App\Command\ExpireLiveTrackingSessionsCommand).
Resolving inheritance for "App\Command\ExpireLiveTrackingSessionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireLiveTrackingSessionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpirePaidBannersCommand" (parent: .abstract.instanceof.App\Command\ExpirePaidBannersCommand).
Resolving inheritance for "App\Command\ExpirePaidBannersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpirePaidBannersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireWeatherReportsCommand" (parent: .abstract.instanceof.App\Command\ExpireWeatherReportsCommand).
Resolving inheritance for "App\Command\ExpireWeatherReportsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireWeatherReportsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchMeteoblueRawCommand" (parent: .abstract.instanceof.App\Command\FetchMeteoblueRawCommand).
Resolving inheritance for "App\Command\FetchMeteoblueRawCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchMeteoblueRawCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixLegacyMigrationLocationsCommand" (parent: .abstract.instanceof.App\Command\FixLegacyMigrationLocationsCommand).
Resolving inheritance for "App\Command\FixLegacyMigrationLocationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixLegacyMigrationLocationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateWeatherReportsCommand" (parent: .abstract.instanceof.App\Command\GenerateWeatherReportsCommand).
Resolving inheritance for "App\Command\GenerateWeatherReportsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateWeatherReportsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HotelScreenEnsureCommand" (parent: .abstract.instanceof.App\Command\HotelScreenEnsureCommand).
Resolving inheritance for "App\Command\HotelScreenEnsureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HotelScreenEnsureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomersCommand" (parent: .abstract.instanceof.App\Command\ImportCustomersCommand).
Resolving inheritance for "App\Command\ImportCustomersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportEmmaRegionsCommand" (parent: .abstract.instanceof.App\Command\ImportEmmaRegionsCommand).
Resolving inheritance for "App\Command\ImportEmmaRegionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportEmmaRegionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InspectStripeCheckoutCommand" (parent: .abstract.instanceof.App\Command\InspectStripeCheckoutCommand).
Resolving inheritance for "App\Command\InspectStripeCheckoutCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InspectStripeCheckoutCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailDebugCommand" (parent: .abstract.instanceof.App\Command\MailDebugCommand).
Resolving inheritance for "App\Command\MailDebugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailDebugCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailTestCommand" (parent: .abstract.instanceof.App\Command\MailTestCommand).
Resolving inheritance for "App\Command\MailTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MarketingCleanupUnusedCodesCommand" (parent: .abstract.instanceof.App\Command\MarketingCleanupUnusedCodesCommand).
Resolving inheritance for "App\Command\MarketingCleanupUnusedCodesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MarketingCleanupUnusedCodesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MarketingDispatchCommand" (parent: .abstract.instanceof.App\Command\MarketingDispatchCommand).
Resolving inheritance for "App\Command\MarketingDispatchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MarketingDispatchCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateLegacyPackagesCommand" (parent: .abstract.instanceof.App\Command\MigrateLegacyPackagesCommand).
Resolving inheritance for "App\Command\MigrateLegacyPackagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateLegacyPackagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NormalizeWebcamDailyPathsCommand" (parent: .abstract.instanceof.App\Command\NormalizeWebcamDailyPathsCommand).
Resolving inheritance for "App\Command\NormalizeWebcamDailyPathsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NormalizeWebcamDailyPathsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplayStripeCheckoutCommand" (parent: .abstract.instanceof.App\Command\ReplayStripeCheckoutCommand).
Resolving inheritance for "App\Command\ReplayStripeCheckoutCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplayStripeCheckoutCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplayStripeSubscriptionCommand" (parent: .abstract.instanceof.App\Command\ReplayStripeSubscriptionCommand).
Resolving inheritance for "App\Command\ReplayStripeSubscriptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplayStripeSubscriptionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedForecastWarnThresholdsCommand" (parent: .abstract.instanceof.App\Command\SeedForecastWarnThresholdsCommand).
Resolving inheritance for "App\Command\SeedForecastWarnThresholdsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedForecastWarnThresholdsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedHomepageCommand" (parent: .abstract.instanceof.App\Command\SeedHomepageCommand).
Resolving inheritance for "App\Command\SeedHomepageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedHomepageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWeatherPlacesCommand" (parent: .abstract.instanceof.App\Command\SeedWeatherPlacesCommand).
Resolving inheritance for "App\Command\SeedWeatherPlacesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWeatherPlacesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWebcamsCommand" (parent: .abstract.instanceof.App\Command\SeedWebcamsCommand).
Resolving inheritance for "App\Command\SeedWebcamsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWebcamsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTrialExpiryRemindersCommand" (parent: .abstract.instanceof.App\Command\SendTrialExpiryRemindersCommand).
Resolving inheritance for "App\Command\SendTrialExpiryRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTrialExpiryRemindersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetUserPasswordCommand" (parent: .abstract.instanceof.App\Command\SetUserPasswordCommand).
Resolving inheritance for "App\Command\SetUserPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetUserPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StripeSyncCatalogCommand" (parent: .abstract.instanceof.App\Command\StripeSyncCatalogCommand).
Resolving inheritance for "App\Command\StripeSyncCatalogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StripeSyncCatalogCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMeteoblueAddonsCommand" (parent: .abstract.instanceof.App\Command\SyncMeteoblueAddonsCommand).
Resolving inheritance for "App\Command\SyncMeteoblueAddonsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMeteoblueAddonsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMeteobluePackageConfigCommand" (parent: .abstract.instanceof.App\Command\SyncMeteobluePackageConfigCommand).
Resolving inheritance for "App\Command\SyncMeteobluePackageConfigCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMeteobluePackageConfigCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailOauthCommand" (parent: .abstract.instanceof.App\Command\TestMailOauthCommand).
Resolving inheritance for "App\Command\TestMailOauthCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailOauthCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailOauthRefreshCommand" (parent: .abstract.instanceof.App\Command\TestMailOauthRefreshCommand).
Resolving inheritance for "App\Command\TestMailOauthRefreshCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailOauthRefreshCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserPurchasesCommand" (parent: .abstract.instanceof.App\Command\UpdateUserPurchasesCommand).
Resolving inheritance for "App\Command\UpdateUserPurchasesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserPurchasesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarmupTranslationCacheCommand" (parent: .abstract.instanceof.App\Command\WarmupTranslationCacheCommand).
Resolving inheritance for "App\Command\WarmupTranslationCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarmupTranslationCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarnungImportCommand" (parent: .abstract.instanceof.App\Command\WarnungImportCommand).
Resolving inheritance for "App\Command\WarnungImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarnungImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarnungenCheckUserCommand" (parent: .abstract.instanceof.App\Command\WarnungenCheckUserCommand).
Resolving inheritance for "App\Command\WarnungenCheckUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarnungenCheckUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\XweatherTestCommand" (parent: .abstract.instanceof.App\Command\XweatherTestCommand).
Resolving inheritance for "App\Command\XweatherTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\XweatherTestCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\AccountNotificationController" (parent: .abstract.instanceof.App\Controller\Account\AccountNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\AccountNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\AccountNotificationController).
Resolving inheritance for "App\Controller\Account\AccountNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\AccountNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController" (parent: .abstract.instanceof.App\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController).
Resolving inheritance for "App\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AddonController" (parent: .abstract.instanceof.App\Controller\Admin\AddonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AddonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AddonController).
Resolving inheritance for "App\Controller\Admin\AddonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AddonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAbTestController" (parent: .abstract.instanceof.App\Controller\Admin\AdminAbTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAbTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAbTestController).
Resolving inheritance for "App\Controller\Admin\AdminAbTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAbTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminBlogCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\AdminBlogCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminBlogCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminBlogCategoryController).
Resolving inheritance for "App\Controller\Admin\AdminBlogCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminBlogCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminBlogController" (parent: .abstract.instanceof.App\Controller\Admin\AdminBlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminBlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminBlogController).
Resolving inheritance for "App\Controller\Admin\AdminBlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminBlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminDashboardController" (parent: .abstract.instanceof.App\Controller\Admin\AdminDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminDashboardController).
Resolving inheritance for "App\Controller\Admin\AdminDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminEmailTemplateController" (parent: .abstract.instanceof.App\Controller\Admin\AdminEmailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminEmailTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminEmailTemplateController).
Resolving inheritance for "App\Controller\Admin\AdminEmailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminEmailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminEmailTemplatePreviewController" (parent: .abstract.instanceof.App\Controller\Admin\AdminEmailTemplatePreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminEmailTemplatePreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminEmailTemplatePreviewController).
Resolving inheritance for "App\Controller\Admin\AdminEmailTemplatePreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminEmailTemplatePreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminHomepageController" (parent: .abstract.instanceof.App\Controller\Admin\AdminHomepageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminHomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminHomepageController).
Resolving inheritance for "App\Controller\Admin\AdminHomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminHomepageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLobbyScreenController" (parent: .abstract.instanceof.App\Controller\Admin\AdminLobbyScreenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLobbyScreenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLobbyScreenController).
Resolving inheritance for "App\Controller\Admin\AdminLobbyScreenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLobbyScreenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLocationController" (parent: .abstract.instanceof.App\Controller\Admin\AdminLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLocationController).
Resolving inheritance for "App\Controller\Admin\AdminLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPaidBannerController" (parent: .abstract.instanceof.App\Controller\Admin\AdminPaidBannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPaidBannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPaidBannerController).
Resolving inheritance for "App\Controller\Admin\AdminPaidBannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPaidBannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminSimulatorController" (parent: .abstract.instanceof.App\Controller\Admin\AdminSimulatorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminSimulatorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminSimulatorController).
Resolving inheritance for "App\Controller\Admin\AdminSimulatorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminSimulatorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminThemeController" (parent: .abstract.instanceof.App\Controller\Admin\AdminThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminThemeController).
Resolving inheritance for "App\Controller\Admin\AdminThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWeatherPlaceController" (parent: .abstract.instanceof.App\Controller\Admin\AdminWeatherPlaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWeatherPlaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWeatherPlaceController).
Resolving inheritance for "App\Controller\Admin\AdminWeatherPlaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWeatherPlaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWeatherReportController" (parent: .abstract.instanceof.App\Controller\Admin\AdminWeatherReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWeatherReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWeatherReportController).
Resolving inheritance for "App\Controller\Admin\AdminWeatherReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWeatherReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWebcamController" (parent: .abstract.instanceof.App\Controller\Admin\AdminWebcamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWebcamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWebcamController).
Resolving inheritance for "App\Controller\Admin\AdminWebcamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWebcamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWorkLogController" (parent: .abstract.instanceof.App\Controller\Admin\AdminWorkLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWorkLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWorkLogController).
Resolving inheritance for "App\Controller\Admin\AdminWorkLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWorkLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ApiRequestLogController" (parent: .abstract.instanceof.App\Controller\Admin\ApiRequestLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ApiRequestLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ApiRequestLogController).
Resolving inheritance for "App\Controller\Admin\ApiRequestLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ApiRequestLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForecastWarnThresholdController" (parent: .abstract.instanceof.App\Controller\Admin\ForecastWarnThresholdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForecastWarnThresholdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForecastWarnThresholdController).
Resolving inheritance for "App\Controller\Admin\ForecastWarnThresholdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForecastWarnThresholdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MarketingCampaignController" (parent: .abstract.instanceof.App\Controller\Admin\MarketingCampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MarketingCampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MarketingCampaignController).
Resolving inheritance for "App\Controller\Admin\MarketingCampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MarketingCampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageController" (parent: .abstract.instanceof.App\Controller\Admin\PackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageController).
Resolving inheritance for "App\Controller\Admin\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoCodeController" (parent: .abstract.instanceof.App\Controller\Admin\PromoCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoCodeController).
Resolving inheritance for "App\Controller\Admin\PromoCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAttributeController" (parent: .abstract.instanceof.App\Controller\Admin\UserAttributeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAttributeController).
Resolving inheritance for "App\Controller\Admin\UserAttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAttributeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WeatherReportTestController" (parent: .abstract.instanceof.App\Controller\Admin\WeatherReportTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WeatherReportTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WeatherReportTestController).
Resolving inheritance for "App\Controller\Admin\WeatherReportTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WeatherReportTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController" (parent: .abstract.instanceof.App\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController).
Resolving inheritance for "App\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxWeatherController" (parent: .abstract.instanceof.App\Controller\AjaxWeatherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxWeatherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxWeatherController).
Resolving inheritance for "App\Controller\AjaxWeatherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxWeatherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnalyticsCollectController" (parent: .abstract.instanceof.App\Controller\AnalyticsCollectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnalyticsCollectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnalyticsCollectController).
Resolving inheritance for "App\Controller\AnalyticsCollectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnalyticsCollectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\AccountController" (parent: .abstract.instanceof.App\Controller\Api\V1\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\AccountController).
Resolving inheritance for "App\Controller\Api\V1\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\AuthController" (parent: .abstract.instanceof.App\Controller\Api\V1\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\AuthController).
Resolving inheritance for "App\Controller\Api\V1\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BlogController" (parent: .abstract.instanceof.App\Controller\Api\V1\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BlogController).
Resolving inheritance for "App\Controller\Api\V1\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CheckoutController" (parent: .abstract.instanceof.App\Controller\Api\V1\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CheckoutController).
Resolving inheritance for "App\Controller\Api\V1\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CommunityController" (parent: .abstract.instanceof.App\Controller\Api\V1\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CommunityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CommunityController).
Resolving inheritance for "App\Controller\Api\V1\CommunityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ConfigController" (parent: .abstract.instanceof.App\Controller\Api\V1\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ConfigController).
Resolving inheritance for "App\Controller\Api\V1\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\DashboardController" (parent: .abstract.instanceof.App\Controller\Api\V1\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\DashboardController).
Resolving inheritance for "App\Controller\Api\V1\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\LiveTrackingController" (parent: .abstract.instanceof.App\Controller\Api\V1\LiveTrackingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\LiveTrackingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\LiveTrackingController).
Resolving inheritance for "App\Controller\Api\V1\LiveTrackingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\LiveTrackingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\LocationController" (parent: .abstract.instanceof.App\Controller\Api\V1\LocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\LocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\LocationController).
Resolving inheritance for "App\Controller\Api\V1\LocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\LocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\MapController" (parent: .abstract.instanceof.App\Controller\Api\V1\MapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\MapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\MapController).
Resolving inheritance for "App\Controller\Api\V1\MapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\MapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\NotificationController" (parent: .abstract.instanceof.App\Controller\Api\V1\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\NotificationController).
Resolving inheritance for "App\Controller\Api\V1\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\OpenApiController" (parent: .abstract.instanceof.App\Controller\Api\V1\OpenApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\OpenApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\OpenApiController).
Resolving inheritance for "App\Controller\Api\V1\OpenApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\OpenApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\WarningController" (parent: .abstract.instanceof.App\Controller\Api\V1\WarningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\WarningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\WarningController).
Resolving inheritance for "App\Controller\Api\V1\WarningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\WarningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\WebcamController" (parent: .abstract.instanceof.App\Controller\Api\V1\WebcamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\WebcamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\WebcamController).
Resolving inheritance for "App\Controller\Api\V1\WebcamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\WebcamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppleTouchIconController" (parent: .abstract.instanceof.App\Controller\AppleTouchIconController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppleTouchIconController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppleTouchIconController).
Resolving inheritance for "App\Controller\AppleTouchIconController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppleTouchIconController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BannerClickController" (parent: .abstract.instanceof.App\Controller\BannerClickController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BannerClickController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BannerClickController).
Resolving inheritance for "App\Controller\BannerClickController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BannerClickController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController" (parent: .abstract.instanceof.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController).
Resolving inheritance for "App\Controller\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartCheckoutController" (parent: .abstract.instanceof.App\Controller\CartCheckoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartCheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartCheckoutController).
Resolving inheritance for "App\Controller\CartCheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartCheckoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractCancellationController" (parent: .abstract.instanceof.App\Controller\ContractCancellationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractCancellationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractCancellationController).
Resolving inheritance for "App\Controller\ContractCancellationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractCancellationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDashboardV2Controller" (parent: .abstract.instanceof.App\Controller\CustomerDashboardV2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDashboardV2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDashboardV2Controller).
Resolving inheritance for "App\Controller\CustomerDashboardV2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDashboardV2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailVerificationController" (parent: .abstract.instanceof.App\Controller\EmailVerificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailVerificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailVerificationController).
Resolving inheritance for "App\Controller\EmailVerificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailVerificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController" (parent: .abstract.instanceof.App\Controller\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController).
Resolving inheritance for "App\Controller\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenAdminController" (parent: .abstract.instanceof.App\Controller\HotelScreen\HotelScreenAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenAdminController).
Resolving inheritance for "App\Controller\HotelScreen\HotelScreenAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicController" (parent: .abstract.instanceof.App\Controller\HotelScreen\HotelScreenPublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicController).
Resolving inheritance for "App\Controller\HotelScreen\HotelScreenPublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicMapController" (parent: .abstract.instanceof.App\Controller\HotelScreen\HotelScreenPublicMapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicMapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicMapController).
Resolving inheritance for "App\Controller\HotelScreen\HotelScreenPublicMapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicMapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController" (parent: .abstract.instanceof.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController).
Resolving inheritance for "App\Controller\HotelScreen\HotelScreenPublicWetterberichtController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportRegistrationController" (parent: .abstract.instanceof.App\Controller\ImportRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportRegistrationController).
Resolving inheritance for "App\Controller\ImportRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController" (parent: .abstract.instanceof.App\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController).
Resolving inheritance for "App\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\AboSelfServiceController" (parent: .abstract.instanceof.App\Controller\Kunde\AboSelfServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\AboSelfServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\AboSelfServiceController).
Resolving inheritance for "App\Controller\Kunde\AboSelfServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\AboSelfServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\KundeController" (parent: .abstract.instanceof.App\Controller\Kunde\KundeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\KundeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\KundeController).
Resolving inheritance for "App\Controller\Kunde\KundeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\KundeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\KundeWetterberichtController" (parent: .abstract.instanceof.App\Controller\Kunde\KundeWetterberichtController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\KundeWetterberichtController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\KundeWetterberichtController).
Resolving inheritance for "App\Controller\Kunde\KundeWetterberichtController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\KundeWetterberichtController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LiveTrackingApiController" (parent: .abstract.instanceof.App\Controller\LiveTrackingApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LiveTrackingApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LiveTrackingApiController).
Resolving inheritance for "App\Controller\LiveTrackingApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LiveTrackingApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LobbyScreenLandingController" (parent: .abstract.instanceof.App\Controller\LobbyScreenLandingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LobbyScreenLandingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LobbyScreenLandingController).
Resolving inheritance for "App\Controller\LobbyScreenLandingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LobbyScreenLandingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LobbyScreenOfferController" (parent: .abstract.instanceof.App\Controller\LobbyScreenOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LobbyScreenOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LobbyScreenOfferController).
Resolving inheritance for "App\Controller\LobbyScreenOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LobbyScreenOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MbCatalogController" (parent: .abstract.instanceof.App\Controller\MbCatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MbCatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MbCatalogController).
Resolving inheritance for "App\Controller\MbCatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MbCatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MbInventoryLockController" (parent: .abstract.instanceof.App\Controller\MbInventoryLockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MbInventoryLockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MbInventoryLockController).
Resolving inheritance for "App\Controller\MbInventoryLockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MbInventoryLockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeteoblueRawController" (parent: .abstract.instanceof.App\Controller\MeteoblueRawController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeteoblueRawController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeteoblueRawController).
Resolving inheritance for "App\Controller\MeteoblueRawController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeteoblueRawController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordResetController" (parent: .abstract.instanceof.App\Controller\PasswordResetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordResetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordResetController).
Resolving inheritance for "App\Controller\PasswordResetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordResetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Push\PushController" (parent: .abstract.instanceof.App\Controller\Push\PushController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Push\PushController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Push\PushController).
Resolving inheritance for "App\Controller\Push\PushController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Push\PushController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RainspotController" (parent: .abstract.instanceof.App\Controller\RainspotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RainspotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RainspotController).
Resolving inheritance for "App\Controller\RainspotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RainspotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeWebhookController" (parent: .abstract.instanceof.App\Controller\StripeWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeWebhookController).
Resolving inheritance for "App\Controller\StripeWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StyleguideController" (parent: .abstract.instanceof.App\Controller\StyleguideController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StyleguideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StyleguideController).
Resolving inheritance for "App\Controller\StyleguideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StyleguideController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController" (parent: .abstract.instanceof.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController).
Resolving inheritance for "App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TilesPageController" (parent: .abstract.instanceof.App\Controller\TilesPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TilesPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TilesPageController).
Resolving inheritance for "App\Controller\TilesPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TilesPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrialLandingController" (parent: .abstract.instanceof.App\Controller\TrialLandingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrialLandingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrialLandingController).
Resolving inheritance for "App\Controller\TrialLandingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrialLandingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherPlaceController" (parent: .abstract.instanceof.App\Controller\WeatherPlaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherPlaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherPlaceController).
Resolving inheritance for "App\Controller\WeatherPlaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherPlaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherReportApiController" (parent: .abstract.instanceof.App\Controller\WeatherReportApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherReportApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherReportApiController).
Resolving inheritance for "App\Controller\WeatherReportApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherReportApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherReportController" (parent: .abstract.instanceof.App\Controller\WeatherReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherReportController).
Resolving inheritance for "App\Controller\WeatherReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebcamController" (parent: .abstract.instanceof.App\Controller\WebcamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebcamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebcamController).
Resolving inheritance for "App\Controller\WebcamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebcamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherHailThreatsController" (parent: .abstract.instanceof.App\Controller\XweatherHailThreatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherHailThreatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherHailThreatsController).
Resolving inheritance for "App\Controller\XweatherHailThreatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherHailThreatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherLightningDebugController" (parent: .abstract.instanceof.App\Controller\XweatherLightningDebugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherLightningDebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherLightningDebugController).
Resolving inheritance for "App\Controller\XweatherLightningDebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherLightningDebugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherTestPageController" (parent: .abstract.instanceof.App\Controller\XweatherTestPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherTestPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherTestPageController).
Resolving inheritance for "App\Controller\XweatherTestPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherTestPageController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ApiExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\ApiExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiExceptionSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\SwitchUserSubscriber.0.App\EventSubscriber\SwitchUserSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SwitchUserSubscriber).
Resolving inheritance for "App\EventSubscriber\SwitchUserSubscriber" (parent: .instanceof.App\EventSubscriber\SwitchUserSubscriber.0.App\EventSubscriber\SwitchUserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddonType" (parent: .abstract.instanceof.App\Form\AddonType).
Resolving inheritance for "App\Form\AddonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateUserType" (parent: .abstract.instanceof.App\Form\AdminCreateUserType).
Resolving inheritance for "App\Form\AdminCreateUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminUserType" (parent: .abstract.instanceof.App\Form\AdminUserType).
Resolving inheritance for "App\Form\AdminUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType" (parent: .abstract.instanceof.App\Form\ChangePasswordType).
Resolving inheritance for "App\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportRegistrationCompleteType" (parent: .abstract.instanceof.App\Form\ImportRegistrationCompleteType).
Resolving inheritance for "App\Form\ImportRegistrationCompleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportRegistrationCompleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MarketingCampaignType" (parent: .abstract.instanceof.App\Form\MarketingCampaignType).
Resolving inheritance for "App\Form\MarketingCampaignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MarketingCampaignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackageType" (parent: .abstract.instanceof.App\Form\PackageType).
Resolving inheritance for "App\Form\PackageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeBundleType" (parent: .abstract.instanceof.App\Form\PromoCodeBundleType).
Resolving inheritance for "App\Form\PromoCodeBundleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeBundleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeProductPriceType" (parent: .abstract.instanceof.App\Form\PromoCodeProductPriceType).
Resolving inheritance for "App\Form\PromoCodeProductPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeProductPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeType" (parent: .abstract.instanceof.App\Form\PromoCodeType).
Resolving inheritance for "App\Form\PromoCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationLookupType" (parent: .abstract.instanceof.App\Form\RegistrationLookupType).
Resolving inheritance for "App\Form\RegistrationLookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationLookupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType" (parent: .abstract.instanceof.App\Form\RegistrationType).
Resolving inheritance for "App\Form\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAttributeEntryType" (parent: .abstract.instanceof.App\Form\UserAttributeEntryType).
Resolving inheritance for "App\Form\UserAttributeEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAttributeEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfileType" (parent: .abstract.instanceof.App\Form\UserProfileType).
Resolving inheritance for "App\Form\UserProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfileType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbTestImpressionRepository" (parent: .abstract.instanceof.App\Repository\AbTestImpressionRepository).
Resolving inheritance for "App\Repository\AbTestImpressionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbTestImpressionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddonRepository" (parent: .abstract.instanceof.App\Repository\AddonRepository).
Resolving inheritance for "App\Repository\AddonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminWorkLogEntryRepository" (parent: .abstract.instanceof.App\Repository\AdminWorkLogEntryRepository).
Resolving inheritance for "App\Repository\AdminWorkLogEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminWorkLogEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnalyticsPageViewRepository" (parent: .abstract.instanceof.App\Repository\AnalyticsPageViewRepository).
Resolving inheritance for "App\Repository\AnalyticsPageViewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnalyticsPageViewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnalyticsSessionRepository" (parent: .abstract.instanceof.App\Repository\AnalyticsSessionRepository).
Resolving inheritance for "App\Repository\AnalyticsSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnalyticsSessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiRequestLogRepository" (parent: .abstract.instanceof.App\Repository\ApiRequestLogRepository).
Resolving inheritance for "App\Repository\ApiRequestLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiRequestLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppThemeSettingsRepository" (parent: .abstract.instanceof.App\Repository\AppThemeSettingsRepository).
Resolving inheritance for "App\Repository\AppThemeSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppThemeSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository" (parent: .abstract.instanceof.App\Repository\BlogCategoryRepository).
Resolving inheritance for "App\Repository\BlogCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPostRepository" (parent: .abstract.instanceof.App\Repository\BlogPostRepository).
Resolving inheritance for "App\Repository\BlogPostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRecipientRepository" (parent: .abstract.instanceof.App\Repository\CampaignRecipientRepository).
Resolving inheritance for "App\Repository\CampaignRecipientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRecipientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommunityWeatherReportRepository" (parent: .abstract.instanceof.App\Repository\CommunityWeatherReportRepository).
Resolving inheritance for "App\Repository\CommunityWeatherReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommunityWeatherReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractCancellationRequestRepository" (parent: .abstract.instanceof.App\Repository\ContractCancellationRequestRepository).
Resolving inheritance for "App\Repository\ContractCancellationRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractCancellationRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateSettingsRepository" (parent: .abstract.instanceof.App\Repository\EmailTemplateSettingsRepository).
Resolving inheritance for "App\Repository\EmailTemplateSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmmaRegionRepository" (parent: .abstract.instanceof.App\Repository\EmmaRegionRepository).
Resolving inheritance for "App\Repository\EmmaRegionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmmaRegionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForecastWarnThresholdRepository" (parent: .abstract.instanceof.App\Repository\ForecastWarnThresholdRepository).
Resolving inheritance for "App\Repository\ForecastWarnThresholdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForecastWarnThresholdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomepageContentRepository" (parent: .abstract.instanceof.App\Repository\HomepageContentRepository).
Resolving inheritance for "App\Repository\HomepageContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomepageContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenBrandingRepository" (parent: .abstract.instanceof.App\Repository\HotelScreenBrandingRepository).
Resolving inheritance for "App\Repository\HotelScreenBrandingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenBrandingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenLayoutRepository" (parent: .abstract.instanceof.App\Repository\HotelScreenLayoutRepository).
Resolving inheritance for "App\Repository\HotelScreenLayoutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenLayoutRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenRepository" (parent: .abstract.instanceof.App\Repository\HotelScreenRepository).
Resolving inheritance for "App\Repository\HotelScreenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportLeadRepository" (parent: .abstract.instanceof.App\Repository\ImportLeadRepository).
Resolving inheritance for "App\Repository\ImportLeadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportLeadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveTrackingSessionRepository" (parent: .abstract.instanceof.App\Repository\LiveTrackingSessionRepository).
Resolving inheritance for "App\Repository\LiveTrackingSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveTrackingSessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LobbyScreenLeadRepository" (parent: .abstract.instanceof.App\Repository\LobbyScreenLeadRepository).
Resolving inheritance for "App\Repository\LobbyScreenLeadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LobbyScreenLeadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LobbyScreenOfferRepository" (parent: .abstract.instanceof.App\Repository\LobbyScreenOfferRepository).
Resolving inheritance for "App\Repository\LobbyScreenOfferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LobbyScreenOfferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository" (parent: .abstract.instanceof.App\Repository\LocationRepository).
Resolving inheritance for "App\Repository\LocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarketingCampaignRepository" (parent: .abstract.instanceof.App\Repository\MarketingCampaignRepository).
Resolving inheritance for "App\Repository\MarketingCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarketingCampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MeteoalarmWarningRepository" (parent: .abstract.instanceof.App\Repository\MeteoalarmWarningRepository).
Resolving inheritance for "App\Repository\MeteoalarmWarningRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MeteoalarmWarningRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobileDeviceTokenRepository" (parent: .abstract.instanceof.App\Repository\MobileDeviceTokenRepository).
Resolving inheritance for "App\Repository\MobileDeviceTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobileDeviceTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository" (parent: .abstract.instanceof.App\Repository\PackageRepository).
Resolving inheritance for "App\Repository\PackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaidBannerRepository" (parent: .abstract.instanceof.App\Repository\PaidBannerRepository).
Resolving inheritance for "App\Repository\PaidBannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaidBannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetTokenRepository" (parent: .abstract.instanceof.App\Repository\PasswordResetTokenRepository).
Resolving inheritance for "App\Repository\PasswordResetTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeBundleRepository" (parent: .abstract.instanceof.App\Repository\PromoCodeBundleRepository).
Resolving inheritance for "App\Repository\PromoCodeBundleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeBundleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeProductPriceRepository" (parent: .abstract.instanceof.App\Repository\PromoCodeProductPriceRepository).
Resolving inheritance for "App\Repository\PromoCodeProductPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeProductPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeRedemptionRepository" (parent: .abstract.instanceof.App\Repository\PromoCodeRedemptionRepository).
Resolving inheritance for "App\Repository\PromoCodeRedemptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeRedemptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeRepository" (parent: .abstract.instanceof.App\Repository\PromoCodeRepository).
Resolving inheritance for "App\Repository\PromoCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PushSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\PushSubscriptionRepository).
Resolving inheritance for "App\Repository\PushSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PushSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository" (parent: .abstract.instanceof.App\Repository\RefreshTokenRepository).
Resolving inheritance for "App\Repository\RefreshTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TranslationCacheRepository" (parent: .abstract.instanceof.App\Repository\TranslationCacheRepository).
Resolving inheritance for "App\Repository\TranslationCacheRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TranslationCacheRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAttributeRepository" (parent: .abstract.instanceof.App\Repository\UserAttributeRepository).
Resolving inheritance for "App\Repository\UserAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAttributeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationSettingRepository" (parent: .abstract.instanceof.App\Repository\UserNotificationSettingRepository).
Resolving inheritance for "App\Repository\UserNotificationSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationSettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPurchaseRepository" (parent: .abstract.instanceof.App\Repository\UserPurchaseRepository).
Resolving inheritance for "App\Repository\UserPurchaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPurchaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\UserSubscriptionRepository).
Resolving inheritance for "App\Repository\UserSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserWarnungNotificationRepository" (parent: .abstract.instanceof.App\Repository\UserWarnungNotificationRepository).
Resolving inheritance for "App\Repository\UserWarnungNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserWarnungNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarngebietRepository" (parent: .abstract.instanceof.App\Repository\WarngebietRepository).
Resolving inheritance for "App\Repository\WarngebietRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarngebietRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarnungRepository" (parent: .abstract.instanceof.App\Repository\WarnungRepository).
Resolving inheritance for "App\Repository\WarnungRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarnungRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherCacheRepository" (parent: .abstract.instanceof.App\Repository\WeatherCacheRepository).
Resolving inheritance for "App\Repository\WeatherCacheRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherCacheRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherPlacePageRepository" (parent: .abstract.instanceof.App\Repository\WeatherPlacePageRepository).
Resolving inheritance for "App\Repository\WeatherPlacePageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherPlacePageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherReportCommentRepository" (parent: .abstract.instanceof.App\Repository\WeatherReportCommentRepository).
Resolving inheritance for "App\Repository\WeatherReportCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherReportCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherReportReactionRepository" (parent: .abstract.instanceof.App\Repository\WeatherReportReactionRepository).
Resolving inheritance for "App\Repository\WeatherReportReactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherReportReactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebcamRepository" (parent: .abstract.instanceof.App\Repository\WebcamRepository).
Resolving inheritance for "App\Repository\WebcamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebcamRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdminSimulatorExtension" (parent: .abstract.instanceof.App\Twig\AdminSimulatorExtension).
Resolving inheritance for "App\Twig\AdminSimulatorExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdminSimulatorExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdminWorkLogExtension" (parent: .abstract.instanceof.App\Twig\AdminWorkLogExtension).
Resolving inheritance for "App\Twig\AdminWorkLogExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdminWorkLogExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssetVersionExtension" (parent: .abstract.instanceof.App\Twig\AssetVersionExtension).
Resolving inheritance for "App\Twig\AssetVersionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssetVersionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BlogContentExtension" (parent: .abstract.instanceof.App\Twig\BlogContentExtension).
Resolving inheritance for "App\Twig\BlogContentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BlogContentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailTemplateExtension" (parent: .abstract.instanceof.App\Twig\EmailTemplateExtension).
Resolving inheritance for "App\Twig\EmailTemplateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailTemplateExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageExtension" (parent: .abstract.instanceof.App\Twig\ImageExtension).
Resolving inheritance for "App\Twig\ImageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocationTimeExtension" (parent: .abstract.instanceof.App\Twig\LocationTimeExtension).
Resolving inheritance for "App\Twig\LocationTimeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocationTimeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\M3LayoutExtension" (parent: .abstract.instanceof.App\Twig\M3LayoutExtension).
Resolving inheritance for "App\Twig\M3LayoutExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\M3LayoutExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TemperatureExtension" (parent: .abstract.instanceof.App\Twig\TemperatureExtension).
Resolving inheritance for "App\Twig\TemperatureExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TemperatureExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TextExtension" (parent: .abstract.instanceof.App\Twig\TextExtension).
Resolving inheritance for "App\Twig\TextExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TextExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserPurchaseDisplayExtension" (parent: .abstract.instanceof.App\Twig\UserPurchaseDisplayExtension).
Resolving inheritance for "App\Twig\UserPurchaseDisplayExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserPurchaseDisplayExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WarnungExtension" (parent: .abstract.instanceof.App\Twig\WarnungExtension).
Resolving inheritance for "App\Twig\WarnungExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WarnungExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WeatherPictoExtension" (parent: .abstract.instanceof.App\Twig\WeatherPictoExtension).
Resolving inheritance for "App\Twig\WeatherPictoExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WeatherPictoExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
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.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
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.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
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 "monolog.logger" (parent: monolog.logger_prototype).
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 "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.custom_logger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.purchase_sync" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.trial_reminder" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.brevo_contacts" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.stripe_webhook" (parent: monolog.logger_prototype).
321
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 "Symfony\Component\Security\Core\Security"; 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\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 "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "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 "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "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\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.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 "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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 "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $custom_loggerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $customLoggerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $purchase_syncLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $purchaseSyncLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $trial_reminderLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $trialReminderLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $brevo_contactsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $brevoContactsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $stripe_webhookLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $stripeWebhookLogger"; reason: private alias.
Removed service ".service_locator.hUPzsWO"; 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 "security.csrf.token_manager"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.9.cKaI0"; reason: private alias.
Removed service ".service_locator.lM2vewd"; reason: private alias.
Removed service ".service_locator.ZUlZf_M"; reason: private alias.
Removed service ".service_locator.GYxLYND"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.J6c8kpr"; reason: private alias.
Removed service ".service_locator.aeZkFfo"; reason: private alias.
Removed service ".service_locator.Wt.Sdm_"; reason: private alias.
Removed service ".service_locator.ZH9en0L"; reason: private alias.
Removed service ".service_locator.HdFAHVR"; reason: private alias.
Removed service ".service_locator.Dhqeh.m"; reason: private alias.
Removed service ".service_locator.EJrurI0"; reason: private alias.
Removed service ".service_locator.FhlhW7x"; reason: private alias.
Removed service ".service_locator.l5nxRFW"; reason: private alias.
Removed service ".service_locator.nwF7fiJ"; reason: private alias.
Removed service ".service_locator.BtAkU91"; reason: private alias.
Removed service ".service_locator.LIzXPF2"; reason: private alias.
Removed service ".service_locator.7f2k5JD"; reason: private alias.
Removed service ".service_locator.DawUYag"; reason: private alias.
Removed service ".service_locator.Sc4eHTZ"; reason: private alias.
Removed service ".service_locator.kSP1R1g"; reason: private alias.
Removed service ".service_locator.NhmzvtV"; reason: private alias.
Removed service ".service_locator.JE_cdRt"; reason: private alias.
Removed service ".service_locator.ahMlXVu"; reason: private alias.
Removed service ".service_locator.N9u2WrO"; reason: private alias.
Removed service ".service_locator.yUAtJvS"; reason: private alias.
Removed service ".service_locator.JaFiGzx"; reason: private alias.
Removed service ".service_locator.EI7dMH1"; reason: private alias.
Removed service ".service_locator.VBwV_xg"; reason: private alias.
Removed service ".service_locator.9I8TTqJ"; reason: private alias.
Removed service ".service_locator.qD7iUnP"; reason: private alias.
Removed service ".service_locator.rqRFASg"; reason: private alias.
Removed service ".service_locator.TpR9Vh2"; reason: private alias.
Removed service ".service_locator.5Yz5F2m"; reason: private alias.
Removed service ".service_locator.f2GJcbM"; reason: private alias.
Removed service ".service_locator.uJhNByd"; reason: private alias.
Removed service ".service_locator.fK0YMOK"; reason: private alias.
Removed service ".service_locator..J66eiH"; reason: private alias.
Removed service ".service_locator.MvVgaIp"; reason: private alias.
Removed service ".service_locator.kl0rvfH"; reason: private alias.
Removed service ".service_locator.H8vt6aE"; reason: private alias.
Removed service ".service_locator.lNzuVWp"; reason: private alias.
Removed service ".service_locator.kpq1hGW"; reason: private alias.
Removed service ".service_locator.9Kl9LXV"; reason: private alias.
Removed service ".service_locator.DW6jGuf"; reason: private alias.
Removed service ".service_locator.yE_a_LG"; reason: private alias.
Removed service ".service_locator.hQQ7txX"; reason: private alias.
Removed service ".service_locator.mBrwD4Q"; reason: private alias.
Removed service ".service_locator.3rb2xMF"; reason: private alias.
Removed service ".service_locator.OvueFUD"; reason: private alias.
Removed service ".service_locator.Wufg_po"; reason: private alias.
Removed service ".service_locator.k0ipWCq"; reason: private alias.
Removed service ".service_locator.hNMhKaf"; reason: private alias.
Removed service ".service_locator.0bKa34d"; reason: private alias.
Removed service ".service_locator.qQ7FNjR"; reason: private alias.
Removed service ".service_locator.HEjM2Re"; reason: private alias.
Removed service ".service_locator.4p2dD3c"; reason: private alias.
Removed service ".service_locator.Eb.5eze"; reason: private alias.
Removed service ".service_locator.CyeM8.p"; reason: private alias.
Removed service ".service_locator.vlxgzTw"; reason: private alias.
Removed service ".service_locator.tCqL1P7"; reason: private alias.
Removed service ".service_locator.pqTDgf4"; reason: private alias.
Removed service ".service_locator.QaiAlMB"; reason: private alias.
Removed service ".service_locator.gBWxp9p"; reason: private alias.
Removed service ".service_locator.BoHEAHn"; reason: private alias.
Removed service ".service_locator.PaT189Q"; reason: private alias.
Removed service ".service_locator.ejJb5Lt"; reason: private alias.
Removed service ".service_locator.uXwZemd"; reason: private alias.
Removed service ".service_locator.27.ajGk"; reason: private alias.
Removed service ".service_locator.keqSMSw"; reason: private alias.
Removed service ".service_locator.oM8.0Ol"; reason: private alias.
Removed service ".service_locator.F1.ITVf"; reason: private alias.
Removed service ".service_locator.2sQA9X3"; reason: private alias.
Removed service ".service_locator.2apQY74"; reason: private alias.
Removed service ".service_locator.GdQXmOM"; reason: private alias.
Removed service ".service_locator.KgO8EQ7"; reason: private alias.
Removed service ".service_locator.22ayLxq"; reason: private alias.
Removed service ".service_locator.do5xiOa"; reason: private alias.
Removed service ".service_locator.dtDEX7N"; reason: private alias.
Removed service ".service_locator.9dsPKFV"; reason: private alias.
Removed service ".service_locator.MIoXEBj"; reason: private alias.
Removed service ".service_locator.uPv9A.7"; reason: private alias.
Removed service ".service_locator.TC5u.SL"; reason: private alias.
Removed service ".service_locator.sg5RGTZ"; reason: private alias.
Removed service ".service_locator.nY.RfA_"; reason: private alias.
Removed service ".service_locator.bWAxRJj"; reason: private alias.
Removed service ".service_locator.i1xfgTi"; reason: private alias.
Removed service ".service_locator.Vu9T2Za"; reason: private alias.
Removed service ".service_locator.IGEkq16"; reason: private alias.
Removed service ".service_locator.Dk1Ysz7"; reason: private alias.
Removed service ".service_locator.FHbwUkF"; reason: private alias.
Removed service ".service_locator.h0Ehj5t"; reason: private alias.
Removed service ".service_locator.6FR8kgY"; reason: private alias.
Removed service ".service_locator.UtG5Bbn"; reason: private alias.
Removed service ".service_locator.XXN_TA4"; reason: private alias.
Removed service ".service_locator.LUuLmUr"; reason: private alias.
Removed service ".service_locator.OrfDJ93"; reason: private alias.
Removed service ".service_locator.RRNtjNj"; reason: private alias.
Removed service ".service_locator.RwIdZWX"; reason: private alias.
Removed service ".service_locator.jf7mz5O"; reason: private alias.
Removed service ".service_locator.NJhznE_"; reason: private alias.
Removed service ".service_locator.eKcYTx7"; reason: private alias.
Removed service ".service_locator.azk7dGL"; reason: private alias.
Removed service ".service_locator.jt3ftJt"; reason: private alias.
Removed service ".service_locator.rjrMm4I"; reason: private alias.
Removed service ".service_locator.FOdV1Xj"; reason: private alias.
Removed service ".service_locator.Mu8UPoU"; reason: private alias.
Removed service ".service_locator.VHWrqGh"; reason: private alias.
Removed service ".service_locator..YGSjfg"; reason: private alias.
Removed service ".service_locator.M.r8B.I"; reason: private alias.
Removed service ".service_locator.uT.5.59"; reason: private alias.
Removed service ".service_locator.Ar5poVi"; reason: private alias.
Removed service ".service_locator.HOW8QBn"; reason: private alias.
Removed service ".service_locator.gZAiPsx"; reason: private alias.
Removed service ".service_locator.13pjCQ."; reason: private alias.
Removed service ".service_locator.elaF.vJ"; reason: private alias.
Removed service ".service_locator.GQjZVjN"; reason: private alias.
Removed service ".service_locator.xQYzsED"; reason: private alias.
Removed service ".service_locator.Oii1yRe"; reason: private alias.
Removed service ".service_locator.pWH6L9w"; reason: private alias.
Removed service ".service_locator.aEcSrXc"; reason: private alias.
Removed service ".service_locator.dDH0Qxb"; reason: private alias.
Removed service ".service_locator.NmhjBy3"; reason: private alias.
Removed service ".service_locator.ULBOw5g"; reason: private alias.
Removed service ".service_locator.SJ5.sCR"; reason: private alias.
Removed service ".service_locator.Mh0SyEs"; reason: private alias.
Removed service ".service_locator.S58MweQ"; reason: private alias.
Removed service ".service_locator.Sp8ROyz"; reason: private alias.
Removed service ".service_locator.CUAyJN7"; reason: private alias.
Removed service ".service_locator.OIvlafA"; reason: private alias.
Removed service ".service_locator.tW4oYgF"; reason: private alias.
Removed service ".service_locator.mlpd4KR"; reason: private alias.
Removed service ".service_locator.kD5wZFQ"; reason: private alias.
Removed service ".service_locator.UiO3AFn"; reason: private alias.
Removed service ".service_locator.jZoa3kw"; reason: private alias.
Removed service ".service_locator.ylXiVLa"; reason: private alias.
Removed service ".service_locator.pWHb_mQ"; reason: private alias.
Removed service ".service_locator.4cIQbqp"; reason: private alias.
Removed service ".service_locator.NGr6yyE"; reason: private alias.
Removed service ".service_locator.moZRtZU"; reason: private alias.
Removed service ".service_locator.TMx1qoP"; reason: private alias.
Removed service ".service_locator.YxoUpW6"; reason: private alias.
Removed service ".service_locator.u__N61x"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.gNA7VGR"; reason: private alias.
Removed service ".service_locator.Lzt4jnW"; reason: private alias.
Removed service ".service_locator.2KLjILN"; reason: private alias.
Removed service ".service_locator.BkRzbcT"; reason: private alias.
Removed service ".service_locator.YHCw6id"; reason: private alias.
Removed service ".service_locator.pu4uadb"; reason: private alias.
Removed service ".service_locator.PTZusy9"; reason: private alias.
Removed service ".service_locator.iRlBZl."; reason: private alias.
Removed service ".service_locator.11fCYzi"; reason: private alias.
Removed service ".service_locator.j6xUDLt"; reason: private alias.
Removed service ".service_locator.YoE4GGP"; reason: private alias.
63
Changed reference of service "App\Command\AboUmstiegKampagneCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\EmailVerificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\LobbyScreen\LobbyScreenOfferCheckoutService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\M3NavigationBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Marketing\CampaignDispatchService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\StripeCheckoutService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\TrialExpiryReminderService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\TrialLandingFulfillmentService" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\M3LayoutExtension" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "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.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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 "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.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "symfonycasts.verify_email.helper" 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 "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 ".service_locator.Vwwxzuz" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.oUBk2Xu" previously pointing to "router.default" to "router".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.8_qPj7R" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
643
Removed service "App\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\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "maker.auto_command.abstract"; 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 "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AboUmstiegKampagneCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AboUmstiegKampagneCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnalyticsPurgeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AnalyticsPurgeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AuditLegacyMigrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AuditLegacyMigrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BlogTestImagenCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BlogTestImagenCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BrevoMailTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BrevoMailTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugKundeDashboardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DebugKundeDashboardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DocumentMeteoblueAddonFieldsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DocumentMeteoblueAddonFieldsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireLiveTrackingSessionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExpireLiveTrackingSessionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpirePaidBannersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExpirePaidBannersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireWeatherReportsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExpireWeatherReportsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchMeteoblueRawCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchMeteoblueRawCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixLegacyMigrationLocationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixLegacyMigrationLocationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateWeatherReportsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateWeatherReportsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HotelScreenEnsureCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\HotelScreenEnsureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportCustomersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportEmmaRegionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportEmmaRegionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InspectStripeCheckoutCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InspectStripeCheckoutCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailDebugCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MailDebugCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MailTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MarketingCleanupUnusedCodesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MarketingCleanupUnusedCodesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MarketingDispatchCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MarketingDispatchCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateLegacyPackagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateLegacyPackagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NormalizeWebcamDailyPathsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\NormalizeWebcamDailyPathsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplayStripeCheckoutCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReplayStripeCheckoutCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplayStripeSubscriptionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReplayStripeSubscriptionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedForecastWarnThresholdsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedForecastWarnThresholdsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedHomepageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedHomepageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWeatherPlacesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedWeatherPlacesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWebcamsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedWebcamsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTrialExpiryRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendTrialExpiryRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetUserPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetUserPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StripeSyncCatalogCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\StripeSyncCatalogCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMeteoblueAddonsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncMeteoblueAddonsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncMeteobluePackageConfigCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncMeteobluePackageConfigCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailOauthCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestMailOauthCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailOauthRefreshCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestMailOauthRefreshCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserPurchasesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateUserPurchasesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarmupTranslationCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WarmupTranslationCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarnungImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WarnungImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WarnungenCheckUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WarnungenCheckUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\XweatherTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\XweatherTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\AccountNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\AccountNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Account\AccountNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AddonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AddonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AddonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAbTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAbTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminAbTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminBlogCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminBlogCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminBlogCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminBlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminBlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminBlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminEmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminEmailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminEmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminEmailTemplatePreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminEmailTemplatePreviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminEmailTemplatePreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminHomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminHomepageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminHomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLobbyScreenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLobbyScreenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminLobbyScreenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPaidBannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPaidBannerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminPaidBannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminSimulatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminSimulatorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminSimulatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWeatherPlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWeatherPlaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminWeatherPlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWeatherReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWeatherReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminWeatherReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWebcamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWebcamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminWebcamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminWorkLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminWorkLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminWorkLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ApiRequestLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ApiRequestLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ApiRequestLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForecastWarnThresholdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForecastWarnThresholdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ForecastWarnThresholdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MarketingCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MarketingCampaignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MarketingCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PromoCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAttributeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserAttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WeatherReportTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WeatherReportTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\WeatherReportTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxWeatherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxWeatherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AjaxWeatherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnalyticsCollectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnalyticsCollectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AnalyticsCollectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CheckoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CommunityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\LiveTrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\LiveTrackingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\LiveTrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\LocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\LocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\LocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\MapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\OpenApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\OpenApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\OpenApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\WarningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\WarningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\WarningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\WebcamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\WebcamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\WebcamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppleTouchIconController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppleTouchIconController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AppleTouchIconController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BannerClickController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BannerClickController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BannerClickController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartCheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartCheckoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CartCheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractCancellationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractCancellationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractCancellationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDashboardV2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDashboardV2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerDashboardV2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailVerificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HotelScreen\HotelScreenAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HotelScreen\HotelScreenPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicMapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicMapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HotelScreen\HotelScreenPublicMapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImportRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\AboSelfServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\AboSelfServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Kunde\AboSelfServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\KundeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\KundeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Kunde\KundeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kunde\KundeWetterberichtController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kunde\KundeWetterberichtController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Kunde\KundeWetterberichtController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LiveTrackingApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LiveTrackingApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LiveTrackingApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LobbyScreenLandingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LobbyScreenLandingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LobbyScreenLandingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LobbyScreenOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LobbyScreenOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LobbyScreenOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MbCatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MbCatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MbCatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MbInventoryLockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MbInventoryLockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MbInventoryLockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeteoblueRawController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeteoblueRawController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MeteoblueRawController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordResetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PasswordResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Push\PushController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Push\PushController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Push\PushController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RainspotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RainspotController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RainspotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StripeWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StyleguideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StyleguideController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StyleguideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TilesPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TilesPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TilesPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrialLandingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrialLandingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TrialLandingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherPlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherPlaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WeatherPlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherReportApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherReportApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WeatherReportApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WeatherReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebcamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebcamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebcamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherHailThreatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherHailThreatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\XweatherHailThreatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherLightningDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherLightningDebugController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\XweatherLightningDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XweatherTestPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XweatherTestPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\XweatherTestPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ApiExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\SwitchUserSubscriber.0.App\EventSubscriber\SwitchUserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SwitchUserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminCreateUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportRegistrationCompleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ImportRegistrationCompleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MarketingCampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MarketingCampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PackageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeBundleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PromoCodeBundleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeProductPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PromoCodeProductPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PromoCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationLookupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationLookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAttributeEntryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserAttributeEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserProfileType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbTestImpressionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbTestImpressionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminWorkLogEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminWorkLogEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnalyticsPageViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnalyticsPageViewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnalyticsSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnalyticsSessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiRequestLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiRequestLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppThemeSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppThemeSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogPostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRecipientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CampaignRecipientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommunityWeatherReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommunityWeatherReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractCancellationRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContractCancellationRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailTemplateSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmmaRegionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmmaRegionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForecastWarnThresholdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ForecastWarnThresholdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomepageContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HomepageContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenBrandingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HotelScreenBrandingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenLayoutRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HotelScreenLayoutRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotelScreenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HotelScreenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportLeadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImportLeadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveTrackingSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LiveTrackingSessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LobbyScreenLeadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LobbyScreenLeadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LobbyScreenOfferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LobbyScreenOfferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarketingCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MarketingCampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MeteoalarmWarningRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MeteoalarmWarningRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobileDeviceTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MobileDeviceTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaidBannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaidBannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PasswordResetTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeBundleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoCodeBundleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeProductPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoCodeProductPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeRedemptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoCodeRedemptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PushSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PushSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TranslationCacheRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TranslationCacheRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserNotificationSettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPurchaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserPurchaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserWarnungNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserWarnungNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarngebietRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarngebietRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarnungRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarnungRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherCacheRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WeatherCacheRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherPlacePageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WeatherPlacePageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherReportCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WeatherReportCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeatherReportReactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WeatherReportReactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebcamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WebcamRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdminSimulatorExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AdminSimulatorExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdminWorkLogExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AdminWorkLogExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssetVersionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AssetVersionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BlogContentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\BlogContentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailTemplateExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\EmailTemplateExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ImageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocationTimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LocationTimeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\M3LayoutExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\M3LayoutExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TemperatureExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TemperatureExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TextExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TextExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserPurchaseDisplayExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\UserPurchaseDisplayExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WarnungExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\WarnungExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WeatherPictoExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\WeatherPictoExtension"; reason: abstract.
142
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Dto\Admin\AdminCreateUserData"; reason: unused.
Removed service "App\Dto\Admin\AdminEntitlementPeriod"; reason: unused.
Removed service "App\Enum\BannerPlacement"; reason: unused.
Removed service "App\Enum\CampaignRecipientStatus"; reason: unused.
Removed service "App\Enum\MarketingAudienceFilter"; reason: unused.
Removed service "App\Enum\MarketingCampaignStatus"; reason: unused.
Removed service "App\Enum\PaidBannerLimitType"; reason: unused.
Removed service "App\Enum\PaidBannerStatus"; reason: unused.
Removed service "App\Enum\PromoCodeType"; reason: unused.
Removed service "App\Enum\PromoDiscountType"; reason: unused.
Removed service "App\Enum\ReporterTrustLevel"; reason: unused.
Removed service "App\Enum\UserAttributeKeys"; reason: unused.
Removed service "App\Enum\WeatherPlacePriority"; reason: unused.
Removed service "App\Enum\WeatherReportCategory"; reason: unused.
Removed service "App\Enum\WeatherReportReactionType"; reason: unused.
Removed service "App\Enum\WeatherReportStatus"; reason: unused.
Removed service "App\Enum\WebcamType"; reason: unused.
Removed service "App\Service\AbTestImpressionRecorder"; reason: unused.
Removed service "App\Service\Admin\AbTestDefinition"; reason: unused.
Removed service "App\Service\Admin\PurchaseDisplayInfo"; reason: unused.
Removed service "App\Service\EmmaIdResolver"; reason: unused.
Removed service "App\Service\ForecastWarnThresholdCatalog"; reason: unused.
Removed service "App\Service\ForecastWarnThresholdEvaluator"; reason: unused.
Removed service "App\Service\GeoNamesImportService"; reason: unused.
Removed service "App\Service\HotelScreen\HotelScreenWidgetRegistry"; reason: unused.
Removed service "App\Service\HotelScreenAddonCatalog"; reason: unused.
Removed service "App\Service\LobbyScreen\LobbyScreenCatalog"; reason: unused.
Removed service "App\Service\LocationTimeHelper"; reason: unused.
Removed service "App\Service\MeteoblueAddonCatalog"; reason: unused.
Removed service "App\Service\MeteobluePackageCatalog"; reason: unused.
Removed service "App\Service\MeteoblueReportGenerator"; reason: unused.
Removed service "App\Service\MeteoblueRequestTypes"; reason: unused.
Removed service "App\Service\MeteoblueWetterkartenLayerLocalization"; reason: unused.
Removed service "App\Service\MeteoblueWetterkartenLayers"; reason: unused.
Removed service "App\Service\Migration\MigrationPlan"; reason: unused.
Removed service "App\Service\OpenAiWeatherStoryService"; reason: unused.
Removed service "App\Service\Shop\BundleCartSpec"; reason: unused.
Removed service "App\Service\Shop\CartQuoteInput"; reason: unused.
Removed service "App\Service\Shop\CartQuoteResult"; reason: unused.
Removed service "App\Service\Shop\ModuleQuote"; reason: unused.
Removed service "App\Service\Shop\PackageUpgradeQuote"; reason: unused.
Removed service "App\Service\Shop\PromoDiscountResult"; reason: unused.
Removed service "App\Service\Shop\SubscriptionCartResult"; reason: unused.
Removed service "App\Service\Shop\SubscriptionContext"; reason: unused.
Removed service "App\Service\Stripe\Exception\DeterministicSyncException"; reason: unused.
Removed service "App\Service\WeatherIconService"; reason: unused.
Removed service "App\Service\WeatherStoryDataBuilder"; reason: unused.
Removed service "App\Service\WeatherStoryPromptBuilder"; reason: unused.
Removed service "App\Service\WeatherStoryService"; reason: unused.
Removed service "App\Service\XweatherLayerCatalog"; reason: unused.
Removed service "App\Theme\ThemeTokenCatalog"; 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 "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "mime_types"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~v5.COKV"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; 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 "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; 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 "security.ldap_locator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.PZ0UHmb"; reason: unused.
Removed service ".service_locator.btBh8Uk"; reason: unused.
527
Inlined service "App\Service\TrialExpiryReminderService" to "App\Command\SendTrialExpiryRemindersCommand".
Inlined service "App\Service\Stripe\StripeCatalogSyncService" to "App\Command\StripeSyncCatalogCommand".
Inlined service "App\Service\WarnFeedParserService" to "App\Command\WarnungImportCommand".
Inlined service "App\Service\TranslationService" to "App\Command\WarnungImportCommand".
Inlined service "App\Service\PushDispatcherService" to "App\Command\WarnungenCheckUserCommand".
Inlined service "App\Service\UserNotificationResolver" to "App\Command\WarnungenCheckUserCommand".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Account\AccountNotificationController" to "App\Controller\Account\AccountNotificationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AccountController" to "App\Controller\AccountController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AddonController" to "App\Controller\Admin\AddonController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminAbTestController" to "App\Controller\Admin\AdminAbTestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminBlogCategoryController" to "App\Controller\Admin\AdminBlogCategoryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminBlogController" to "App\Controller\Admin\AdminBlogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminDashboardController" to "App\Controller\Admin\AdminDashboardController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminEmailTemplateController" to "App\Controller\Admin\AdminEmailTemplateController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminEmailTemplatePreviewController" to "App\Controller\Admin\AdminEmailTemplatePreviewController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminHomepageController" to "App\Controller\Admin\AdminHomepageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminLobbyScreenController" to "App\Controller\Admin\AdminLobbyScreenController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminLocationController" to "App\Controller\Admin\AdminLocationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminPaidBannerController" to "App\Controller\Admin\AdminPaidBannerController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminSimulatorController" to "App\Controller\Admin\AdminSimulatorController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminThemeController" to "App\Controller\Admin\AdminThemeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminWeatherPlaceController" to "App\Controller\Admin\AdminWeatherPlaceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminWeatherReportController" to "App\Controller\Admin\AdminWeatherReportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminWebcamController" to "App\Controller\Admin\AdminWebcamController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\AdminWorkLogController" to "App\Controller\Admin\AdminWorkLogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\ApiRequestLogController" to "App\Controller\Admin\ApiRequestLogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\ForecastWarnThresholdController" to "App\Controller\Admin\ForecastWarnThresholdController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\MarketingCampaignController" to "App\Controller\Admin\MarketingCampaignController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\PackageController" to "App\Controller\Admin\PackageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\PromoCodeController" to "App\Controller\Admin\PromoCodeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\UserAttributeController" to "App\Controller\Admin\UserAttributeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\WeatherReportTestController" to "App\Controller\Admin\WeatherReportTestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AjaxController" to "App\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AjaxWeatherController" to "App\Controller\AjaxWeatherController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AnalyticsCollectController" to "App\Controller\AnalyticsCollectController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\AccountController" to "App\Controller\Api\V1\AccountController".
Inlined service "App\Service\Api\ApiAuthService" to "App\Controller\Api\V1\AuthController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\AuthController" to "App\Controller\Api\V1\AuthController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\BlogController" to "App\Controller\Api\V1\BlogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\CheckoutController" to "App\Controller\Api\V1\CheckoutController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\CommunityController" to "App\Controller\Api\V1\CommunityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\ConfigController" to "App\Controller\Api\V1\ConfigController".
Inlined service "App\Service\Api\KundeDashboardWeatherAssembler" to "App\Controller\Api\V1\DashboardController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\DashboardController" to "App\Controller\Api\V1\DashboardController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\LiveTrackingController" to "App\Controller\Api\V1\LiveTrackingController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\LocationController" to "App\Controller\Api\V1\LocationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\MapController" to "App\Controller\Api\V1\MapController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\NotificationController" to "App\Controller\Api\V1\NotificationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\OpenApiController" to "App\Controller\Api\V1\OpenApiController".
Inlined service "App\Api\Serializer\WarningSerializer" to "App\Controller\Api\V1\WarningController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\WarningController" to "App\Controller\Api\V1\WarningController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\V1\WebcamController" to "App\Controller\Api\V1\WebcamController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AppleTouchIconController" to "App\Controller\AppleTouchIconController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\BannerClickController" to "App\Controller\BannerClickController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\BlogController" to "App\Controller\BlogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CartCheckoutController" to "App\Controller\CartCheckoutController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ContractCancellationController" to "App\Controller\ContractCancellationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CustomerDashboardV2Controller" to "App\Controller\CustomerDashboardV2Controller".
Inlined service ".service_locator.ZyP9f7K.App\Controller\EmailVerificationController" to "App\Controller\EmailVerificationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HomepageController" to "App\Controller\HomepageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HotelScreen\HotelScreenAdminController" to "App\Controller\HotelScreen\HotelScreenAdminController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HotelScreen\HotelScreenPublicController" to "App\Controller\HotelScreen\HotelScreenPublicController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HotelScreen\HotelScreenPublicMapController" to "App\Controller\HotelScreen\HotelScreenPublicMapController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HotelScreen\HotelScreenPublicWetterberichtController" to "App\Controller\HotelScreen\HotelScreenPublicWetterberichtController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ImportRegistrationController" to "App\Controller\ImportRegistrationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\InvoiceController" to "App\Controller\InvoiceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Kunde\AboSelfServiceController" to "App\Controller\Kunde\AboSelfServiceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Kunde\KundeController" to "App\Controller\Kunde\KundeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Kunde\KundeWetterberichtController" to "App\Controller\Kunde\KundeWetterberichtController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LiveTrackingApiController" to "App\Controller\LiveTrackingApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LobbyScreenLandingController" to "App\Controller\LobbyScreenLandingController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LobbyScreenOfferController" to "App\Controller\LobbyScreenOfferController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\MbCatalogController" to "App\Controller\MbCatalogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\MbInventoryLockController" to "App\Controller\MbInventoryLockController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\MeteoblueRawController" to "App\Controller\MeteoblueRawController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\PasswordResetController" to "App\Controller\PasswordResetController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Push\PushController" to "App\Controller\Push\PushController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RainspotController" to "App\Controller\RainspotController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\StripeWebhookController" to "App\Controller\StripeWebhookController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\StyleguideController" to "App\Controller\StyleguideController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SubscriptionController" to "App\Controller\SubscriptionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TestController" to "App\Controller\TestController".
Inlined service "App\Service\MeteoblueTimeRangeSummary" to "App\Controller\TilesPageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TilesPageController" to "App\Controller\TilesPageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TrialLandingController" to "App\Controller\TrialLandingController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\WeatherPlaceController" to "App\Controller\WeatherPlaceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\WeatherReportApiController" to "App\Controller\WeatherReportApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\WeatherReportController" to "App\Controller\WeatherReportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\WebcamController" to "App\Controller\WebcamController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\XweatherHailThreatsController" to "App\Controller\XweatherHailThreatsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\XweatherLightningDebugController" to "App\Controller\XweatherLightningDebugController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\XweatherTestPageController" to "App\Controller\XweatherTestPageController".
Inlined service "App\Service\Analytics\AnalyticsAreaResolver" to "App\Service\Analytics\AnalyticsCollector".
Inlined service "App\Service\Analytics\AnalyticsDeviceParser" to "App\Service\Analytics\AnalyticsCollector".
Inlined service "App\Service\Analytics\AnalyticsRateLimiter" to "App\Service\Analytics\AnalyticsCollector".
Inlined service "App\Service\BrevoContactLogger" to "App\Service\BrevoService".
Inlined service "App\Service\NameComparator" to "App\Service\CustomerImportMatcher".
Inlined service "App\Service\MailSenderInterface" to "App\Service\EmailService".
Inlined service "App\Service\HotelScreen\HotelScreenForecast6hAggregator" to "App\Service\HotelScreen\HotelScreenKioskDataProvider".
Inlined service "App\Service\HotelScreen\HotelScreenWeatherDataProvider" to "App\Service\HotelScreen\HotelScreenWidgetHydrator".
Inlined service "App\Service\Marketing\PromoCodeGenerator" to "App\Service\Marketing\CampaignDispatchService".
Inlined service "App\Service\WeatherResponseEnricher" to "App\Service\MeteoblueService".
Inlined service "App\Service\MeteoblueRequestResolver" to "App\Service\MeteoblueService".
Inlined service "App\Service\TileFilesystemCache" to "App\Service\MeteoblueTileProxy".
Inlined service "App\Service\WebPushFactory" to "App\Service\PushDispatcherService".
Inlined service "App\Service\TrialReminderLogger" to "App\Service\TrialExpiryReminderService".
Inlined service "App\Service\BrevoService" to "App\Service\TrialLandingFulfillmentService".
Inlined service "App\Service\OpenAiTranslationService" to "App\Service\WarnFeedParserService".
Inlined service "App\Service\WeatherReport\HourlyForecastPayloadBuilder" to "App\Service\WeatherReport\WeatherReportGenerator".
Inlined service "App\Service\WeatherReport\GeminiWeatherReportService" to "App\Service\WeatherReport\WeatherReportGenerator".
Inlined service "App\Service\WeatherReport\WeatherReportSignatureBuilder" to "App\Service\WeatherReport\WeatherReportPresentationService".
Inlined service "App\Service\DayDataAggregator" to "App\Service\WeatherResponseEnricher".
Inlined service "App\Service\EsModuleAssetHelper" to "App\Twig\AssetVersionExtension".
Inlined service "App\Service\M3NavigationBuilder" to "App\Twig\M3LayoutExtension".
Inlined service "App\Service\ThemeCssBuilder" to "App\Twig\M3LayoutExtension".
Inlined service "App\Service\Admin\UserPurchaseDisplayService" to "App\Twig\UserPurchaseDisplayExtension".
Inlined service "App\Service\MailSenderResolver" to "App\Service\MailSenderInterface".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "twig.error_renderer.html" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
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.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.qXR9Hv0.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 "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.GIJnlz." 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.ea.H0ae" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
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 "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.yIhhFCB" 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.kofM5pA" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.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 "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.JimicQO" to "security.helper".
Inlined service ".service_locator.q7unTh." to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.u1oWIiB" to "security.access_map".
Inlined service ".security.request_matcher..bgjvqq" to "security.access_map".
Inlined service ".security.request_matcher.ZkNwwLC" to "security.access_map".
Inlined service ".security.request_matcher.KWdZ1T1" to "security.access_map".
Inlined service ".security.request_matcher.dHv6zf5" to "security.access_map".
Inlined service ".security.request_matcher.7sHCDRK" to "security.access_map".
Inlined service ".security.request_matcher.wuFGbQV" to "security.access_map".
Inlined service ".security.request_matcher.INi1i4n" to "security.access_map".
Inlined service ".security.request_matcher.JWsjHbb" to "security.access_map".
Inlined service ".security.request_matcher.XgGecFs" to "security.access_map".
Inlined service ".security.request_matcher.0yHdh2E" to "security.access_map".
Inlined service ".security.request_matcher.qAHlIYo" to "security.access_map".
Inlined service ".security.request_matcher.OozzyCt" to "security.access_map".
Inlined service ".security.request_matcher.Kz6U6hP" to "security.access_map".
Inlined service ".security.request_matcher.t5KZ_d_" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.8W3LfTm" to "security.access_map".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.7hffHUr" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
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.authentication.session_strategy" to "security.listener.session.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.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.nxqzrCx" to ".security.request_matcher.u1oWIiB".
Inlined service ".security.request_matcher.FhBLMHb" to ".security.request_matcher..bgjvqq".
Inlined service ".security.request_matcher.PpWCT.9" to ".security.request_matcher.ZkNwwLC".
Inlined service ".security.request_matcher.d6H0O4c" to ".security.request_matcher.KWdZ1T1".
Inlined service ".security.request_matcher.oLwU0_s" to ".security.request_matcher.dHv6zf5".
Inlined service ".security.request_matcher.MVfbbM9" to ".security.request_matcher.7sHCDRK".
Inlined service ".security.request_matcher.IHT.YkL" to ".security.request_matcher.wuFGbQV".
Inlined service ".security.request_matcher.8rq22l4" to ".security.request_matcher.INi1i4n".
Inlined service ".security.request_matcher.lJBiAda" to ".security.request_matcher.JWsjHbb".
Inlined service ".security.request_matcher.KkXyaAE" to ".security.request_matcher.XgGecFs".
Inlined service ".security.request_matcher.qARJ0AL" to ".security.request_matcher.0yHdh2E".
Inlined service ".security.request_matcher.AJrwEyd" to ".security.request_matcher.qAHlIYo".
Inlined service ".security.request_matcher.sWQc88c" to ".security.request_matcher.OozzyCt".
Inlined service ".security.request_matcher.JGx1MAM" to ".security.request_matcher.t5KZ_d_".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.C9mcG4R" to ".security.request_matcher.8W3LfTm".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.LORg6t3" to ".security.request_matcher.7hffHUr".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.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.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AdminSimulatorExtension" to "twig".
Inlined service "App\Twig\AdminWorkLogExtension" to "twig".
Inlined service "App\Twig\AssetVersionExtension" to "twig".
Inlined service "App\Twig\BlogContentExtension" to "twig".
Inlined service "App\Twig\EmailTemplateExtension" to "twig".
Inlined service "App\Twig\ImageExtension" to "twig".
Inlined service "App\Twig\LocationTimeExtension" to "twig".
Inlined service "App\Twig\M3LayoutExtension" to "twig".
Inlined service "App\Twig\TextExtension" to "twig".
Inlined service "App\Twig\UserPurchaseDisplayExtension" to "twig".
Inlined service "App\Twig\WarnungExtension" to "twig".
Inlined service "App\Twig\WeatherPictoExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "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.lMv3Dwi.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.3IAihzy" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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 "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
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 "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 "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 "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 "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 ".service_locator.CDzX67r" to ".service_locator.CDzX67r.App\Controller\AccountController::index()".
Inlined service ".service_locator.NRkdL88" to ".service_locator.NRkdL88.App\Controller\AccountController::changePassword()".
Inlined service ".service_locator.pUj4GeN" to ".service_locator.pUj4GeN.App\Controller\Admin\AdminBlogCategoryController::index()".
Inlined service ".service_locator.WU_cu2D" to ".service_locator.WU_cu2D.App\Controller\Admin\AdminBlogController::new()".
Inlined service ".service_locator.xVmIJMJ" to ".service_locator.xVmIJMJ.App\Controller\Admin\AdminBlogController::edit()".
Inlined service ".service_locator.FVEV_R8" to ".service_locator.FVEV_R8.App\Controller\Admin\AdminBlogController::delete()".
Inlined service ".service_locator.kdMZxfZ" to ".service_locator.kdMZxfZ.App\Controller\Admin\AdminBlogController::uploadImage()".
Inlined service ".service_locator.bJEFvGF" to ".service_locator.bJEFvGF.App\Controller\Admin\AdminBlogController::aiGenerate()".
Inlined service ".service_locator.Vwwxzuz" to ".service_locator.Vwwxzuz.App\Controller\Admin\AdminBlogController::publishFacebook()".
Inlined service ".service_locator.Pr4U7Op" to ".service_locator.Pr4U7Op.App\Controller\Admin\AdminBlogController::publishInstagram()".
Inlined service ".service_locator.J9we1fl" to ".service_locator.J9we1fl.App\Controller\Admin\AdminDashboardController::dashboard()".
Inlined service ".service_locator.ww4It7e" to ".service_locator.ww4It7e.App\Controller\Admin\AdminDashboardController::activityFeed()".
Inlined service ".service_locator.PD_2f1E" to ".service_locator.PD_2f1E.App\Controller\Admin\AdminEmailTemplateController::edit()".
Inlined service ".service_locator.d.Du1HH" to ".service_locator.d.Du1HH.App\Controller\Admin\AdminEmailTemplatePreviewController::sendTestMail()".
Inlined service ".service_locator.AgBTyUU" to ".service_locator.AgBTyUU.App\Controller\Admin\AdminHomepageController::edit()".
Inlined service ".service_locator.icbOfwu" to ".service_locator.icbOfwu.App\Controller\Admin\AdminLobbyScreenController::index()".
Inlined service ".service_locator.egbDaIW" to ".service_locator.egbDaIW.App\Controller\Admin\AdminLobbyScreenController::showLead()".
Inlined service ".service_locator.3bkv.7c" to ".service_locator.3bkv.7c.App\Controller\Admin\AdminLobbyScreenController::createOffer()".
Inlined service ".service_locator.oUBk2Xu" to ".service_locator.oUBk2Xu.App\Controller\Admin\AdminLobbyScreenController::editOffer()".
Inlined service ".service_locator.I9Gu4o1" to ".service_locator.I9Gu4o1.App\Controller\Admin\AdminPaidBannerController::index()".
Inlined service ".service_locator.YZGxtLL" to ".service_locator.YZGxtLL.App\Controller\Admin\AdminPaidBannerController::new()".
Inlined service ".service_locator.1fGyEEc" to ".service_locator.1fGyEEc.App\Controller\Admin\AdminPaidBannerController::delete()".
Inlined service ".service_locator.lONwrdF" to ".service_locator.lONwrdF.App\Controller\Admin\AdminSimulatorController::resetAddons()".
Inlined service ".service_locator.TyR9.QK" to ".service_locator.TyR9.QK.App\Controller\Admin\AdminSimulatorController::toggleAddon()".
Inlined service ".service_locator.I4AfrQC" to ".service_locator.I4AfrQC.App\Controller\Admin\AdminThemeController::edit()".
Inlined service ".service_locator.Gz5pnqF" to ".service_locator.Gz5pnqF.App\Controller\Admin\AdminWeatherPlaceController::new()".
Inlined service ".service_locator.1XFfADC" to ".service_locator.1XFfADC.App\Controller\Admin\AdminWeatherPlaceController::aiGenerate()".
Inlined service ".service_locator.V1lOV1G" to ".service_locator.V1lOV1G.App\Controller\Admin\AdminWeatherReportController::index()".
Inlined service ".service_locator.t3qroNv" to ".service_locator.t3qroNv.App\Controller\Admin\AdminWeatherReportController::hideComment()".
Inlined service ".service_locator.0upBrCd" to ".service_locator.0upBrCd.App\Controller\Admin\AdminWebcamController::index()".
Inlined service ".service_locator.0EOFFp3" to ".service_locator.0EOFFp3.App\Controller\Admin\AdminWebcamController::new()".
Inlined service ".service_locator.V27wX6D" to ".service_locator.V27wX6D.App\Controller\Admin\AdminWebcamController::edit()".
Inlined service ".service_locator.Vqq4Wb2" to ".service_locator.Vqq4Wb2.App\Controller\Admin\AdminWebcamController::delete()".
Inlined service ".service_locator.ERsq2tj" to ".service_locator.ERsq2tj.App\Controller\Admin\ApiRequestLogController::index()".
Inlined service ".service_locator.p3PIW.d" to ".service_locator.p3PIW.d.App\Controller\Admin\ForecastWarnThresholdController::index()".
Inlined service ".service_locator.ygQzM99" to ".service_locator.ygQzM99.App\Controller\Admin\MarketingCampaignController::index()".
Inlined service ".service_locator.OzEre6h" to ".service_locator.OzEre6h.App\Controller\Admin\MarketingCampaignController::previewAudience()".
Inlined service ".service_locator.d7EypIl" to ".service_locator.d7EypIl.App\Controller\Admin\MarketingCampaignController::show()".
Inlined service ".service_locator.m228eZr" to ".service_locator.m228eZr.App\Controller\Admin\MarketingCampaignController::edit()".
Inlined service ".service_locator.jJXWhgA" to ".service_locator.jJXWhgA.App\Controller\Admin\MarketingCampaignController::cleanupAllUnusedCodes()".
Inlined service ".service_locator.BDP1zme" to ".service_locator.BDP1zme.App\Controller\Admin\MarketingCampaignController::cleanupCampaignUnusedCodes()".
Inlined service ".service_locator.jYW7m.f" to ".service_locator.jYW7m.f.App\Controller\Admin\PromoCodeController::new()".
Inlined service ".service_locator.OA38qqg" to ".service_locator.OA38qqg.App\Controller\Admin\UserAttributeController::index()".
Inlined service ".service_locator.c5tb4UY" to ".service_locator.c5tb4UY.App\Controller\Admin\UserAttributeController::delete()".
Inlined service ".service_locator.gdTFHyM" to ".service_locator.gdTFHyM.App\Controller\Admin\UserController::newUser()".
Inlined service ".service_locator.MgaoqDJ" to ".service_locator.MgaoqDJ.App\Controller\Admin\UserController::delete()".
Inlined service ".service_locator.qZPWZye" to ".service_locator.qZPWZye.App\Controller\Admin\UserController::edit()".
Inlined service ".service_locator.BWefQZ1" to ".service_locator.BWefQZ1.App\Controller\Admin\UserController::subscriptions()".
Inlined service ".service_locator.NNcacvX" to ".service_locator.NNcacvX.App\Controller\Admin\UserController::grantPackage()".
Inlined service ".service_locator.n.zir_F" to ".service_locator.n.zir_F.App\Controller\Admin\UserController::grantAddon()".
Inlined service ".service_locator.j808ETJ" to ".service_locator.j808ETJ.App\Controller\Admin\UserController::grantLocations()".
Inlined service ".service_locator.Nq04.qW" to ".service_locator.Nq04.qW.App\Controller\Admin\WeatherReportTestController::test()".
Inlined service ".service_locator.GLWzIAl" to ".service_locator.GLWzIAl.App\Controller\AjaxController::speichereOrt()".
Inlined service ".service_locator.pNq7iJO" to ".service_locator.pNq7iJO.App\Controller\AjaxController::loadWidget()".
Inlined service ".service_locator.FoSJWXy" to ".service_locator.FoSJWXy.App\Controller\AjaxController::checkEmailExists()".
Inlined service ".service_locator..x0ZYGn" to ".service_locator..x0ZYGn.App\Controller\AjaxController::updateTimezones()".
Inlined service ".service_locator.MiQOUiq" to ".service_locator.MiQOUiq.App\Controller\AjaxController::testMeteoblueRequests()".
Inlined service ".service_locator.d0Rwuwx" to ".service_locator.d0Rwuwx.App\Controller\AnalyticsCollectController::collect()".
Inlined service ".service_locator.UU53M2H" to ".service_locator.UU53M2H.App\Controller\Api\V1\AccountController::changePassword()".
Inlined service ".service_locator.ggcYWST" to ".service_locator.ggcYWST.App\Controller\Api\V1\AccountController::subscription()".
Inlined service ".service_locator.bLUDido" to ".service_locator.bLUDido.App\Controller\Api\V1\AuthController::login()".
Inlined service ".service_locator.5ujV0nL" to ".service_locator.5ujV0nL.App\Controller\Api\V1\AuthController::register()".
Inlined service ".service_locator.u0.WX6d" to ".service_locator.u0.WX6d.App\Controller\Api\V1\CheckoutController::quote()".
Inlined service ".service_locator._V.MGhq" to ".service_locator._V.MGhq.App\Controller\Api\V1\CheckoutController::validatePromo()".
Inlined service ".service_locator.wKrOWMa" to ".service_locator.wKrOWMa.App\Controller\Api\V1\ConfigController::theme()".
Inlined service ".service_locator.cpsJk2g" to ".service_locator.cpsJk2g.App\Controller\Api\V1\LocationController::addFavorite()".
Inlined service ".service_locator.R2lnlwB" to ".service_locator.R2lnlwB.App\Controller\Api\V1\NotificationController::getSettings()".
Inlined service ".service_locator.3qM6zcv" to ".service_locator.3qM6zcv.App\Controller\Api\V1\NotificationController::putSettings()".
Inlined service ".service_locator.TFUYCYh" to ".service_locator.TFUYCYh.App\Controller\Api\V1\NotificationController::registerDevice()".
Inlined service ".service_locator.yLsH0MI" to ".service_locator.yLsH0MI.App\Controller\Api\V1\WarningController::active()".
Inlined service ".service_locator.mClEPQs" to ".service_locator.mClEPQs.App\Controller\BannerClickController::click()".
Inlined service ".service_locator.Z8WeGEg" to ".service_locator.Z8WeGEg.App\Controller\CartCheckoutController::validatePromo()".
Inlined service ".service_locator.eTcH.yv" to ".service_locator.eTcH.yv.App\Controller\CartCheckoutController::checkoutUpgrade()".
Inlined service ".service_locator.emu3uUP" to ".service_locator.emu3uUP.App\Controller\ContractCancellationController::kuendigen()".
Inlined service ".service_locator.s3X39._" to ".service_locator.s3X39._.App\Controller\EmailVerificationController::verifyUserEmail()".
Inlined service ".service_locator.RVR7YDP" to ".service_locator.RVR7YDP.App\Controller\HomepageController::index()".
Inlined service ".service_locator.404_gLG" to ".service_locator.404_gLG.App\Controller\HomepageController::sitemap()".
Inlined service ".service_locator.exoVmGm" to ".service_locator.exoVmGm.App\Controller\HotelScreen\HotelScreenAdminController::edit()".
Inlined service ".service_locator.324D_Ez" to ".service_locator.324D_Ez.App\Controller\HotelScreen\HotelScreenAdminController::saveSettings()".
Inlined service ".service_locator.aDsUZDE" to ".service_locator.aDsUZDE.App\Controller\HotelScreen\HotelScreenPublicController::display()".
Inlined service ".service_locator.KWVDKkH" to ".service_locator.KWVDKkH.App\Controller\ImportRegistrationController::lookup()".
Inlined service ".service_locator.s.J3_V_" to ".service_locator.s.J3_V_.App\Controller\ImportRegistrationController::complete()".
Inlined service ".service_locator.K5KPP88" to ".service_locator.K5KPP88.App\Controller\InvoiceController::listInvoices()".
Inlined service ".service_locator.5IYAIPs" to ".service_locator.5IYAIPs.App\Controller\Kunde\AboSelfServiceController::umstellen()".
Inlined service ".service_locator.yQlt4Zb" to ".service_locator.yQlt4Zb.App\Controller\Kunde\AboSelfServiceController::erweitern()".
Inlined service ".service_locator.09RlESd" to ".service_locator.09RlESd.App\Controller\Kunde\AboSelfServiceController::zahlungsmittel()".
Inlined service ".service_locator.X49JGGO" to ".service_locator.X49JGGO.App\Controller\Kunde\KundeController::dashboard()".
Inlined service ".service_locator.AcuXmYB" to ".service_locator.AcuXmYB.App\Controller\Kunde\KundeController::abo()".
Inlined service ".service_locator.acZ9ChU" to ".service_locator.acZ9ChU.App\Controller\Kunde\KundeController::aboBearbeiten()".
Inlined service ".service_locator.V.cBwAy" to ".service_locator.V.cBwAy.App\Controller\Kunde\KundeController::wetterkarten()".
Inlined service ".service_locator.sKwF09A" to ".service_locator.sKwF09A.App\Controller\Kunde\KundeController::indexwarnungen()".
Inlined service ".service_locator.nI1dM0x" to ".service_locator.nI1dM0x.App\Controller\Kunde\KundeController::change()".
Inlined service ".service_locator.TrjmGPy" to ".service_locator.TrjmGPy.App\Controller\LobbyScreenLandingController::index()".
Inlined service ".service_locator.f3C82Cl" to ".service_locator.f3C82Cl.App\Controller\LobbyScreenOfferController::show()".
Inlined service ".service_locator.OIikJC1" to ".service_locator.OIikJC1.App\Controller\LobbyScreenOfferController::checkout()".
Inlined service ".service_locator.HFkNbNC" to ".service_locator.HFkNbNC.App\Controller\LobbyScreenOfferController::success()".
Inlined service ".service_locator.1LDJWlu" to ".service_locator.1LDJWlu.App\Controller\RegistrationController::register()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.App\Controller\SecurityController::login()".
Inlined service ".service_locator.oUPREaF" to ".service_locator.oUPREaF.App\Controller\TestController::assignEmmaToLocations()".
Inlined service ".service_locator.b7wtGvs" to ".service_locator.b7wtGvs.App\Controller\TestController::testEmmaId()".
Inlined service ".service_locator.x8bXgY4" to ".service_locator.x8bXgY4.App\Controller\TestController::loggertest()".
Inlined service ".service_locator.mpDNz4u" to ".service_locator.mpDNz4u.App\Controller\TestController::updateClaimed()".
Inlined service ".service_locator.QHY4pxp" to ".service_locator.QHY4pxp.App\Controller\TestController::testTranslate()".
Inlined service ".service_locator.2t4TN8I" to ".service_locator.2t4TN8I.App\Controller\TrialLandingController::index()".
Inlined service ".service_locator.3xleaWm" to ".service_locator.3xleaWm.App\Controller\TrialLandingController::checkEmail()".
Inlined service ".service_locator.45VWDye" to ".service_locator.45VWDye.App\Controller\WeatherReportController::index()".
Inlined service ".service_locator.1EfhhXv" to ".service_locator.1EfhhXv.App\Controller\XweatherLightningDebugController::__invoke()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "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.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service ".service_locator.9zR6mch" to ".service_locator.9zR6mch.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ccTBFaB" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service ".service_locator.PPs0p5i" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.9zR6mch.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 "App\Service\WeatherReport\DayPeriodResolver" to "App\Service\WeatherReport\WeatherReportPresentationService".
Inlined service "App\Service\WeatherReport\DayPeriodResolver" to "App\Service\WeatherReport\WeatherReportPresentationService".
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 ".security.request_matcher.3j1QLg2" to "security.access_map".
Inlined service ".security.request_matcher.3j1QLg2" to "security.access_map".
Inlined service ".security.request_matcher.3j1QLg2" to "security.access_map".
Inlined service ".security.request_matcher.3j1QLg2" to "security.access_map".
2
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"?
Tag "container.decorator" was defined on service(s) "security.csrf.same_origin_token_manager", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", ".debug.http_client", "event_dispatcher", but was never used. Did you mean "container.error"?