Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Startplatz\Bundle\WordpressIntegrationBundle\DependencyInjection\StartplatzWordpressIntegrationExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Eckinox\TinymceBundle\DependencyInjection\TinymceExtension".
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Startplatz\Bundle\WordpressIntegrationBundle\DependencyInjection\Compiler\ShortCodeCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Startplatz\Bundle\WordpressIntegrationBundle\Command\BuildGlobalNamesCacheFileCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:54 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)
"SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isEditableByUser = ? ORDER BY t0.tag ASC"
[
"sql" => "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isEditableByUser = ? ORDER BY t0.tag ASC"
"params" => [1 => "event"
2 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1605
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isUsedInWordPress = ? ORDER BY t0.tag ASC"
[
"sql" => "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isUsedInWordPress = ? ORDER BY t0.tag ASC"
"params" => [1 => "event"
2 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1605
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"""
\n (\n SELECT\n e.*,\n NULL as nextBatchId,\n NULL as nextBatchName,\n e.startDate as nextBatchDate,\n e.endDate as nextBatchEndDate,\n COALESCE((SELECT b2.priceInEuroCent FROM sp_event_dates b2 WHERE b2.eventId = e.id ORDER BY b2.id DESC LIMIT 1), e.priceInEuroCent) as displayPrice,\n e.isFreeForKICampus as displayFreeForKiCampus,\n NULL as batchTopic,\n NULL as batchImageLink,\n NULL as batchPartnerDescription\n FROM sp_event_events e\n WHERE e.status = 'publish' AND e.tags LIKE :queryString\n AND e.isMultiBatchEvent = 0\n AND COALESCE(e.endDate, e.startDate) >= CURDATE()\n )\n UNION ALL\n (\n SELECT\n e.*,\n b.id as nextBatchId,\n b.name as nextBatchName,\n b.startDate as nextBatchDate,\n b.endDate as nextBatchEndDate,\n COALESCE(b.priceInEuroCent, e.priceInEuroCent) as displayPrice,\n b.isFreeForKiCampus as displayFreeForKiCampus,\n COALESCE(NULLIF(b.title, ''), e.title) as batchTopic,\n COALESCE(NULLIF(b.imagelink, ''), e.imagelink) as batchImageLink,\n COALESCE(NULLIF(b.trainer, ''), e.trainer) as batchPartnerDescription\n FROM sp_event_events e\n INNER JOIN sp_event_dates b ON e.id = b.eventId\n WHERE e.status = 'publish' AND e.tags LIKE :queryString\n AND e.isMultiBatchEvent = 1\n AND b.status = 'active'\n AND b.startDate >= CURDATE()\n )\n ORDER BY nextBatchDate ASC\n LIMIT :limit\n
"""
[
"sql" => """
\n (\n SELECT\n e.*,\n NULL as nextBatchId,\n NULL as nextBatchName,\n e.startDate as nextBatchDate,\n e.endDate as nextBatchEndDate,\n COALESCE((SELECT b2.priceInEuroCent FROM sp_event_dates b2 WHERE b2.eventId = e.id ORDER BY b2.id DESC LIMIT 1), e.priceInEuroCent) as displayPrice,\n e.isFreeForKICampus as displayFreeForKiCampus,\n NULL as batchTopic,\n NULL as batchImageLink,\n NULL as batchPartnerDescription\n FROM sp_event_events e\n WHERE e.status = 'publish' AND e.tags LIKE :queryString\n AND e.isMultiBatchEvent = 0\n AND COALESCE(e.endDate, e.startDate) >= CURDATE()\n )\n UNION ALL\n (\n SELECT\n e.*,\n b.id as nextBatchId,\n b.name as nextBatchName,\n b.startDate as nextBatchDate,\n b.endDate as nextBatchEndDate,\n COALESCE(b.priceInEuroCent, e.priceInEuroCent) as displayPrice,\n b.isFreeForKiCampus as displayFreeForKiCampus,\n COALESCE(NULLIF(b.title, ''), e.title) as batchTopic,\n COALESCE(NULLIF(b.imagelink, ''), e.imagelink) as batchImageLink,\n COALESCE(NULLIF(b.trainer, ''), e.trainer) as batchPartnerDescription\n FROM sp_event_events e\n INNER JOIN sp_event_dates b ON e.id = b.eventId\n WHERE e.status = 'publish' AND e.tags LIKE :queryString\n AND e.isMultiBatchEvent = 1\n AND b.status = 'active'\n AND b.startDate >= CURDATE()\n )\n ORDER BY nextBatchDate ASC\n LIMIT :limit\n
"""
"params" => [
"queryString" => "%#ai-friday%"
"limit" => 900]
"types" => [
"queryString" => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
"limit" => Doctrine\DBAL\ParameterType {#1606
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.title_en AS title_en_6, t0.slug AS slug_7, t0.lang AS lang_8, t0.imagelink AS imagelink_9, t0.videolink AS videolink_10, t0.bgImagelink AS bgImagelink_11, t0.tagline AS tagline_12, t0.headerTextColor AS headerTextColor_13, t0.spResponsiblePerson AS spResponsiblePerson_14, t0.organization AS organization_15, t0.organizerName AS organizerName_16, t0.organizerEmail AS organizerEmail_17, t0.venueName AS venueName_18, t0.venueAddress AS venueAddress_19, t0.showFullVenue AS showFullVenue_20, t0.ticketing AS ticketing_21, t0.applicationUrl AS applicationUrl_22, t0.alert AS alert_23, t0.trainer AS trainer_24, t0.speakers AS speakers_25, t0.teaser AS teaser_26, t0.navbar AS navbar_27, t0.stripePriceId AS stripePriceId_28, t0.stripeProductId AS stripeProductId_29, t0.stripeAccount AS stripeAccount_30, t0.priceInEuroCent AS priceInEuroCent_31, t0.isTaxIncluded AS isTaxIncluded_32, t0.isFreeForKiCampus AS isFreeForKiCampus_33, t0.isFreeForCommunity AS isFreeForCommunity_34, t0.isSinglePage AS isSinglePage_35, t0.isFormalLanguage AS isFormalLanguage_36, t0.isMultiBatchEvent AS isMultiBatchEvent_37, t0.isFeatured AS isFeatured_38, t0.isFlagship AS isFlagship_39, t0.capacity AS capacity_40, t0.targetCapacity AS targetCapacity_41, t0.twigFile AS twigFile_42, t0.additionalCss AS additionalCss_43, t0.content AS content_44, t0.contentTwig AS contentTwig_45, t0.content_blocks AS content_blocks_46, t0.content_blocks_en AS content_blocks_en_47, t0.ctaContent AS ctaContent_48, t0.postCtaContent AS postCtaContent_49, t0.tags AS tags_50, t0.seriesTag AS seriesTag_51, t0.feedbackFormId AS feedbackFormId_52, t0.type AS type_53, t0.location AS location_54, t0.startDate AS startDate_55, t0.endDate AS endDate_56, t0.duration AS duration_57, t0.status AS status_58, t0.publishedAt AS publishedAt_59, t0.publishedBy AS publishedBy_60, t0.settings AS settings_61, t0.displayStartDate AS displayStartDate_62, t0.seoTitle AS seoTitle_63, t0.seoKeyword AS seoKeyword_64, t0.seoDescription AS seoDescription_65, t0.navbar_en AS navbar_en_66, t0.teaser_en AS teaser_en_67, t0.content_en AS content_en_68, t0.content_twig_en AS content_twig_en_69, t0.post_cta_content_en AS post_cta_content_en_70, t0.seo_title_en AS seo_title_en_71, t0.seo_description_en AS seo_description_en_72, t0.seo_keyword_en AS seo_keyword_en_73, t0.has_english_version AS has_english_version_74, t0.additional_js AS additional_js_75, t0.metaPixelId AS metaPixelId_76, t0.createDate AS createDate_77, t0.lastChangeDate AS lastChangeDate_78, t0.lastChangeUser AS lastChangeUser_79, t0.publicId AS publicId_80, t0.isExternalSubmission AS isExternalSubmission_81, t0.createdBy AS createdBy_82, t0.lastModified AS lastModified_83, t0.createdAt AS createdAt_84, t0.orgaNote AS orgaNote_85, t0.calendarSyncedAt AS calendarSyncedAt_86, t0.logisticsRoom AS logisticsRoom_87, t0.logisticsCatering AS logisticsCatering_88, t0.logisticsEquipment AS logisticsEquipment_89, t0.logisticsHelpers AS logisticsHelpers_90, t0.history AS history_91, t0.todoHistory AS todoHistory_92 FROM sp_event_events t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.title_en AS title_en_6, t0.slug AS slug_7, t0.lang AS lang_8, t0.imagelink AS imagelink_9, t0.videolink AS videolink_10, t0.bgImagelink AS bgImagelink_11, t0.tagline AS tagline_12, t0.headerTextColor AS headerTextColor_13, t0.spResponsiblePerson AS spResponsiblePerson_14, t0.organization AS organization_15, t0.organizerName AS organizerName_16, t0.organizerEmail AS organizerEmail_17, t0.venueName AS venueName_18, t0.venueAddress AS venueAddress_19, t0.showFullVenue AS showFullVenue_20, t0.ticketing AS ticketing_21, t0.applicationUrl AS applicationUrl_22, t0.alert AS alert_23, t0.trainer AS trainer_24, t0.speakers AS speakers_25, t0.teaser AS teaser_26, t0.navbar AS navbar_27, t0.stripePriceId AS stripePriceId_28, t0.stripeProductId AS stripeProductId_29, t0.stripeAccount AS stripeAccount_30, t0.priceInEuroCent AS priceInEuroCent_31, t0.isTaxIncluded AS isTaxIncluded_32, t0.isFreeForKiCampus AS isFreeForKiCampus_33, t0.isFreeForCommunity AS isFreeForCommunity_34, t0.isSinglePage AS isSinglePage_35, t0.isFormalLanguage AS isFormalLanguage_36, t0.isMultiBatchEvent AS isMultiBatchEvent_37, t0.isFeatured AS isFeatured_38, t0.isFlagship AS isFlagship_39, t0.capacity AS capacity_40, t0.targetCapacity AS targetCapacity_41, t0.twigFile AS twigFile_42, t0.additionalCss AS additionalCss_43, t0.content AS content_44, t0.contentTwig AS contentTwig_45, t0.content_blocks AS content_blocks_46, t0.content_blocks_en AS content_blocks_en_47, t0.ctaContent AS ctaContent_48, t0.postCtaContent AS postCtaContent_49, t0.tags AS tags_50, t0.seriesTag AS seriesTag_51, t0.feedbackFormId AS feedbackFormId_52, t0.type AS type_53, t0.location AS location_54, t0.startDate AS startDate_55, t0.endDate AS endDate_56, t0.duration AS duration_57, t0.status AS status_58, t0.publishedAt AS publishedAt_59, t0.publishedBy AS publishedBy_60, t0.settings AS settings_61, t0.displayStartDate AS displayStartDate_62, t0.seoTitle AS seoTitle_63, t0.seoKeyword AS seoKeyword_64, t0.seoDescription AS seoDescription_65, t0.navbar_en AS navbar_en_66, t0.teaser_en AS teaser_en_67, t0.content_en AS content_en_68, t0.content_twig_en AS content_twig_en_69, t0.post_cta_content_en AS post_cta_content_en_70, t0.seo_title_en AS seo_title_en_71, t0.seo_description_en AS seo_description_en_72, t0.seo_keyword_en AS seo_keyword_en_73, t0.has_english_version AS has_english_version_74, t0.additional_js AS additional_js_75, t0.metaPixelId AS metaPixelId_76, t0.createDate AS createDate_77, t0.lastChangeDate AS lastChangeDate_78, t0.lastChangeUser AS lastChangeUser_79, t0.publicId AS publicId_80, t0.isExternalSubmission AS isExternalSubmission_81, t0.createdBy AS createdBy_82, t0.lastModified AS lastModified_83, t0.createdAt AS createdAt_84, t0.orgaNote AS orgaNote_85, t0.calendarSyncedAt AS calendarSyncedAt_86, t0.logisticsRoom AS logisticsRoom_87, t0.logisticsCatering AS logisticsCatering_88, t0.logisticsEquipment AS logisticsEquipment_89, t0.logisticsHelpers AS logisticsHelpers_90, t0.history AS history_91, t0.todoHistory AS todoHistory_92 FROM sp_event_events t0 WHERE t0.id = ?"
"params" => [1 => 6737]
"types" => [1 => Doctrine\DBAL\ParameterType {#1606
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.title_en AS title_en_6, t0.slug AS slug_7, t0.lang AS lang_8, t0.imagelink AS imagelink_9, t0.videolink AS videolink_10, t0.bgImagelink AS bgImagelink_11, t0.tagline AS tagline_12, t0.headerTextColor AS headerTextColor_13, t0.spResponsiblePerson AS spResponsiblePerson_14, t0.organization AS organization_15, t0.organizerName AS organizerName_16, t0.organizerEmail AS organizerEmail_17, t0.venueName AS venueName_18, t0.venueAddress AS venueAddress_19, t0.showFullVenue AS showFullVenue_20, t0.ticketing AS ticketing_21, t0.applicationUrl AS applicationUrl_22, t0.alert AS alert_23, t0.trainer AS trainer_24, t0.speakers AS speakers_25, t0.teaser AS teaser_26, t0.navbar AS navbar_27, t0.stripePriceId AS stripePriceId_28, t0.stripeProductId AS stripeProductId_29, t0.stripeAccount AS stripeAccount_30, t0.priceInEuroCent AS priceInEuroCent_31, t0.isTaxIncluded AS isTaxIncluded_32, t0.isFreeForKiCampus AS isFreeForKiCampus_33, t0.isFreeForCommunity AS isFreeForCommunity_34, t0.isSinglePage AS isSinglePage_35, t0.isFormalLanguage AS isFormalLanguage_36, t0.isMultiBatchEvent AS isMultiBatchEvent_37, t0.isFeatured AS isFeatured_38, t0.isFlagship AS isFlagship_39, t0.capacity AS capacity_40, t0.targetCapacity AS targetCapacity_41, t0.twigFile AS twigFile_42, t0.additionalCss AS additionalCss_43, t0.content AS content_44, t0.contentTwig AS contentTwig_45, t0.content_blocks AS content_blocks_46, t0.content_blocks_en AS content_blocks_en_47, t0.ctaContent AS ctaContent_48, t0.postCtaContent AS postCtaContent_49, t0.tags AS tags_50, t0.seriesTag AS seriesTag_51, t0.feedbackFormId AS feedbackFormId_52, t0.type AS type_53, t0.location AS location_54, t0.startDate AS startDate_55, t0.endDate AS endDate_56, t0.duration AS duration_57, t0.status AS status_58, t0.publishedAt AS publishedAt_59, t0.publishedBy AS publishedBy_60, t0.settings AS settings_61, t0.displayStartDate AS displayStartDate_62, t0.seoTitle AS seoTitle_63, t0.seoKeyword AS seoKeyword_64, t0.seoDescription AS seoDescription_65, t0.navbar_en AS navbar_en_66, t0.teaser_en AS teaser_en_67, t0.content_en AS content_en_68, t0.content_twig_en AS content_twig_en_69, t0.post_cta_content_en AS post_cta_content_en_70, t0.seo_title_en AS seo_title_en_71, t0.seo_description_en AS seo_description_en_72, t0.seo_keyword_en AS seo_keyword_en_73, t0.has_english_version AS has_english_version_74, t0.additional_js AS additional_js_75, t0.metaPixelId AS metaPixelId_76, t0.createDate AS createDate_77, t0.lastChangeDate AS lastChangeDate_78, t0.lastChangeUser AS lastChangeUser_79, t0.publicId AS publicId_80, t0.isExternalSubmission AS isExternalSubmission_81, t0.createdBy AS createdBy_82, t0.lastModified AS lastModified_83, t0.createdAt AS createdAt_84, t0.orgaNote AS orgaNote_85, t0.calendarSyncedAt AS calendarSyncedAt_86, t0.logisticsRoom AS logisticsRoom_87, t0.logisticsCatering AS logisticsCatering_88, t0.logisticsEquipment AS logisticsEquipment_89, t0.logisticsHelpers AS logisticsHelpers_90, t0.history AS history_91, t0.todoHistory AS todoHistory_92 FROM sp_event_events t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.title_en AS title_en_6, t0.slug AS slug_7, t0.lang AS lang_8, t0.imagelink AS imagelink_9, t0.videolink AS videolink_10, t0.bgImagelink AS bgImagelink_11, t0.tagline AS tagline_12, t0.headerTextColor AS headerTextColor_13, t0.spResponsiblePerson AS spResponsiblePerson_14, t0.organization AS organization_15, t0.organizerName AS organizerName_16, t0.organizerEmail AS organizerEmail_17, t0.venueName AS venueName_18, t0.venueAddress AS venueAddress_19, t0.showFullVenue AS showFullVenue_20, t0.ticketing AS ticketing_21, t0.applicationUrl AS applicationUrl_22, t0.alert AS alert_23, t0.trainer AS trainer_24, t0.speakers AS speakers_25, t0.teaser AS teaser_26, t0.navbar AS navbar_27, t0.stripePriceId AS stripePriceId_28, t0.stripeProductId AS stripeProductId_29, t0.stripeAccount AS stripeAccount_30, t0.priceInEuroCent AS priceInEuroCent_31, t0.isTaxIncluded AS isTaxIncluded_32, t0.isFreeForKiCampus AS isFreeForKiCampus_33, t0.isFreeForCommunity AS isFreeForCommunity_34, t0.isSinglePage AS isSinglePage_35, t0.isFormalLanguage AS isFormalLanguage_36, t0.isMultiBatchEvent AS isMultiBatchEvent_37, t0.isFeatured AS isFeatured_38, t0.isFlagship AS isFlagship_39, t0.capacity AS capacity_40, t0.targetCapacity AS targetCapacity_41, t0.twigFile AS twigFile_42, t0.additionalCss AS additionalCss_43, t0.content AS content_44, t0.contentTwig AS contentTwig_45, t0.content_blocks AS content_blocks_46, t0.content_blocks_en AS content_blocks_en_47, t0.ctaContent AS ctaContent_48, t0.postCtaContent AS postCtaContent_49, t0.tags AS tags_50, t0.seriesTag AS seriesTag_51, t0.feedbackFormId AS feedbackFormId_52, t0.type AS type_53, t0.location AS location_54, t0.startDate AS startDate_55, t0.endDate AS endDate_56, t0.duration AS duration_57, t0.status AS status_58, t0.publishedAt AS publishedAt_59, t0.publishedBy AS publishedBy_60, t0.settings AS settings_61, t0.displayStartDate AS displayStartDate_62, t0.seoTitle AS seoTitle_63, t0.seoKeyword AS seoKeyword_64, t0.seoDescription AS seoDescription_65, t0.navbar_en AS navbar_en_66, t0.teaser_en AS teaser_en_67, t0.content_en AS content_en_68, t0.content_twig_en AS content_twig_en_69, t0.post_cta_content_en AS post_cta_content_en_70, t0.seo_title_en AS seo_title_en_71, t0.seo_description_en AS seo_description_en_72, t0.seo_keyword_en AS seo_keyword_en_73, t0.has_english_version AS has_english_version_74, t0.additional_js AS additional_js_75, t0.metaPixelId AS metaPixelId_76, t0.createDate AS createDate_77, t0.lastChangeDate AS lastChangeDate_78, t0.lastChangeUser AS lastChangeUser_79, t0.publicId AS publicId_80, t0.isExternalSubmission AS isExternalSubmission_81, t0.createdBy AS createdBy_82, t0.lastModified AS lastModified_83, t0.createdAt AS createdAt_84, t0.orgaNote AS orgaNote_85, t0.calendarSyncedAt AS calendarSyncedAt_86, t0.logisticsRoom AS logisticsRoom_87, t0.logisticsCatering AS logisticsCatering_88, t0.logisticsEquipment AS logisticsEquipment_89, t0.logisticsHelpers AS logisticsHelpers_90, t0.history AS history_91, t0.todoHistory AS todoHistory_92 FROM sp_event_events t0 WHERE t0.id = ?"
"params" => [1 => 6738]
"types" => [1 => Doctrine\DBAL\ParameterType {#1606
+name: "INTEGER"
}
]
]
debug
Executing statement:
"""
\n (\n SELECT\n e.*,\n NULL as nextBatchId,\n NULL as nextBatchName,\n e.startDate as nextBatchDate,\n e.endDate as nextBatchEndDate,\n COALESCE((SELECT b2.priceInEuroCent FROM sp_event_dates b2 WHERE b2.eventId = e.id ORDER BY b2.id DESC LIMIT 1), e.priceInEuroCent) as displayPrice,\n e.isFreeForKICampus as displayFreeForKiCampus,\n NULL as batchTopic,\n NULL as batchImageLink,\n NULL as batchPartnerDescription\n FROM sp_event_events e\n WHERE e.status = 'publish' AND e.tags LIKE :queryString\n AND e.isMultiBatchEvent = 0\n AND COALESCE(e.endDate, e.startDate) < CURDATE() AND COALESCE(e.endDate, e.startDate) >= :pastWindowStart\n )\n UNION ALL\n (\n SELECT\n e.*,\n b.id as nextBatchId,\n b.name as nextBatchName,\n b.startDate as nextBatchDate,\n b.endDate as nextBatchEndDate,\n COALESCE(b.priceInEuroCent, e.priceInEuroCent) as displayPrice,\n b.isFreeForKiCampus as displayFreeForKiCampus,\n COALESCE(NULLIF(b.title, ''), e.title) as batchTopic,\n COALESCE(NULLIF(b.imagelink, ''), e.imagelink) as batchImageLink,\n COALESCE(NULLIF(b.trainer, ''), e.trainer) as batchPartnerDescription\n FROM sp_event_events e\n INNER JOIN sp_event_dates b ON e.id = b.eventId\n WHERE e.status = 'publish' AND e.tags LIKE :queryString\n AND e.isMultiBatchEvent = 1\n AND b.status = 'active'\n AND COALESCE(b.endDate, b.startDate) < CURDATE() AND COALESCE(b.endDate, b.startDate) >= :pastWindowStart\n )\n ORDER BY nextBatchDate DESC\n LIMIT :limit\n
"""
[
"sql" => """
\n (\n SELECT\n e.*,\n NULL as nextBatchId,\n NULL as nextBatchName,\n e.startDate as nextBatchDate,\n e.endDate as nextBatchEndDate,\n COALESCE((SELECT b2.priceInEuroCent FROM sp_event_dates b2 WHERE b2.eventId = e.id ORDER BY b2.id DESC LIMIT 1), e.priceInEuroCent) as displayPrice,\n e.isFreeForKICampus as displayFreeForKiCampus,\n NULL as batchTopic,\n NULL as batchImageLink,\n NULL as batchPartnerDescription\n FROM sp_event_events e\n WHERE e.status = 'publish' AND e.tags LIKE :queryString\n AND e.isMultiBatchEvent = 0\n AND COALESCE(e.endDate, e.startDate) < CURDATE() AND COALESCE(e.endDate, e.startDate) >= :pastWindowStart\n )\n UNION ALL\n (\n SELECT\n e.*,\n b.id as nextBatchId,\n b.name as nextBatchName,\n b.startDate as nextBatchDate,\n b.endDate as nextBatchEndDate,\n COALESCE(b.priceInEuroCent, e.priceInEuroCent) as displayPrice,\n b.isFreeForKiCampus as displayFreeForKiCampus,\n COALESCE(NULLIF(b.title, ''), e.title) as batchTopic,\n COALESCE(NULLIF(b.imagelink, ''), e.imagelink) as batchImageLink,\n COALESCE(NULLIF(b.trainer, ''), e.trainer) as batchPartnerDescription\n FROM sp_event_events e\n INNER JOIN sp_event_dates b ON e.id = b.eventId\n WHERE e.status = 'publish' AND e.tags LIKE :queryString\n AND e.isMultiBatchEvent = 1\n AND b.status = 'active'\n AND COALESCE(b.endDate, b.startDate) < CURDATE() AND COALESCE(b.endDate, b.startDate) >= :pastWindowStart\n )\n ORDER BY nextBatchDate DESC\n LIMIT :limit\n
"""
"params" => [
"queryString" => "%#ai-friday%"
"pastWindowStart" => "2026-07-01"
"limit" => 900]
"types" => [
"queryString" => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
"pastWindowStart" => Doctrine\DBAL\ParameterType {#1608}
"limit" => Doctrine\DBAL\ParameterType {#1606
+name: "INTEGER"
}
]
]
debug
Executing statement:
"""
SELECT MONTH(e.startDate) as month, YEAR(e.startDate) as year, COUNT(MONTH(e.startDate)) as total\n FROM sp_event_events e\n WHERE e.startDate > ? AND e.status = ? GROUP BY MONTH(e.startDate)
"""
[
"sql" => """
SELECT MONTH(e.startDate) as month, YEAR(e.startDate) as year, COUNT(MONTH(e.startDate)) as total\n FROM sp_event_events e\n WHERE e.startDate > ? AND e.status = ? GROUP BY MONTH(e.startDate)
"""
"params" => [1 => "2026-09-30"
2 => "publish"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1608}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isThema = ? ORDER BY t0.tag ASC"
[
"sql" => "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isThema = ? ORDER BY t0.tag ASC"
"params" => [1 => "event"
2 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1605
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isModul = ? ORDER BY t0.tag ASC"
[
"sql" => "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isModul = ? ORDER BY t0.tag ASC"
"params" => [1 => "event"
2 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1605
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.teaser AS teaser_2, s0_.buttonLabel AS buttonLabel_3, s0_.targetUrl AS targetUrl_4, s0_.imageUrl AS imageUrl_5, s0_.label AS label_6, s0_.slotPosition AS slotPosition_7, s0_.isActive AS isActive_8, s0_.createdAt AS createdAt_9, s0_.updatedAt AS updatedAt_10 FROM sp_event_promo_card s0_ WHERE s0_.isActive = ? ORDER BY s0_.slotPosition ASC, s0_.id ASC"
[
"sql" => "SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.teaser AS teaser_2, s0_.buttonLabel AS buttonLabel_3, s0_.targetUrl AS targetUrl_4, s0_.imageUrl AS imageUrl_5, s0_.label AS label_6, s0_.slotPosition AS slotPosition_7, s0_.isActive AS isActive_8, s0_.createdAt AS createdAt_9, s0_.updatedAt AS updatedAt_10 FROM sp_event_promo_card s0_ WHERE s0_.isActive = ? ORDER BY s0_.slotPosition ASC, s0_.id ASC"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#1605
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.title_en AS title_en_5, s0_.slug AS slug_6, s0_.lang AS lang_7, s0_.imagelink AS imagelink_8, s0_.videolink AS videolink_9, s0_.bgImagelink AS bgImagelink_10, s0_.tagline AS tagline_11, s0_.headerTextColor AS headerTextColor_12, s0_.spResponsiblePerson AS spResponsiblePerson_13, s0_.organization AS organization_14, s0_.organizerName AS organizerName_15, s0_.organizerEmail AS organizerEmail_16, s0_.venueName AS venueName_17, s0_.venueAddress AS venueAddress_18, s0_.showFullVenue AS showFullVenue_19, s0_.ticketing AS ticketing_20, s0_.applicationUrl AS applicationUrl_21, s0_.alert AS alert_22, s0_.trainer AS trainer_23, s0_.speakers AS speakers_24, s0_.teaser AS teaser_25, s0_.navbar AS navbar_26, s0_.stripePriceId AS stripePriceId_27, s0_.stripeProductId AS stripeProductId_28, s0_.stripeAccount AS stripeAccount_29, s0_.priceInEuroCent AS priceInEuroCent_30, s0_.isTaxIncluded AS isTaxIncluded_31, s0_.isFreeForKiCampus AS isFreeForKiCampus_32, s0_.isFreeForCommunity AS isFreeForCommunity_33, s0_.isSinglePage AS isSinglePage_34, s0_.isFormalLanguage AS isFormalLanguage_35, s0_.isMultiBatchEvent AS isMultiBatchEvent_36, s0_.isFeatured AS isFeatured_37, s0_.isFlagship AS isFlagship_38, s0_.capacity AS capacity_39, s0_.targetCapacity AS targetCapacity_40, s0_.twigFile AS twigFile_41, s0_.additionalCss AS additionalCss_42, s0_.content AS content_43, s0_.contentTwig AS contentTwig_44, s0_.content_blocks AS content_blocks_45, s0_.content_blocks_en AS content_blocks_en_46, s0_.ctaContent AS ctaContent_47, s0_.postCtaContent AS postCtaContent_48, s0_.tags AS tags_49, s0_.seriesTag AS seriesTag_50, s0_.feedbackFormId AS feedbackFormId_51, s0_.type AS type_52, s0_.location AS location_53, s0_.startDate AS startDate_54, s0_.endDate AS endDate_55, s0_.duration AS duration_56, s0_.status AS status_57, s0_.publishedAt AS publishedAt_58, s0_.publishedBy AS publishedBy_59, s0_.settings AS settings_60, s0_.displayStartDate AS displayStartDate_61, s0_.seoTitle AS seoTitle_62, s0_.seoKeyword AS seoKeyword_63, s0_.seoDescription AS seoDescription_64, s0_.navbar_en AS navbar_en_65, s0_.teaser_en AS teaser_en_66, s0_.content_en AS content_en_67, s0_.content_twig_en AS content_twig_en_68, s0_.post_cta_content_en AS post_cta_content_en_69, s0_.seo_title_en AS seo_title_en_70, s0_.seo_description_en AS seo_description_en_71, s0_.seo_keyword_en AS seo_keyword_en_72, s0_.has_english_version AS has_english_version_73, s0_.additional_js AS additional_js_74, s0_.metaPixelId AS metaPixelId_75, s0_.createDate AS createDate_76, s0_.lastChangeDate AS lastChangeDate_77, s0_.lastChangeUser AS lastChangeUser_78, s0_.publicId AS publicId_79, s0_.isExternalSubmission AS isExternalSubmission_80, s0_.createdBy AS createdBy_81, s0_.lastModified AS lastModified_82, s0_.createdAt AS createdAt_83, s0_.orgaNote AS orgaNote_84, s0_.calendarSyncedAt AS calendarSyncedAt_85, s0_.logisticsRoom AS logisticsRoom_86, s0_.logisticsCatering AS logisticsCatering_87, s0_.logisticsEquipment AS logisticsEquipment_88, s0_.logisticsHelpers AS logisticsHelpers_89, s0_.history AS history_90, s0_.todoHistory AS todoHistory_91 FROM sp_event_events s0_ WHERE s0_.status = 'publish' AND s0_.startDate >= ? AND s0_.type = ? ORDER BY s0_.startDate ASC LIMIT 1"
[
"sql" => "SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.title_en AS title_en_5, s0_.slug AS slug_6, s0_.lang AS lang_7, s0_.imagelink AS imagelink_8, s0_.videolink AS videolink_9, s0_.bgImagelink AS bgImagelink_10, s0_.tagline AS tagline_11, s0_.headerTextColor AS headerTextColor_12, s0_.spResponsiblePerson AS spResponsiblePerson_13, s0_.organization AS organization_14, s0_.organizerName AS organizerName_15, s0_.organizerEmail AS organizerEmail_16, s0_.venueName AS venueName_17, s0_.venueAddress AS venueAddress_18, s0_.showFullVenue AS showFullVenue_19, s0_.ticketing AS ticketing_20, s0_.applicationUrl AS applicationUrl_21, s0_.alert AS alert_22, s0_.trainer AS trainer_23, s0_.speakers AS speakers_24, s0_.teaser AS teaser_25, s0_.navbar AS navbar_26, s0_.stripePriceId AS stripePriceId_27, s0_.stripeProductId AS stripeProductId_28, s0_.stripeAccount AS stripeAccount_29, s0_.priceInEuroCent AS priceInEuroCent_30, s0_.isTaxIncluded AS isTaxIncluded_31, s0_.isFreeForKiCampus AS isFreeForKiCampus_32, s0_.isFreeForCommunity AS isFreeForCommunity_33, s0_.isSinglePage AS isSinglePage_34, s0_.isFormalLanguage AS isFormalLanguage_35, s0_.isMultiBatchEvent AS isMultiBatchEvent_36, s0_.isFeatured AS isFeatured_37, s0_.isFlagship AS isFlagship_38, s0_.capacity AS capacity_39, s0_.targetCapacity AS targetCapacity_40, s0_.twigFile AS twigFile_41, s0_.additionalCss AS additionalCss_42, s0_.content AS content_43, s0_.contentTwig AS contentTwig_44, s0_.content_blocks AS content_blocks_45, s0_.content_blocks_en AS content_blocks_en_46, s0_.ctaContent AS ctaContent_47, s0_.postCtaContent AS postCtaContent_48, s0_.tags AS tags_49, s0_.seriesTag AS seriesTag_50, s0_.feedbackFormId AS feedbackFormId_51, s0_.type AS type_52, s0_.location AS location_53, s0_.startDate AS startDate_54, s0_.endDate AS endDate_55, s0_.duration AS duration_56, s0_.status AS status_57, s0_.publishedAt AS publishedAt_58, s0_.publishedBy AS publishedBy_59, s0_.settings AS settings_60, s0_.displayStartDate AS displayStartDate_61, s0_.seoTitle AS seoTitle_62, s0_.seoKeyword AS seoKeyword_63, s0_.seoDescription AS seoDescription_64, s0_.navbar_en AS navbar_en_65, s0_.teaser_en AS teaser_en_66, s0_.content_en AS content_en_67, s0_.content_twig_en AS content_twig_en_68, s0_.post_cta_content_en AS post_cta_content_en_69, s0_.seo_title_en AS seo_title_en_70, s0_.seo_description_en AS seo_description_en_71, s0_.seo_keyword_en AS seo_keyword_en_72, s0_.has_english_version AS has_english_version_73, s0_.additional_js AS additional_js_74, s0_.metaPixelId AS metaPixelId_75, s0_.createDate AS createDate_76, s0_.lastChangeDate AS lastChangeDate_77, s0_.lastChangeUser AS lastChangeUser_78, s0_.publicId AS publicId_79, s0_.isExternalSubmission AS isExternalSubmission_80, s0_.createdBy AS createdBy_81, s0_.lastModified AS lastModified_82, s0_.createdAt AS createdAt_83, s0_.orgaNote AS orgaNote_84, s0_.calendarSyncedAt AS calendarSyncedAt_85, s0_.logisticsRoom AS logisticsRoom_86, s0_.logisticsCatering AS logisticsCatering_87, s0_.logisticsEquipment AS logisticsEquipment_88, s0_.logisticsHelpers AS logisticsHelpers_89, s0_.history AS history_90, s0_.todoHistory AS todoHistory_91 FROM sp_event_events s0_ WHERE s0_.status = 'publish' AND s0_.startDate >= ? AND s0_.type = ? ORDER BY s0_.startDate ASC LIMIT 1"
"params" => [1 => "2026-08-07"
2 => "Konferenz"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1608}
]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.title_en AS title_en_5, s0_.slug AS slug_6, s0_.lang AS lang_7, s0_.imagelink AS imagelink_8, s0_.videolink AS videolink_9, s0_.bgImagelink AS bgImagelink_10, s0_.tagline AS tagline_11, s0_.headerTextColor AS headerTextColor_12, s0_.spResponsiblePerson AS spResponsiblePerson_13, s0_.organization AS organization_14, s0_.organizerName AS organizerName_15, s0_.organizerEmail AS organizerEmail_16, s0_.venueName AS venueName_17, s0_.venueAddress AS venueAddress_18, s0_.showFullVenue AS showFullVenue_19, s0_.ticketing AS ticketing_20, s0_.applicationUrl AS applicationUrl_21, s0_.alert AS alert_22, s0_.trainer AS trainer_23, s0_.speakers AS speakers_24, s0_.teaser AS teaser_25, s0_.navbar AS navbar_26, s0_.stripePriceId AS stripePriceId_27, s0_.stripeProductId AS stripeProductId_28, s0_.stripeAccount AS stripeAccount_29, s0_.priceInEuroCent AS priceInEuroCent_30, s0_.isTaxIncluded AS isTaxIncluded_31, s0_.isFreeForKiCampus AS isFreeForKiCampus_32, s0_.isFreeForCommunity AS isFreeForCommunity_33, s0_.isSinglePage AS isSinglePage_34, s0_.isFormalLanguage AS isFormalLanguage_35, s0_.isMultiBatchEvent AS isMultiBatchEvent_36, s0_.isFeatured AS isFeatured_37, s0_.isFlagship AS isFlagship_38, s0_.capacity AS capacity_39, s0_.targetCapacity AS targetCapacity_40, s0_.twigFile AS twigFile_41, s0_.additionalCss AS additionalCss_42, s0_.content AS content_43, s0_.contentTwig AS contentTwig_44, s0_.content_blocks AS content_blocks_45, s0_.content_blocks_en AS content_blocks_en_46, s0_.ctaContent AS ctaContent_47, s0_.postCtaContent AS postCtaContent_48, s0_.tags AS tags_49, s0_.seriesTag AS seriesTag_50, s0_.feedbackFormId AS feedbackFormId_51, s0_.type AS type_52, s0_.location AS location_53, s0_.startDate AS startDate_54, s0_.endDate AS endDate_55, s0_.duration AS duration_56, s0_.status AS status_57, s0_.publishedAt AS publishedAt_58, s0_.publishedBy AS publishedBy_59, s0_.settings AS settings_60, s0_.displayStartDate AS displayStartDate_61, s0_.seoTitle AS seoTitle_62, s0_.seoKeyword AS seoKeyword_63, s0_.seoDescription AS seoDescription_64, s0_.navbar_en AS navbar_en_65, s0_.teaser_en AS teaser_en_66, s0_.content_en AS content_en_67, s0_.content_twig_en AS content_twig_en_68, s0_.post_cta_content_en AS post_cta_content_en_69, s0_.seo_title_en AS seo_title_en_70, s0_.seo_description_en AS seo_description_en_71, s0_.seo_keyword_en AS seo_keyword_en_72, s0_.has_english_version AS has_english_version_73, s0_.additional_js AS additional_js_74, s0_.metaPixelId AS metaPixelId_75, s0_.createDate AS createDate_76, s0_.lastChangeDate AS lastChangeDate_77, s0_.lastChangeUser AS lastChangeUser_78, s0_.publicId AS publicId_79, s0_.isExternalSubmission AS isExternalSubmission_80, s0_.createdBy AS createdBy_81, s0_.lastModified AS lastModified_82, s0_.createdAt AS createdAt_83, s0_.orgaNote AS orgaNote_84, s0_.calendarSyncedAt AS calendarSyncedAt_85, s0_.logisticsRoom AS logisticsRoom_86, s0_.logisticsCatering AS logisticsCatering_87, s0_.logisticsEquipment AS logisticsEquipment_88, s0_.logisticsHelpers AS logisticsHelpers_89, s0_.history AS history_90, s0_.todoHistory AS todoHistory_91 FROM sp_event_events s0_ WHERE s0_.status = 'publish' AND s0_.startDate >= ? AND s0_.type = ? ORDER BY s0_.startDate ASC LIMIT 1"
[
"sql" => "SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.title_en AS title_en_5, s0_.slug AS slug_6, s0_.lang AS lang_7, s0_.imagelink AS imagelink_8, s0_.videolink AS videolink_9, s0_.bgImagelink AS bgImagelink_10, s0_.tagline AS tagline_11, s0_.headerTextColor AS headerTextColor_12, s0_.spResponsiblePerson AS spResponsiblePerson_13, s0_.organization AS organization_14, s0_.organizerName AS organizerName_15, s0_.organizerEmail AS organizerEmail_16, s0_.venueName AS venueName_17, s0_.venueAddress AS venueAddress_18, s0_.showFullVenue AS showFullVenue_19, s0_.ticketing AS ticketing_20, s0_.applicationUrl AS applicationUrl_21, s0_.alert AS alert_22, s0_.trainer AS trainer_23, s0_.speakers AS speakers_24, s0_.teaser AS teaser_25, s0_.navbar AS navbar_26, s0_.stripePriceId AS stripePriceId_27, s0_.stripeProductId AS stripeProductId_28, s0_.stripeAccount AS stripeAccount_29, s0_.priceInEuroCent AS priceInEuroCent_30, s0_.isTaxIncluded AS isTaxIncluded_31, s0_.isFreeForKiCampus AS isFreeForKiCampus_32, s0_.isFreeForCommunity AS isFreeForCommunity_33, s0_.isSinglePage AS isSinglePage_34, s0_.isFormalLanguage AS isFormalLanguage_35, s0_.isMultiBatchEvent AS isMultiBatchEvent_36, s0_.isFeatured AS isFeatured_37, s0_.isFlagship AS isFlagship_38, s0_.capacity AS capacity_39, s0_.targetCapacity AS targetCapacity_40, s0_.twigFile AS twigFile_41, s0_.additionalCss AS additionalCss_42, s0_.content AS content_43, s0_.contentTwig AS contentTwig_44, s0_.content_blocks AS content_blocks_45, s0_.content_blocks_en AS content_blocks_en_46, s0_.ctaContent AS ctaContent_47, s0_.postCtaContent AS postCtaContent_48, s0_.tags AS tags_49, s0_.seriesTag AS seriesTag_50, s0_.feedbackFormId AS feedbackFormId_51, s0_.type AS type_52, s0_.location AS location_53, s0_.startDate AS startDate_54, s0_.endDate AS endDate_55, s0_.duration AS duration_56, s0_.status AS status_57, s0_.publishedAt AS publishedAt_58, s0_.publishedBy AS publishedBy_59, s0_.settings AS settings_60, s0_.displayStartDate AS displayStartDate_61, s0_.seoTitle AS seoTitle_62, s0_.seoKeyword AS seoKeyword_63, s0_.seoDescription AS seoDescription_64, s0_.navbar_en AS navbar_en_65, s0_.teaser_en AS teaser_en_66, s0_.content_en AS content_en_67, s0_.content_twig_en AS content_twig_en_68, s0_.post_cta_content_en AS post_cta_content_en_69, s0_.seo_title_en AS seo_title_en_70, s0_.seo_description_en AS seo_description_en_71, s0_.seo_keyword_en AS seo_keyword_en_72, s0_.has_english_version AS has_english_version_73, s0_.additional_js AS additional_js_74, s0_.metaPixelId AS metaPixelId_75, s0_.createDate AS createDate_76, s0_.lastChangeDate AS lastChangeDate_77, s0_.lastChangeUser AS lastChangeUser_78, s0_.publicId AS publicId_79, s0_.isExternalSubmission AS isExternalSubmission_80, s0_.createdBy AS createdBy_81, s0_.lastModified AS lastModified_82, s0_.createdAt AS createdAt_83, s0_.orgaNote AS orgaNote_84, s0_.calendarSyncedAt AS calendarSyncedAt_85, s0_.logisticsRoom AS logisticsRoom_86, s0_.logisticsCatering AS logisticsCatering_87, s0_.logisticsEquipment AS logisticsEquipment_88, s0_.logisticsHelpers AS logisticsHelpers_89, s0_.history AS history_90, s0_.todoHistory AS todoHistory_91 FROM sp_event_events s0_ WHERE s0_.status = 'publish' AND s0_.startDate >= ? AND s0_.type = ? ORDER BY s0_.startDate ASC LIMIT 1"
"params" => [1 => "2026-08-07"
2 => "Workshop"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1608}
]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.title_en AS title_en_5, s0_.slug AS slug_6, s0_.lang AS lang_7, s0_.imagelink AS imagelink_8, s0_.videolink AS videolink_9, s0_.bgImagelink AS bgImagelink_10, s0_.tagline AS tagline_11, s0_.headerTextColor AS headerTextColor_12, s0_.spResponsiblePerson AS spResponsiblePerson_13, s0_.organization AS organization_14, s0_.organizerName AS organizerName_15, s0_.organizerEmail AS organizerEmail_16, s0_.venueName AS venueName_17, s0_.venueAddress AS venueAddress_18, s0_.showFullVenue AS showFullVenue_19, s0_.ticketing AS ticketing_20, s0_.applicationUrl AS applicationUrl_21, s0_.alert AS alert_22, s0_.trainer AS trainer_23, s0_.speakers AS speakers_24, s0_.teaser AS teaser_25, s0_.navbar AS navbar_26, s0_.stripePriceId AS stripePriceId_27, s0_.stripeProductId AS stripeProductId_28, s0_.stripeAccount AS stripeAccount_29, s0_.priceInEuroCent AS priceInEuroCent_30, s0_.isTaxIncluded AS isTaxIncluded_31, s0_.isFreeForKiCampus AS isFreeForKiCampus_32, s0_.isFreeForCommunity AS isFreeForCommunity_33, s0_.isSinglePage AS isSinglePage_34, s0_.isFormalLanguage AS isFormalLanguage_35, s0_.isMultiBatchEvent AS isMultiBatchEvent_36, s0_.isFeatured AS isFeatured_37, s0_.isFlagship AS isFlagship_38, s0_.capacity AS capacity_39, s0_.targetCapacity AS targetCapacity_40, s0_.twigFile AS twigFile_41, s0_.additionalCss AS additionalCss_42, s0_.content AS content_43, s0_.contentTwig AS contentTwig_44, s0_.content_blocks AS content_blocks_45, s0_.content_blocks_en AS content_blocks_en_46, s0_.ctaContent AS ctaContent_47, s0_.postCtaContent AS postCtaContent_48, s0_.tags AS tags_49, s0_.seriesTag AS seriesTag_50, s0_.feedbackFormId AS feedbackFormId_51, s0_.type AS type_52, s0_.location AS location_53, s0_.startDate AS startDate_54, s0_.endDate AS endDate_55, s0_.duration AS duration_56, s0_.status AS status_57, s0_.publishedAt AS publishedAt_58, s0_.publishedBy AS publishedBy_59, s0_.settings AS settings_60, s0_.displayStartDate AS displayStartDate_61, s0_.seoTitle AS seoTitle_62, s0_.seoKeyword AS seoKeyword_63, s0_.seoDescription AS seoDescription_64, s0_.navbar_en AS navbar_en_65, s0_.teaser_en AS teaser_en_66, s0_.content_en AS content_en_67, s0_.content_twig_en AS content_twig_en_68, s0_.post_cta_content_en AS post_cta_content_en_69, s0_.seo_title_en AS seo_title_en_70, s0_.seo_description_en AS seo_description_en_71, s0_.seo_keyword_en AS seo_keyword_en_72, s0_.has_english_version AS has_english_version_73, s0_.additional_js AS additional_js_74, s0_.metaPixelId AS metaPixelId_75, s0_.createDate AS createDate_76, s0_.lastChangeDate AS lastChangeDate_77, s0_.lastChangeUser AS lastChangeUser_78, s0_.publicId AS publicId_79, s0_.isExternalSubmission AS isExternalSubmission_80, s0_.createdBy AS createdBy_81, s0_.lastModified AS lastModified_82, s0_.createdAt AS createdAt_83, s0_.orgaNote AS orgaNote_84, s0_.calendarSyncedAt AS calendarSyncedAt_85, s0_.logisticsRoom AS logisticsRoom_86, s0_.logisticsCatering AS logisticsCatering_87, s0_.logisticsEquipment AS logisticsEquipment_88, s0_.logisticsHelpers AS logisticsHelpers_89, s0_.history AS history_90, s0_.todoHistory AS todoHistory_91 FROM sp_event_events s0_ WHERE s0_.startDate >= ? AND s0_.status = 'publish' AND s0_.status = 'publish' ORDER BY s0_.startDate ASC LIMIT 100"
[
"sql" => "SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.title_en AS title_en_5, s0_.slug AS slug_6, s0_.lang AS lang_7, s0_.imagelink AS imagelink_8, s0_.videolink AS videolink_9, s0_.bgImagelink AS bgImagelink_10, s0_.tagline AS tagline_11, s0_.headerTextColor AS headerTextColor_12, s0_.spResponsiblePerson AS spResponsiblePerson_13, s0_.organization AS organization_14, s0_.organizerName AS organizerName_15, s0_.organizerEmail AS organizerEmail_16, s0_.venueName AS venueName_17, s0_.venueAddress AS venueAddress_18, s0_.showFullVenue AS showFullVenue_19, s0_.ticketing AS ticketing_20, s0_.applicationUrl AS applicationUrl_21, s0_.alert AS alert_22, s0_.trainer AS trainer_23, s0_.speakers AS speakers_24, s0_.teaser AS teaser_25, s0_.navbar AS navbar_26, s0_.stripePriceId AS stripePriceId_27, s0_.stripeProductId AS stripeProductId_28, s0_.stripeAccount AS stripeAccount_29, s0_.priceInEuroCent AS priceInEuroCent_30, s0_.isTaxIncluded AS isTaxIncluded_31, s0_.isFreeForKiCampus AS isFreeForKiCampus_32, s0_.isFreeForCommunity AS isFreeForCommunity_33, s0_.isSinglePage AS isSinglePage_34, s0_.isFormalLanguage AS isFormalLanguage_35, s0_.isMultiBatchEvent AS isMultiBatchEvent_36, s0_.isFeatured AS isFeatured_37, s0_.isFlagship AS isFlagship_38, s0_.capacity AS capacity_39, s0_.targetCapacity AS targetCapacity_40, s0_.twigFile AS twigFile_41, s0_.additionalCss AS additionalCss_42, s0_.content AS content_43, s0_.contentTwig AS contentTwig_44, s0_.content_blocks AS content_blocks_45, s0_.content_blocks_en AS content_blocks_en_46, s0_.ctaContent AS ctaContent_47, s0_.postCtaContent AS postCtaContent_48, s0_.tags AS tags_49, s0_.seriesTag AS seriesTag_50, s0_.feedbackFormId AS feedbackFormId_51, s0_.type AS type_52, s0_.location AS location_53, s0_.startDate AS startDate_54, s0_.endDate AS endDate_55, s0_.duration AS duration_56, s0_.status AS status_57, s0_.publishedAt AS publishedAt_58, s0_.publishedBy AS publishedBy_59, s0_.settings AS settings_60, s0_.displayStartDate AS displayStartDate_61, s0_.seoTitle AS seoTitle_62, s0_.seoKeyword AS seoKeyword_63, s0_.seoDescription AS seoDescription_64, s0_.navbar_en AS navbar_en_65, s0_.teaser_en AS teaser_en_66, s0_.content_en AS content_en_67, s0_.content_twig_en AS content_twig_en_68, s0_.post_cta_content_en AS post_cta_content_en_69, s0_.seo_title_en AS seo_title_en_70, s0_.seo_description_en AS seo_description_en_71, s0_.seo_keyword_en AS seo_keyword_en_72, s0_.has_english_version AS has_english_version_73, s0_.additional_js AS additional_js_74, s0_.metaPixelId AS metaPixelId_75, s0_.createDate AS createDate_76, s0_.lastChangeDate AS lastChangeDate_77, s0_.lastChangeUser AS lastChangeUser_78, s0_.publicId AS publicId_79, s0_.isExternalSubmission AS isExternalSubmission_80, s0_.createdBy AS createdBy_81, s0_.lastModified AS lastModified_82, s0_.createdAt AS createdAt_83, s0_.orgaNote AS orgaNote_84, s0_.calendarSyncedAt AS calendarSyncedAt_85, s0_.logisticsRoom AS logisticsRoom_86, s0_.logisticsCatering AS logisticsCatering_87, s0_.logisticsEquipment AS logisticsEquipment_88, s0_.logisticsHelpers AS logisticsHelpers_89, s0_.history AS history_90, s0_.todoHistory AS todoHistory_91 FROM sp_event_events s0_ WHERE s0_.startDate >= ? AND s0_.status = 'publish' AND s0_.status = 'publish' ORDER BY s0_.startDate ASC LIMIT 100"
"params" => [1 => "2026-08-07"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#1608
+name: "STRING"
}
]
]
Log messages generated during the compilation of the service container.
Messages
Class
3177
Resolving inheritance for ".instanceof.Monolog\Processor\ProcessorInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor" (parent: .abstract.instanceof.Symfony\Bridge\Monolog\Processor\WebProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor" (parent: .instanceof.Monolog\Processor\ProcessorInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor).
Resolving inheritance for "Symfony\Bridge\Monolog\Processor\WebProcessor" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\EventSubscriber\AcceleratorEvidenceSubscriber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\EventSubscriber\AcceleratorEvidenceSubscriber).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\EventSubscriber\AcceleratorEvidenceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\EventSubscriber\AcceleratorEvidenceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorApplicationForm" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorApplicationForm).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorApplicationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorApplicationForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchCreateType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchCreateType).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchEditType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchEditType).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorWizardStepType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorWizardStepType).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorWizardStepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorWizardStepType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchApplicationMailRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchApplicationMailRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchApplicationMailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchApplicationMailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchInterviewSlotRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchInterviewSlotRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchInterviewSlotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchInterviewSlotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMailTemplateRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMailTemplateRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMailTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMentorRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMentorRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMentorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMentorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionAttendanceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionAttendanceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionAttendanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionAttendanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchStaffRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchStaffRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchStaffRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchStaffRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingActivityRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingActivityRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingChangeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingChangeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingChangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingChangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingContactRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingContactRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingStartupRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingStartupRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingStartupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingStartupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingTaskRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingTaskRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingTaskRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Twig\AcceleratorNavExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Twig\AcceleratorNavExtension).
Resolving inheritance for "App\StartPlatz\Bundle\AcceleratorBundle\Twig\AcceleratorNavExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Twig\AcceleratorNavExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopicRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopicRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessmentRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessmentRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNoteRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNoteRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshotRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshotRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlockRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlockRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScanRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScanRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolderRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolderRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpotRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpotRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResourceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResourceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTaskRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTaskRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPostRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPostRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiryRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiryRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancyRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancyRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Form\JurySessionType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Form\JurySessionType).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Form\JurySessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Form\JurySessionType).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AcceleratorBerichtProvider" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AcceleratorBerichtProvider).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AcceleratorBerichtProvider" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AcceleratorBerichtProvider).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AiHubBerichtProvider" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AiHubBerichtProvider).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AiHubBerichtProvider" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AiHubBerichtProvider).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\BuerosCoworkingBerichtProvider" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\BuerosCoworkingBerichtProvider).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\BuerosCoworkingBerichtProvider" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\BuerosCoworkingBerichtProvider).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\EventsBerichtProvider" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\EventsBerichtProvider).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\EventsBerichtProvider" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\EventsBerichtProvider).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\KonferenzraeumeBerichtProvider" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\KonferenzraeumeBerichtProvider).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\KonferenzraeumeBerichtProvider" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\KonferenzraeumeBerichtProvider).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\MarketingBerichtProvider" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\MarketingBerichtProvider).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\MarketingBerichtProvider" (parent: .instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\MarketingBerichtProvider).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Twig\ChatbotExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Twig\ChatbotExtension).
Resolving inheritance for "App\StartPlatz\Bundle\AllmedaBundle\Twig\ChatbotExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Twig\ChatbotExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\EventController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\JobController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\PageController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\PostController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController" (parent: .instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\InvestRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\InvestRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Entity\InvestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\InvestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\JobRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\JobRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Entity\JobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\JobRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStatRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStatRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Entity\JobStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\PageRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\PageRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Entity\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\PerkRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\PerkRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Entity\PerkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\PerkRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\AssessmentSummaryType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\AssessmentSummaryType).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Form\AssessmentSummaryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\AssessmentSummaryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\JobType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\JobType).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Form\JobType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\JobType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PageType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\PageType).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Form\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PerkType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\PerkType).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Form\PerkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PerkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PostType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\PostType).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Form\PostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\RatingType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\RatingType).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Form\RatingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\RatingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\WebPageType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\WebPageType).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Form\WebPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\WebPageType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\FeedRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Repository\FeedRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Repository\FeedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\FeedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\PostRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Repository\PostRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Repository\PostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\PostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\RatingRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Repository\RatingRepository).
Resolving inheritance for "App\StartPlatz\Bundle\AlphaBundle\Repository\RatingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\RatingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\BookingController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MemberController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\TeamController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\UserController.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\UserController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\UserController.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController" (parent: .instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ApiBundle\Repository\WebhookLogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Repository\WebhookLogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\ApiBundle\Repository\WebhookLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ApiBundle\Repository\WebhookLogRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand.0.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand.0.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\EventController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\PostController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController" (parent: .instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\ConnectBundle\Form\ConnectJobType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Form\ConnectJobType).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Form\ConnectJobType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\ConnectBundle\Form\ConnectJobType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\ConnectBundle\Twig\AcceleratorBatchExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Twig\AcceleratorBatchExtension).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Twig\AcceleratorBatchExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\ConnectBundle\Twig\AcceleratorBatchExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\ConnectBundle\Twig\NextEventExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Twig\NextEventExtension).
Resolving inheritance for "App\StartPlatz\Bundle\ConnectBundle\Twig\NextEventExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\ConnectBundle\Twig\NextEventExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController).
Resolving inheritance for "App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController" (parent: .instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController).
Resolving inheritance for "App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController" (parent: .instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController).
Resolving inheritance for "App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController" (parent: .instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController).
Resolving inheritance for "App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController" (parent: .instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ControllingBundle\Entity\ControllingRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Entity\ControllingRepository).
Resolving inheritance for "App\StartPlatz\Bundle\ControllingBundle\Entity\ControllingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ControllingBundle\Entity\ControllingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\BackfillOperationsOwnerCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\BackfillOperationsOwnerCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\BackfillOperationsOwnerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\BackfillOperationsOwnerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand.0.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand.0.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolAccountsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolAccountsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolAccountsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolAccountsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolFlagCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolFlagCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolFlagCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolFlagCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\DetectCostDuplicatesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\DetectCostDuplicatesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\DetectCostDuplicatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\DetectCostDuplicatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\DiscoverCostCardsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\DiscoverCostCardsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\DiscoverCostCardsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\DiscoverCostCardsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\EnrichCreditorsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\EnrichCreditorsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\EnrichCreditorsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\EnrichCreditorsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\FetchAnthropicCostsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\FetchAnthropicCostsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\FetchAnthropicCostsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\FetchAnthropicCostsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\FetchOpenAiCostsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\FetchOpenAiCostsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\FetchOpenAiCostsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\FetchOpenAiCostsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ImportCardStagingCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ImportCardStagingCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\ImportCardStagingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ImportCardStagingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand.0.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand.0.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\KpiSnapshotDailyCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\KpiSnapshotDailyCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\KpiSnapshotDailyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\KpiSnapshotDailyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\MatchCardStagingCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\MatchCardStagingCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\MatchCardStagingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\MatchCardStagingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand.0.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand.0.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\RematchTransactionsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\RematchTransactionsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\RematchTransactionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\RematchTransactionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand.0.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand.0.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand.0.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand.0.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncGmiCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncGmiCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\SyncGmiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncGmiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncMossCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncMossCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\SyncMossCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncMossCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncPersonioCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncPersonioCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\SyncPersonioCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncPersonioCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncPleoCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncPleoCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\SyncPleoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncPleoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncQontoCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncQontoCommand).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Command\SyncQontoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncQontoCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\CostApiController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCardRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCardRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\CostCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumberRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumberRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAliasRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAliasRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAliasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAliasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMappingRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMappingRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMappingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMappingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostTransactionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostTransactionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\CostTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshotRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshotRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEventRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEventRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshotRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshotRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverageRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverageRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntityRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntityRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployeeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployeeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployeeRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountLifecycleType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountLifecycleType).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountLifecycleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountLifecycleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountMappingType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountMappingType).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountMappingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountMappingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityForecastRunCaptureType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityForecastRunCaptureType).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Form\LiquidityForecastRunCaptureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityForecastRunCaptureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityLegalEntityType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityLegalEntityType).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Form\LiquidityLegalEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityLegalEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityManualBankBalanceType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityManualBankBalanceType).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Form\LiquidityManualBankBalanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityManualBankBalanceType).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\GmiSyncService" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Service\GmiSyncService).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Service\GmiSyncService" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\GmiSyncService).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\MossSyncService" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Service\MossSyncService).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Service\MossSyncService" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\MossSyncService).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\PleoSyncService" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Service\PleoSyncService).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Service\PleoSyncService" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\PleoSyncService).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\QontoSyncService" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Service\QontoSyncService).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Service\QontoSyncService" (parent: .instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\QontoSyncService).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\CostBundle\Twig\CostSourceExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Twig\CostSourceExtension).
Resolving inheritance for "App\StartPlatz\Bundle\CostBundle\Twig\CostSourceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\CostBundle\Twig\CostSourceExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController" (parent: .instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController" (parent: .instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand.0.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand.0.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand.0.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand.0.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\NextEventUrlsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\NextEventUrlsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\NextEventUrlsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\NextEventUrlsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand.0.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand.0.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand.0.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand.0.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AushangController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AushangController.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\AushangController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AushangController.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\CheckinController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\ConnectController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventListController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventListController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventListController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventTagController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\GuestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\GuestController.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\GuestController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\GuestController.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlotRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlotRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNoteRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNoteRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\CalendarNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePostRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePostRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventChannelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckinRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckinRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventCheckinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckinRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventDateRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventDateRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventDateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventDateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTaskRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTaskRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItemRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItemRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventPollItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventPollRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVoteRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVoteRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventPollVoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlotRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlotRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClickRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClickRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClickRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClickRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistrationRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistrationRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventRegistrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRetroRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRetroRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventRetroRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRetroRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybookRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybookRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybookRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePaymentRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePaymentRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventStripePaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaignRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaignRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntryRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntryRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRuleRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRuleRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\ScreenRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\ScreenRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\ScreenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\ScreenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlideRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlideRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlideRepository).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber" (parent: .instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\BulkParticipantImportType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\BulkParticipantImportType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\BulkParticipantImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\BulkParticipantImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventAdminNotificationType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventAdminNotificationType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventAdminNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventAdminNotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventApplicationType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventApplicationType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventApplicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventApplicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventCancellationMailType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventCancellationMailType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventCancellationMailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventCancellationMailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventCommunicationType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventCommunicationType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventCommunicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventCommunicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventConfirmationMailType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventConfirmationMailType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventConfirmationMailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventConfirmationMailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventContentType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventContentType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventDataType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventDataType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventEnglishType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventEnglishType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventEnglishType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventEnglishType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventFeedbackMailType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventFeedbackMailType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventFeedbackMailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventFeedbackMailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventInternalType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventInternalType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventInternalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventInternalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventParticipantAdminType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventParticipantAdminType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventParticipantAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventParticipantAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventRegistrationType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventRegistrationType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventReminderType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventReminderType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventReminderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventReminderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventSeoType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventSeoType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventSeoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventSeoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventSinglePageType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventSinglePageType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventSinglePageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventSinglePageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\FollowUpCockpitType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\FollowUpCockpitType).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Form\FollowUpCockpitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\FollowUpCockpitType).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\CloudinaryImageExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Twig\CloudinaryImageExtension).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Twig\CloudinaryImageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\CloudinaryImageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\EventPlaceholderExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Twig\EventPlaceholderExtension).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Twig\EventPlaceholderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\EventPlaceholderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\Extension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Twig\Extension).
Resolving inheritance for "App\StartPlatz\Bundle\EventBundle\Twig\Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\Extension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventbriteBundle\Command\ReportSalesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Command\ReportSalesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\EventbriteBundle\Command\ReportSalesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventbriteBundle\Command\ReportSalesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController).
Resolving inheritance for "App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController" (parent: .instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController).
Resolving inheritance for "App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController" (parent: .instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\AttendeeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\AttendeeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventbriteBundle\Entity\AttendeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\AttendeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendeeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendeeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventRepository).
Resolving inheritance for "App\StartPlatz\Bundle\EventbriteBundle\Entity\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController" (parent: .instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController" (parent: .instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItemRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItemRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVoteRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVoteRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVoteRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\AllmedaFeedbackType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\AllmedaFeedbackType).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Form\AllmedaFeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\AllmedaFeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ConnectFeedbackType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\ConnectFeedbackType).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Form\ConnectFeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ConnectFeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentCKEditorFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentCKEditorFormType).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Form\ContentCKEditorFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentCKEditorFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentPlainEditorFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentPlainEditorFormType).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Form\ContentPlainEditorFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentPlainEditorFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\FeedbackType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\FeedbackType).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Form\FeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\FeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ImportFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\ImportFormType).
Resolving inheritance for "App\StartPlatz\Bundle\FeedbackBundle\Form\ImportFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ImportFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\BillingReminderCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\BillingReminderCommand).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Command\BillingReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\BillingReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\CheckDeletedPositionsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\CheckDeletedPositionsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Command\CheckDeletedPositionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\CheckDeletedPositionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\EnrichBatchDateFromEasybillCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\EnrichBatchDateFromEasybillCommand).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Command\EnrichBatchDateFromEasybillCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\EnrichBatchDateFromEasybillCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\FindReplacementPositionIdsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\FindReplacementPositionIdsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Command\FindReplacementPositionIdsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\FindReplacementPositionIdsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\ImportInvoicesFromEasybillCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\ImportInvoicesFromEasybillCommand).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Command\ImportInvoicesFromEasybillCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\ImportInvoicesFromEasybillCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\ImportPaymentsFromEasybillCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\ImportPaymentsFromEasybillCommand).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Command\ImportPaymentsFromEasybillCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\ImportPaymentsFromEasybillCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\SyncServicesFromEasybillCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\SyncServicesFromEasybillCommand).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Command\SyncServicesFromEasybillCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\SyncServicesFromEasybillCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Controller\AccountController" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Controller\PositionController" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Controller\ProductController" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\ConsolidationRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\ConsolidationRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Entity\ConsolidationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\ConsolidationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\DatevRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\DatevRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Entity\DatevRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\DatevRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\EasybillRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\EasybillRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Entity\EasybillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\EasybillRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePaymentRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePaymentRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\InvoiceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\InvoiceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Entity\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\PositionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\PositionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Entity\PositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\PositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\ProductRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\ProductRepository).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\Entity\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\ProductRepository).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber.0.App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber).
Resolving inheritance for "App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber" (parent: .instanceof.App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber.0.App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController" (parent: .instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController" (parent: .instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController" (parent: .instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController" (parent: .instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController" (parent: .instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\EventSubscriber\GsEvidenceSubscriber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\EventSubscriber\GsEvidenceSubscriber).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\EventSubscriber\GsEvidenceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\EventSubscriber\GsEvidenceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsBatchStatusType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsBatchStatusType).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsBatchStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsBatchStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsCloseParticipationType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsCloseParticipationType).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsCloseParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsCloseParticipationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsJurySessionCreateType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsJurySessionCreateType).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsJurySessionCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsJurySessionCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsRejectApplicationType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsRejectApplicationType).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsRejectApplicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsRejectApplicationType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryAssessmentRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryAssessmentRepository).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryAssessmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryAssessmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryMemberAssessmentRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryMemberAssessmentRepository).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryMemberAssessmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryMemberAssessmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryParticipationRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryParticipationRepository).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJurySessionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJurySessionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJurySessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJurySessionRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter).
Resolving inheritance for "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand.0.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand" (parent: .instanceof.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand.0.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController).
Resolving inheritance for "App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController" (parent: .instanceof.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\InvestorsBundle\Repository\InvestorRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\InvestorsBundle\Repository\InvestorRepository).
Resolving inheritance for "App\StartPlatz\Bundle\InvestorsBundle\Repository\InvestorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\InvestorsBundle\Repository\InvestorRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController).
Resolving inheritance for "App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController" (parent: .instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController).
Resolving inheritance for "App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController" (parent: .instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Form\JobListingType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Form\JobListingType).
Resolving inheritance for "App\StartPlatz\Bundle\JobPortalBundle\Form\JobListingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Form\JobListingType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Repository\JobListingRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Repository\JobListingRepository).
Resolving inheritance for "App\StartPlatz\Bundle\JobPortalBundle\Repository\JobListingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Repository\JobListingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand.0.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand.0.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand.0.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand.0.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand.0.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand.0.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\AILogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\AILogController.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\AILogController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\AILogController.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\BookingController.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\BookingController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\BookingController.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\MailLogController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MemberController.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\MemberController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MemberController.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\MonsumController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SmsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SmsController.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\SmsController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SmsController.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\SpaceController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\TeamController.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Controller\TeamController" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\Controller\TeamController.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\BookinglogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\BookinglogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\BookinglogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\BookinglogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\CronjobLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\ErrorlogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\ErrorlogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\ErrorlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\ErrorlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\EventbritelogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\EventbritelogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\EventbritelogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\EventbritelogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\MemberlogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\MemberlogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\MemberlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\MemberlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\MonsumlogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\MonsumlogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\MonsumlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\MonsumlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\SelfbookinglogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\SelfbookinglogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\SelfbookinglogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\SelfbookinglogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\SpacelogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\SpacelogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\SpacelogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\SpacelogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\TeamlogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\TeamlogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\Entity\TeamlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\TeamlogRepository).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener.0.App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener).
Resolving inheritance for "App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener" (parent: .instanceof.App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener.0.App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailBundle\Command\MandrillCleanupForeignSendersCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailBundle\Command\MandrillCleanupForeignSendersCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MailBundle\Command\MandrillCleanupForeignSendersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailBundle\Command\MandrillCleanupForeignSendersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand.0.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand.0.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\PurgeMailQueueCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\PurgeMailQueueCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Command\PurgeMailQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\PurgeMailQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand.0.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand.0.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController" (parent: .instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignmentRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignmentRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignmentRepository).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\EventListener\MailClickTrackingListener" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\EventListener\MailClickTrackingListener).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\EventListener\MailClickTrackingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\EventListener\MailClickTrackingListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailQueueType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Form\MailQueueType).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Form\MailQueueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailQueueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateCompleteType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateCompleteType).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateCompleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateCompleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateType).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\TemplateType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Form\TemplateType).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Form\TemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\TemplateType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\BulkMailRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Repository\BulkMailRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Repository\BulkMailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\BulkMailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\MailQueueRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Repository\MailQueueRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Repository\MailQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\MailQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\MailTemplateRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Repository\MailTemplateRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MailmanBundle\Repository\MailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\MailTemplateRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController" (parent: .instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand.0.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand" (parent: .instanceof.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand.0.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\ImportRechnungspostenCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Command\ImportRechnungspostenCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Command\ImportRechnungspostenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\ImportRechnungspostenCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand.0.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand" (parent: .instanceof.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand.0.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController" (parent: .instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController" (parent: .instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomainRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomainRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomainRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomainRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLinkRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLinkRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembershipRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembershipRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembershipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembershipRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerificationRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerificationRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLinkRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLinkRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\MemberLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\MemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomerRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomerRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscriptionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscriptionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeamRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeamRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeamRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\OptionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\OptionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\OptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\OptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\ProductRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\ProductRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\ServiceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\ServiceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\ServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\ServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\TeamRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\TeamRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Entity\TeamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\TeamRepository).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener" (parent: .instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener" (parent: .instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener" (parent: .instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\AddMemberToTeamType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\AddMemberToTeamType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\AddMemberToTeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\AddMemberToTeamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberGuestType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberGuestType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\MemberGuestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberGuestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberMailType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberMailType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\MemberMailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberMailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberMentorType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberMentorType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\MemberMentorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberMentorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberProfileType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberProfileType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\MemberProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\MemberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\OptionType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\OptionType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\OptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\OptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\ProductType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\ProductType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\ServiceType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\ServiceType).
Resolving inheritance for "App\StartPlatz\Bundle\MemberBundle\Form\ServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\ServiceType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController).
Resolving inheritance for "App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController" (parent: .instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController).
Resolving inheritance for "App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController" (parent: .instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController).
Resolving inheritance for "App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController" (parent: .instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MentorsBundle\Repository\MentorRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Repository\MentorRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MentorsBundle\Repository\MentorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MentorsBundle\Repository\MentorRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand.0.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand" (parent: .instanceof.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand.0.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController).
Resolving inheritance for "App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController" (parent: .instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\TagController.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController).
Resolving inheritance for "App\StartPlatz\Bundle\MetaBundle\Controller\TagController" (parent: .instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\TagController.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MetaBundle\Entity\AttributeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\AttributeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MetaBundle\Entity\AttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MetaBundle\Entity\AttributeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MetaBundle\Entity\TagRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\TagRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MetaBundle\Entity\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MetaBundle\Entity\TagRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MetaBundle\Form\AttributeType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Form\AttributeType).
Resolving inheritance for "App\StartPlatz\Bundle\MetaBundle\Form\AttributeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MetaBundle\Form\AttributeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MetaBundle\Form\TagType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Form\TagType).
Resolving inheritance for "App\StartPlatz\Bundle\MetaBundle\Form\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MetaBundle\Form\TagType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController).
Resolving inheritance for "App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController" (parent: .instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController).
Resolving inheritance for "App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController" (parent: .instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController).
Resolving inheritance for "App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController" (parent: .instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController).
Resolving inheritance for "App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController" (parent: .instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController).
Resolving inheritance for "App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController" (parent: .instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppTokenRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppTokenRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppTokenRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\BackfillMonsumInvoiceStatusCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Command\BackfillMonsumInvoiceStatusCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Command\BackfillMonsumInvoiceStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\BackfillMonsumInvoiceStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\SyncMonsumInvoicesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Command\SyncMonsumInvoicesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Command\SyncMonsumInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\SyncMonsumInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\TestDusEmpfangCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Command\TestDusEmpfangCommand).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Command\TestDusEmpfangCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\TestDusEmpfangCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController" (parent: .instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\ArticleRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\ArticleRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Entity\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\CustomerRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\CustomerRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Entity\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\InvoiceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\InvoiceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Entity\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\ItemRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\ItemRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Entity\ItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\ItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNoteRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNoteRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\SubscriptionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\SubscriptionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\MonsumBundle\Entity\SubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\SubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomerRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomerRepository).
Resolving inheritance for "App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItemRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItemRepository).
Resolving inheritance for "App\StartPlatz\Bundle\OrderBundle\Entity\OrderItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\OrderRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\OrderRepository).
Resolving inheritance for "App\StartPlatz\Bundle\OrderBundle\Entity\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\OrderRepository).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler.0.App\StartPlatz\Bundle\OrderBundle\Service\TagespassFulfillmentHandler" (parent: .abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Service\TagespassFulfillmentHandler).
Resolving inheritance for "App\StartPlatz\Bundle\OrderBundle\Service\TagespassFulfillmentHandler" (parent: .instanceof.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler.0.App\StartPlatz\Bundle\OrderBundle\Service\TagespassFulfillmentHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateFromPagesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateFromPagesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Command\MigrateFromPagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateFromPagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateTagsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateTagsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Command\MigrateTagsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateTagsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController" (parent: .instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverableRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverableRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\EventSponsorshipRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\EventSponsorshipRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\EventSponsorshipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\EventSponsorshipRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogAreaRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogAreaRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogAreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogAreaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogBausteinRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogBausteinRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogBausteinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogBausteinRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogPackageRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogPackageRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogPackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogPackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogSaeuleRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogSaeuleRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogSaeuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogSaeuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerContractRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerContractRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerContractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerInquiryRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerInquiryRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerInquiryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerInquiryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPackagePriceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPackagePriceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPackagePriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPackagePriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPerkRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPerkRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPerkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPerkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerQuoteRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerQuoteRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerQuoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerQuoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter).
Resolving inheritance for "App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController).
Resolving inheritance for "App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController" (parent: .instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController).
Resolving inheritance for "App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController" (parent: .instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController" (parent: .instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController).
Resolving inheritance for "App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController" (parent: .instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController).
Resolving inheritance for "App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController" (parent: .instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController).
Resolving inheritance for "App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController" (parent: .instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPageRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPageRepository).
Resolving inheritance for "App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPageRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Twig\PublicPageExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Twig\PublicPageExtension).
Resolving inheritance for "App\StartPlatz\Bundle\PublicPageBundle\Twig\PublicPageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Twig\PublicPageExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController).
Resolving inheritance for "App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController" (parent: .instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController).
Resolving inheritance for "App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController" (parent: .instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamApplicationType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamApplicationType).
Resolving inheritance for "App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamApplicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamApplicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamType).
Resolving inheritance for "App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController).
Resolving inheritance for "App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController" (parent: .instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController).
Resolving inheritance for "App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController" (parent: .instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController).
Resolving inheritance for "App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController" (parent: .instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController).
Resolving inheritance for "App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController" (parent: .instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController).
Resolving inheritance for "App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController" (parent: .instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController).
Resolving inheritance for "App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController" (parent: .instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Form\StepType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Form\StepType).
Resolving inheritance for "App\StartPlatz\Bundle\RpAdminBundle\Form\StepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Form\StepType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand.0.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand.0.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\DatevController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\KeyController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\OptionController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\ProductController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\UserController.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Controller\UserController" (parent: .instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\UserController.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\AlumnusRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\AlumnusRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\AlumnusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\AlumnusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\BudgetRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\BudgetRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\BudgetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\BudgetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\KeyRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\KeyRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\KeyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\KeyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\KeylogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\KeylogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\KeylogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\KeylogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\ResourceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\ResourceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\ResourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\ResourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransactionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\TransactionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\TransponderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderlogRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderlogRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Entity\TransponderlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderlogRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\KeyType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\KeyType).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Form\KeyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\KeyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\ResourceType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\ResourceType).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Form\ResourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\ResourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\SpaceType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\SpaceType).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Form\SpaceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\SpaceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\SpaceUsageType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\SpaceUsageType).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Form\SpaceUsageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\SpaceUsageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\TransponderType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\TransponderType).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Form\TransponderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\TransponderType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRuleRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRuleRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomSeatingRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomSeatingRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomSeatingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomSeatingRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\SettingBundle\Twig\ProductHierarchyExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Twig\ProductHierarchyExtension).
Resolving inheritance for "App\StartPlatz\Bundle\SettingBundle\Twig\ProductHierarchyExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\SettingBundle\Twig\ProductHierarchyExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController).
Resolving inheritance for "App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController" (parent: .instanceof.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand.0.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand" (parent: .instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand.0.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand.0.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand" (parent: .instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand.0.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController" (parent: .instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController" (parent: .instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController" (parent: .instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController" (parent: .instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Controller\PageController" (parent: .instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SpaceBundle\Entity\BookingRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\BookingRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Entity\BookingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SpaceBundle\Entity\BookingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBookingRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBookingRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBookingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBookingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SpaceBundle\Form\BookingType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Form\BookingType).
Resolving inheritance for "App\StartPlatz\Bundle\SpaceBundle\Form\BookingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SpaceBundle\Form\BookingType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StartupBundle\Command\TestEventsHealthCheckCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Command\TestEventsHealthCheckCommand).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Command\TestEventsHealthCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StartupBundle\Command\TestEventsHealthCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\AdminController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\BatchController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\StartupController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController" (parent: .instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVoteRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVoteRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSetRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSetRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSetRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationAdminType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationAdminType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\ApplicationAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\ApplicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\BatchType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\BatchType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\BatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\BatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\GsApplicationStepType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\GsApplicationStepType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\GsApplicationStepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\GsApplicationStepType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\LivecycleEventType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\LivecycleEventType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\LivecycleEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\LivecycleEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ProgramType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\ProgramType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\ProgramType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ProgramType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ReminderType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\ReminderType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\ReminderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ReminderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\StartupCompleteType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\StartupCompleteType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\StartupCompleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\StartupCompleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\StartupType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\StartupType).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Form\StartupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\StartupType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ApplicationRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\ApplicationRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\ApplicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ApplicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\BatchRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\BatchRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\BatchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\BatchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ProgramRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\ProgramRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\ProgramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ProgramRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ReminderRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\ReminderRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\ReminderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ReminderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupActivityTypeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupActivityTypeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\StartupActivityTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupActivityTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupAttributeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupAttributeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\StartupAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupAttributeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupBatchActivityRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupBatchActivityRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\StartupBatchActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupBatchActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupLifecycleEventRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupLifecycleEventRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\StartupLifecycleEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupLifecycleEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupNewsLinkRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupNewsLinkRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\StartupNewsLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupNewsLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRelevanceRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRelevanceRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\StartupRelevanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRelevanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StartupBundle\Repository\StartupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController" (parent: .instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StatisticBundle\Entity\StatisticRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\StatisticRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Entity\StatisticRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StatisticBundle\Entity\StatisticRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StatisticBundle\Repository\TrackingAggregateRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Repository\TrackingAggregateRepository).
Resolving inheritance for "App\StartPlatz\Bundle\StatisticBundle\Repository\TrackingAggregateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StatisticBundle\Repository\TrackingAggregateRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController).
Resolving inheritance for "App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController" (parent: .instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController" (parent: .instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController" (parent: .instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController" (parent: .instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController" (parent: .instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\AnswerType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Form\AnswerType).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Form\AnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\AnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\QuestionType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Form\QuestionType).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Form\QuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\QuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\SurveyType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Form\SurveyType).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Form\SurveyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\SurveyType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\AnswerRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\AnswerRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Repository\AnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\AnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormFieldRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\FormFieldRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Repository\FormFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\FormRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Repository\FormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormSubmissionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\FormSubmissionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Repository\FormSubmissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormSubmissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\ParticipationRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\ParticipationRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Repository\ParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\ParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\QuestionRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\QuestionRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Repository\QuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\QuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\SurveyRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\SurveyRepository).
Resolving inheritance for "App\StartPlatz\Bundle\SurveyBundle\Repository\SurveyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\SurveyRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController" (parent: .instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamBudgetsType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamBudgetsType).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamBudgetsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamBudgetsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamConnectType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamConnectType).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamConnectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamConnectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamContactsType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamContactsType).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamContactsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamContactsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamType).
Resolving inheritance for "App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController).
Resolving inheritance for "App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController" (parent: .instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController).
Resolving inheritance for "App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController" (parent: .instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenterRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenterRepository).
Resolving inheritance for "App\StartPlatz\Bundle\ToolBundle\Entity\CostCenterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccountRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccountRepository).
Resolving inheritance for "App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLinkRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLinkRepository).
Resolving inheritance for "App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLinkRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter).
Resolving inheritance for "App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand.0.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand" (parent: .instanceof.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand.0.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\E2eSeedCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Command\E2eSeedCommand).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Command\E2eSeedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\E2eSeedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\SendTestmailCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Command\SendTestmailCommand).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Command\SendTestmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\SendTestmailCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController" (parent: .instanceof.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Controller\ProfilController" (parent: .instanceof.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Entity\LoginTokenRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\LoginTokenRepository).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Entity\LoginTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Entity\LoginTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Entity\UserRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\UserRepository).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Entity\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Entity\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\EventSubscriber\ForcePasswordResetSubscriber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\EventSubscriber\ForcePasswordResetSubscriber).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\EventSubscriber\ForcePasswordResetSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\EventSubscriber\ForcePasswordResetSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\AddPasswordFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\AddPasswordFormType).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Form\AddPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\AddPasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ChangeEmailFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\ChangeEmailFormType).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Form\ChangeEmailFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ChangeEmailFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\ChangePasswordFormType).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\LoginFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\LoginFormType).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Form\LoginFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\LoginFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\LostPasswordFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\LostPasswordFormType).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Form\LostPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\LostPasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ProfilFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\ProfilFormType).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Form\ProfilFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ProfilFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\RegistrationFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\RegistrationFormType).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\SetPasswordFormType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\SetPasswordFormType).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Form\SetPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\SetPasswordFormType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Repository\UserActivityRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Repository\UserActivityRepository).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Repository\UserActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Repository\UserActivityRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\UserBundle\Twig\Extension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Twig\Extension).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Twig\Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\UserBundle\Twig\Extension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\StartPlatz\Bundle\UserBundle\Validator\UserExistsValidator" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Validator\UserExistsValidator).
Resolving inheritance for "App\StartPlatz\Bundle\UserBundle\Validator\UserExistsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\StartPlatz\Bundle\UserBundle\Validator\UserExistsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand" (parent: .instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand" (parent: .instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand" (parent: .instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ImportVirtualOfficeCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ImportVirtualOfficeCommand).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ImportVirtualOfficeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ImportVirtualOfficeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand" (parent: .instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand" (parent: .instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController" (parent: .instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController" (parent: .instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportErrorRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportErrorRepository).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportErrorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportErrorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeRepository).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Form\VirtualOfficeType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Form\VirtualOfficeType).
Resolving inheritance for "App\StartPlatz\Bundle\VirtualOfficeBundle\Form\VirtualOfficeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Form\VirtualOfficeType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController" (parent: .instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController" (parent: .instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController" (parent: .instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController" (parent: .instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController" (parent: .instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController" (parent: .instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller" (parent: .instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClickRepository" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClickRepository).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClickRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClickRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Twig\Extension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Twig\Extension).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Twig\Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Twig\Extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Twig\MenuTranslationExtension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Twig\MenuTranslationExtension).
Resolving inheritance for "App\StartPlatz\Bundle\WebsiteBundle\Twig\MenuTranslationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Twig\MenuTranslationExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Config\Runtime\Repository\ConfigSettingRepository" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\Runtime\Repository\ConfigSettingRepository).
Resolving inheritance for "App\StartPlatz\Ecosystem\Config\Runtime\Repository\ConfigSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Config\Runtime\Repository\ConfigSettingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand.0.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand).
Resolving inheritance for "App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand" (parent: .instanceof.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand.0.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController).
Resolving inheritance for "App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController" (parent: .instanceof.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Entitlement\Repository\CoworkerEntitlementRepository" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Repository\CoworkerEntitlementRepository).
Resolving inheritance for "App\StartPlatz\Ecosystem\Entitlement\Repository\CoworkerEntitlementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Entitlement\Repository\CoworkerEntitlementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Entitlement\Repository\EirResidencyRepository" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Repository\EirResidencyRepository).
Resolving inheritance for "App\StartPlatz\Ecosystem\Entitlement\Repository\EirResidencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Entitlement\Repository\EirResidencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Evidence\Repository\SystemEvidenceRepository" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Evidence\Repository\SystemEvidenceRepository).
Resolving inheritance for "App\StartPlatz\Ecosystem\Evidence\Repository\SystemEvidenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Evidence\Repository\SystemEvidenceRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController).
Resolving inheritance for "App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController" (parent: .instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController).
Resolving inheritance for "App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController" (parent: .instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController).
Resolving inheritance for "App\StartPlatz\Ecosystem\Interaction\Controller\RequestController" (parent: .instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Ecosystem\Interaction\Form\IntroType" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Form\IntroType).
Resolving inheritance for "App\StartPlatz\Ecosystem\Interaction\Form\IntroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Ecosystem\Interaction\Form\IntroType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Ecosystem\Interaction\Form\RequestType" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Form\RequestType).
Resolving inheritance for "App\StartPlatz\Ecosystem\Interaction\Form\RequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Ecosystem\Interaction\Form\RequestType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionIntroRepository" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionIntroRepository).
Resolving inheritance for "App\StartPlatz\Ecosystem\Interaction\Repository\InteractionIntroRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionIntroRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionRequestRepository" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionRequestRepository).
Resolving inheritance for "App\StartPlatz\Ecosystem\Interaction\Repository\InteractionRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Participation\Repository\ParticipationRepository" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Repository\ParticipationRepository).
Resolving inheritance for "App\StartPlatz\Ecosystem\Participation\Repository\ParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Participation\Repository\ParticipationRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Ecosystem\Twig\VisibilityExtension" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Twig\VisibilityExtension).
Resolving inheritance for "App\StartPlatz\Ecosystem\Twig\VisibilityExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Ecosystem\Twig\VisibilityExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Testing\Command\CompareTestCommand" (parent: .abstract.instanceof.App\StartPlatz\Testing\Command\CompareTestCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Testing\Command\CompareTestCommand.0.App\StartPlatz\Testing\Command\CompareTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Testing\Command\CompareTestCommand).
Resolving inheritance for "App\StartPlatz\Testing\Command\CompareTestCommand" (parent: .instanceof.App\StartPlatz\Testing\Command\CompareTestCommand.0.App\StartPlatz\Testing\Command\CompareTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Testing\Command\GradeTestCommand" (parent: .abstract.instanceof.App\StartPlatz\Testing\Command\GradeTestCommand).
Resolving inheritance for ".instanceof.App\StartPlatz\Testing\Command\GradeTestCommand.0.App\StartPlatz\Testing\Command\GradeTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Testing\Command\GradeTestCommand).
Resolving inheritance for "App\StartPlatz\Testing\Command\GradeTestCommand" (parent: .instanceof.App\StartPlatz\Testing\Command\GradeTestCommand.0.App\StartPlatz\Testing\Command\GradeTestCommand).
Resolving inheritance for ".instanceof.App\MessageHandler\MonsumDunningNotificationMessageHandler.0.App\MessageHandler\MonsumDunningNotificationMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\MonsumDunningNotificationMessageHandler).
Resolving inheritance for "App\MessageHandler\MonsumDunningNotificationMessageHandler" (parent: .instanceof.App\MessageHandler\MonsumDunningNotificationMessageHandler.0.App\MessageHandler\MonsumDunningNotificationMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\SendConfirmationMailMessageHandler.0.App\MessageHandler\SendConfirmationMailMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\SendConfirmationMailMessageHandler).
Resolving inheritance for "App\MessageHandler\SendConfirmationMailMessageHandler" (parent: .instanceof.App\MessageHandler\SendConfirmationMailMessageHandler.0.App\MessageHandler\SendConfirmationMailMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\SendMetaConversionMessageHandler.0.App\MessageHandler\SendMetaConversionMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\SendMetaConversionMessageHandler).
Resolving inheritance for "App\MessageHandler\SendMetaConversionMessageHandler" (parent: .instanceof.App\MessageHandler\SendMetaConversionMessageHandler.0.App\MessageHandler\SendMetaConversionMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.startplatz.wordpress_integration.wordpress_response_listener" (parent: .abstract.instanceof.startplatz.wordpress_integration.wordpress_response_listener).
Resolving inheritance for "startplatz.wordpress_integration.wordpress_response_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.startplatz.wordpress_integration.wordpress_response_listener).
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 "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.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 "state_machine.accelerator_review" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.accelerator_review" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.gs_review" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.gs_review" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.gs_selection" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.gs_selection" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.mentor_mail_admin_minute" (parent: limiter).
Resolving inheritance for "limiter.mentor_mail_admin_day" (parent: limiter).
Resolving inheritance for "limiter.mentor_mail_mentor_minute" (parent: limiter).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
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.mobile_api_docs_provider" (parent: security.user.provider.in_memory).
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.mobile_api_docs" (parent: security.firewall.config).
Resolving inheritance for "security.listener.mobile_api_docs.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.mobile_api_docs" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.mobile_api_docs" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.mobile_api_docs" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.mobile_api_docs" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.mobile_api_docs" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.mobile_api_docs" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.mobile_api_docs" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.mobile_api_public" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.mobile_api_public" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.mobile_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.mobile_api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.mobile_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.mobile_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.mobile_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.mobile_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.mobile_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.stripe_webhook" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.stripe_webhook" (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.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "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.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Eckinox\TinymceBundle\Form\Type\TinymceType" (parent: .abstract.instanceof.Eckinox\TinymceBundle\Form\Type\TinymceType).
Resolving inheritance for "Eckinox\TinymceBundle\Form\Type\TinymceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Eckinox\TinymceBundle\Form\Type\TinymceType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Eckinox\TinymceBundle\Twig\TinymceTwigExtension" (parent: .abstract.instanceof.Eckinox\TinymceBundle\Twig\TinymceTwigExtension).
Resolving inheritance for "Eckinox\TinymceBundle\Twig\TinymceTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Eckinox\TinymceBundle\Twig\TinymceTwigExtension).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ApplicationComment.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ApplicationComment" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ApplicationComment).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchApplicationMail.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchApplicationMail" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchApplicationMail).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchInterviewSlot.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchInterviewSlot" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchInterviewSlot).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMailTemplate.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMailTemplate" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMailTemplate).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMentor.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMentor" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMentor).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSession.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSession" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSession).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionAttendance.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionAttendance" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionAttendance).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionSpeaker.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionSpeaker" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionSpeaker).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchStaff.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchStaff" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchStaff).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingActivity.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingActivity" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingActivity).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingChange.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingChange" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingChange).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingContact.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingContact" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingContact).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingStartup.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingStartup" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingStartup).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingTask.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingTask" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingTask).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopic.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopic" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopic).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\Deal.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\Deal" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\Deal).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanDay.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanDay" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanDay).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanLeave.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanLeave" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanLeave).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanMitarbeiter.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanMitarbeiter" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanMitarbeiter).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaq.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaq" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaq).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqCategory.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqCategory" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqCategory).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryCategory.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryCategory" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryCategory).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryItem.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryItem" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryItem).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTask.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTask" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTask).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskCompletion.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskCompletion" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskCompletion).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisit.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisit" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisit).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitActivity.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitActivity" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitActivity).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNote.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNote" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNote).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshot.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshot" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshot).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletter.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletter" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletter).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlock.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlock" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlock).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCode.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCode" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCode).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScan.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScan" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScan).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolder.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolder" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolder).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpot.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpot" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpot).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResource.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResource" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResource).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletion.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletion" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletion).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTask.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTask" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTask).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPost.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPost" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPost).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiry.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiry" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiry).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\Room.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\Room" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\Room).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancy.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancy" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancy).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0..abstract.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\AcceleratorControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\AcceleratorControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\GruenderstipendiumControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\GruenderstipendiumControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Feed.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Feed" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Feed).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Invest.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Invest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Invest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Job.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Job" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Job).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStat.0.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStat" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStat).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Page.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Page" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Page).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Perk.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Perk" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Perk).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Post.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Post" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Post).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Rating.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Rating" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Rating).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\BookingControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\BookingControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\GruenderstipendiumControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\GruenderstipendiumControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\HowtoControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\HowtoControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\InvestmentControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\InvestmentControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\MemberControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\MemberControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PageControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PageControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PeopleControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PeopleControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PerkControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PerkControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\ServiceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\ServiceControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\StartupControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\StartupControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\TeamControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\TeamControllerTest).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiController" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiV3Controller" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiV3Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiV3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiV3Controller).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ApiBundle\Entity\WebhookLog.0.App\StartPlatz\Bundle\ApiBundle\Entity\WebhookLog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Entity\WebhookLog).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\BookingControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\BookingControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EasybillControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EasybillControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventbriteControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventbriteControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MailchimpControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MailchimpControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MemberControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MemberControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\OptimizememberControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\OptimizememberControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\ResponseControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\ResponseControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\SpaceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\SpaceControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\StripeWebhookControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\StripeWebhookControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TaskControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TaskControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TeamControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TeamControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TestControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TestControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TransponderControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TransponderControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\UserControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\UserControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\AvailabilityRestV3ControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\AvailabilityRestV3ControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\BookingRestV3ControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\BookingRestV3ControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\ProductApiV3ControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\ProductApiV3ControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\SpaceRestControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\SpaceRestControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceIntegrationTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceIntegrationTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceIntegrationTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceIntegrationTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchAnnouncement.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchAnnouncement" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchAnnouncement).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchConfig.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchConfig" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchConfig).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchFaq.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchFaq" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchFaq).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfile.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfile" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfile).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfileMember.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfileMember" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfileMember).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Entity\Controlling.0.App\StartPlatz\Bundle\ControllingBundle\Entity\Controlling" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Entity\Controlling).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\BookingControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\BookingControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\EarningControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\EarningControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCard.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCard" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCard).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCardImport.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCardImport" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCardImport).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditor.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditor" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditor).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumber.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumber" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumber).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAlias.0.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAlias" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAlias).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMapping.0.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMapping" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMapping).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostTransaction.0.App\StartPlatz\Bundle\CostBundle\Entity\CostTransaction" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostTransaction).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshot.0.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshot" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshot).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccount.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccount" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccount).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEvent.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEvent" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEvent).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshot.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshot" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshot).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRun.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRun" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRun).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverage.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverage" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverage).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntity.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntity" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntity).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployee.0.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployee" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployee).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBalanceCaptureMethod" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBalanceCaptureMethod).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankAccountLifecycleAction" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankAccountLifecycleAction).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankBalanceStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankBalanceStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageDimension" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageDimension).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityForecastRunStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityForecastRunStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityLegalEntityMappingStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityLegalEntityMappingStatus).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0..abstract.App\StartPlatz\Bundle\CostBundle\Service\AbstractCostSyncService" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\CostBundle\Service\AbstractCostSyncService).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0..abstract.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlot.0.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlot" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlot).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNote.0.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNote" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNote).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\Event.0.App\StartPlatz\Bundle\EventBundle\Entity\Event" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\Event).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannel.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannel" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannel).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePost.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePost" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePost).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotion.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotion" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotion).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckin.0.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckin" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckin).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventDate.0.App\StartPlatz\Bundle\EventBundle\Entity\EventDate" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventDate).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTask.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTask" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTask).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPoll.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPoll" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPoll).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItem.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItem" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItem).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVote.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVote" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVote).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlot.0.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlot" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlot).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCard.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCard" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCard).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClick.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClick" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClick).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistration.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistration" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistration).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRetro.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRetro" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRetro).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeries.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeries" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeries).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybook.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybook" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybook).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePayment.0.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePayment" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePayment).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaign.0.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaign" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaign).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntry.0.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntry" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntry).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRule.0.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRule" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRule).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\Screen.0.App\StartPlatz\Bundle\EventBundle\Entity\Screen" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\Screen).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlide.0.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlide" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlide).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\SocialPost.0.App\StartPlatz\Bundle\EventBundle\Entity\SocialPost" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\SocialPost).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Controller\EventPaymentFlowTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Controller\EventPaymentFlowTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Controller\GuestControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Controller\GuestControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Controller\ShortCodeControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Controller\ShortCodeControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentFlowVerification" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentFlowVerification).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentLogicTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentLogicTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncChargeRefundedTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncChargeRefundedTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncServiceTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneStripeTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneStripeTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneTypeformTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneTypeformTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDatesV3ServiceStripeTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDatesV3ServiceStripeTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDiscountCodeServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDiscountCodeServiceTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventStripeReconcileServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventStripeReconcileServiceTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignAttributionServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignAttributionServiceTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignLinkGeneratorTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignLinkGeneratorTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\StripeApiServiceCouponTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\StripeApiServiceCouponTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\UtmTaxonomyTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\UtmTaxonomyTest).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0..abstract.App\StartPlatz\Bundle\EventbriteBundle\Entity\AbstractEventbriteEventRepository" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\EventbriteBundle\Entity\AbstractEventbriteEventRepository).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\Attendee.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\Attendee" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\Attendee).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\Event.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\Event" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\Event).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendee.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendee" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendee).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AttendeeControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AttendeeControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AutomatControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AutomatControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\DefaultControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\DefaultControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\Feedback.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\Feedback" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\Feedback).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItem.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItem" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItem).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVote.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVote" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVote).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\CallbackServiceIntegrationTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\CallbackServiceIntegrationTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\Enum\FeedbackPillarTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\Enum\FeedbackPillarTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\FeedbackServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\FeedbackServiceTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillEdgeCasesTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillEdgeCasesTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillIntegrationTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillIntegrationTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Consolidation.0.App\StartPlatz\Bundle\FibuBundle\Entity\Consolidation" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Consolidation).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Datev.0.App\StartPlatz\Bundle\FibuBundle\Entity\Datev" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Datev).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Easybill.0.App\StartPlatz\Bundle\FibuBundle\Entity\Easybill" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Easybill).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Invoice.0.App\StartPlatz\Bundle\FibuBundle\Entity\Invoice" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Invoice).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePayment.0.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePayment" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePayment).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Position.0.App\StartPlatz\Bundle\FibuBundle\Entity\Position" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Position).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Product.0.App\StartPlatz\Bundle\FibuBundle\Entity\Product" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Product).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\AccountControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\AccountControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\CustomerControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\CustomerControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\DatevControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\DatevControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\EasybillControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\EasybillControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\InvoiceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\InvoiceControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\PositionControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\PositionControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\ProductControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\ProductControllerTest).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\AbstractGsController" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\AbstractGsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\AbstractGsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\AbstractGsController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryAssessment.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryAssessment" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryAssessment).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryMemberAssessment.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryMemberAssessment" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryMemberAssessment).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryParticipation.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryParticipation" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryParticipation).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJurySession.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJurySession" (parent: .abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJurySession).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\InvestorsBundle\Entity\Investor.0.App\StartPlatz\Bundle\InvestorsBundle\Entity\Investor" (parent: .abstract.instanceof.App\StartPlatz\Bundle\InvestorsBundle\Entity\Investor).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\JobPortalBundle\Entity\JobListing.0.App\StartPlatz\Bundle\JobPortalBundle\Entity\JobListing" (parent: .abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Entity\JobListing).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\AILog.0.App\StartPlatz\Bundle\LogBundle\Entity\AILog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\AILog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Bookinglog.0.App\StartPlatz\Bundle\LogBundle\Entity\Bookinglog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Bookinglog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLog.0.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Errorlog.0.App\StartPlatz\Bundle\LogBundle\Entity\Errorlog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Errorlog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Eventbritelog.0.App\StartPlatz\Bundle\LogBundle\Entity\Eventbritelog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Eventbritelog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\MailLog.0.App\StartPlatz\Bundle\LogBundle\Entity\MailLog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\MailLog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Memberlog.0.App\StartPlatz\Bundle\LogBundle\Entity\Memberlog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Memberlog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Monsumlog.0.App\StartPlatz\Bundle\LogBundle\Entity\Monsumlog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Monsumlog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Selfbookinglog.0.App\StartPlatz\Bundle\LogBundle\Entity\Selfbookinglog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Selfbookinglog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\SmsLog.0.App\StartPlatz\Bundle\LogBundle\Entity\SmsLog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\SmsLog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Spacelog.0.App\StartPlatz\Bundle\LogBundle\Entity\Spacelog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Spacelog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Teamlog.0.App\StartPlatz\Bundle\LogBundle\Entity\Teamlog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Teamlog).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\BookingControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\BookingControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\ErrorlogControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\ErrorlogControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\MemberControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\MemberControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\MonsumControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\MonsumControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\SpaceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\SpaceControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\TeamControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\TeamControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\BulkMail.0.App\StartPlatz\Bundle\MailmanBundle\Entity\BulkMail" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\BulkMail).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailQueue.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailQueue" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailQueue).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplate.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplate" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplate).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignment.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignment" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignment).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTrackingEvent.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTrackingEvent" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTrackingEvent).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\MailmanBundle\Enum\MailSendStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Enum\MailSendStatus).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomain.0.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomain" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomain).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLink.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLink" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLink).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembership.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembership" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembership).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerification.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerification" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerification).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Member.0.App\StartPlatz\Bundle\MemberBundle\Entity\Member" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Member).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLink.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLink" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLink).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomer.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomer" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomer).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscription.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscription" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscription).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeam.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeam" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeam).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Option.0.App\StartPlatz\Bundle\MemberBundle\Entity\Option" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Option).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Product.0.App\StartPlatz\Bundle\MemberBundle\Entity\Product" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Product).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Service.0.App\StartPlatz\Bundle\MemberBundle\Entity\Service" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Service).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Team.0.App\StartPlatz\Bundle\MemberBundle\Entity\Team" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Team).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\KeyControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\KeyControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\LegacyControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\LegacyControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MemberControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MemberControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MigrationControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MigrationControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ProductControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ProductControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\PurchaseControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\PurchaseControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ServiceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ServiceControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\SpaceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\SpaceControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\TeamControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\TeamControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Entity\OptionRepositoryStripeKeyTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Entity\OptionRepositoryStripeKeyTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Service\ProductStripePublishServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Service\ProductStripePublishServiceTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MentorsBundle\Entity\Mentor.0.App\StartPlatz\Bundle\MentorsBundle\Entity\Mentor" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Entity\Mentor).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\Attribute.0.App\StartPlatz\Bundle\MetaBundle\Entity\Attribute" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\Attribute).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\Tag.0.App\StartPlatz\Bundle\MetaBundle\Entity\Tag" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\Tag).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\AttributeControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\AttributeControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\DokuControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\DokuControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\ShowControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\ShowControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\TagControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\TagControllerTest).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\MobileApiBundle\Controller\BaseMobileApiController" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\MobileApiBundle\Controller\BaseMobileApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\StartPlatz\Bundle\MobileApiBundle\Controller\BaseMobileApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\MobileApiBundle\Controller\BaseMobileApiController).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppToken.0.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppToken" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppToken).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Article.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Article" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Article).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Customer.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Customer" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Customer).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\DunningEvent.0.App\StartPlatz\Bundle\MonsumBundle\Entity\DunningEvent" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\DunningEvent).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Invoice.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Invoice" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Invoice).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Item.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Item" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Item).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNote.0.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNote" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNote).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Subscription.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Subscription" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Subscription).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ArticleControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ArticleControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\CustomerControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\CustomerControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\DuesseldorfControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\DuesseldorfControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\InvoiceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\InvoiceControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ItemControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ItemControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\MaintenanceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\MaintenanceControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomer.0.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomer" (parent: .abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomer).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\Order.0.App\StartPlatz\Bundle\OrderBundle\Entity\Order" (parent: .abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\Order).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItem.0.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItem" (parent: .abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItem).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler.0..abstract.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler" (parent: .abstract.instanceof..abstract.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractChecklistItem.0.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractChecklistItem" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractChecklistItem).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverable.0.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverable" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverable).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\EventSponsorship.0.App\StartPlatz\Bundle\PartnersBundle\Entity\EventSponsorship" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\EventSponsorship).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\Partner.0.App\StartPlatz\Bundle\PartnersBundle\Entity\Partner" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\Partner).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogArea.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogArea" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogArea).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogBaustein.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogBaustein" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogBaustein).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackage.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackage" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackage).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackageBaustein.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackageBaustein" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackageBaustein).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogSaeule.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogSaeule" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogSaeule).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContract.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContract" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContract).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContractDocument.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContractDocument" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContractDocument).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerInquiry.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerInquiry" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerInquiry).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPackagePrice.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPackagePrice" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPackagePrice).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPerk.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPerk" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPerk).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuote.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuote" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuote).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuoteItem.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuoteItem" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuoteItem).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractValueType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractValueType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryPath" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryPath).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\PerkScope" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\PerkScope).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\PriceUnit" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\PriceUnit).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\QuoteStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\QuoteStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\SponsorObject" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\SponsorObject).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\ApiControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\ApiControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerInquiryControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerInquiryControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PublicControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PublicControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\TeamConversionTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\TeamConversionTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Enum\InquiryEnumTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Enum\InquiryEnumTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Service\PartnerServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Service\PartnerServiceTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPage.0.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPage" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPage).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\InquiryFormControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\InquiryFormControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\RaumanfrageControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\RaumanfrageControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\ApplyControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\ApplyControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\VoteControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\VoteControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Alumnus.0.App\StartPlatz\Bundle\SettingBundle\Entity\Alumnus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Alumnus).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Budget.0.App\StartPlatz\Bundle\SettingBundle\Entity\Budget" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Budget).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Key.0.App\StartPlatz\Bundle\SettingBundle\Entity\Key" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Key).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Keylog.0.App\StartPlatz\Bundle\SettingBundle\Entity\Keylog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Keylog).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\ProductRoomMapping.0.App\StartPlatz\Bundle\SettingBundle\Entity\ProductRoomMapping" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\ProductRoomMapping).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Resource.0.App\StartPlatz\Bundle\SettingBundle\Entity\Resource" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Resource).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Space.0.App\StartPlatz\Bundle\SettingBundle\Entity\Space" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Space).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPrice.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPrice" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPrice).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPriceRule.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPriceRule" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPriceRule).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomSeating.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomSeating" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomSeating).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transaction.0.App\StartPlatz\Bundle\SettingBundle\Entity\Transaction" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transaction).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transponder.0.App\StartPlatz\Bundle\SettingBundle\Entity\Transponder" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transponder).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transponderlog.0.App\StartPlatz\Bundle\SettingBundle\Entity\Transponderlog" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transponderlog).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceRuleType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceRuleType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceUnit" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceUnit).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\AlumnusControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\AlumnusControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\CalendarControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\CalendarControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ConsolidationControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ConsolidationControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\DatevControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\DatevControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\EasybillControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\EasybillControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\KeyControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\KeyControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MemberControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MemberControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MonsumControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MonsumControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ProductControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ProductControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SpaceControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SpaceControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SynopsisControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SynopsisControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TaskControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TaskControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TeamControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TeamControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderlogControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderlogControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\UserControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\UserControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Service\CalendarUtilityServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Service\CalendarUtilityServiceTest).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\StartPlatz\Bundle\SitemapBundle\DependencyInjection\Compiler\SourceCompilerPass" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SitemapBundle\DependencyInjection\Compiler\SourceCompilerPass).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\Booking.0.App\StartPlatz\Bundle\SpaceBundle\Entity\Booking" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\Booking).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBooking.0.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBooking" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBooking).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BookingControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BookingControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BudgetControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BudgetControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ConferenceroomControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ConferenceroomControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ControllingControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ControllingControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\DeskControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\DeskControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\MeetingroomControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\MeetingroomControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\OverviewControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\OverviewControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\RoomControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\RoomControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\VancouverControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\VancouverControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Application.0.App\StartPlatz\Bundle\StartupBundle\Entity\Application" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Application).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Batch.0.App\StartPlatz\Bundle\StartupBundle\Entity\Batch" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Batch).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Program.0.App\StartPlatz\Bundle\StartupBundle\Entity\Program" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Program).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Reminder.0.App\StartPlatz\Bundle\StartupBundle\Entity\Reminder" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Reminder).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Startup.0.App\StartPlatz\Bundle\StartupBundle\Entity\Startup" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Startup).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupActivityType.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupActivityType" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupActivityType).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupAttribute.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupAttribute" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupAttribute).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupBatchActivity.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupBatchActivity" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupBatchActivity).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupLifecycleEvent.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupLifecycleEvent" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupLifecycleEvent).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupNewsLink.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupNewsLink" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupNewsLink).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupRelevance.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupRelevance" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupRelevance).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSession.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSession" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSession).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipant.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipant" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipant).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVote.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVote" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVote).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSet.0.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSet" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSet).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\StartupBundle\Enum\ApplicationFlowStatus" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Enum\ApplicationFlowStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\StartupBundle\Enum\StartupStage" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Enum\StartupStage).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AdminControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AdminControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AnrufenControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AnrufenControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ApplicationControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ApplicationControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\BatchControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\BatchControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ContactControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ContactControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\EnglishControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\EnglishControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\FirmaControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\FirmaControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProgramControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProgramControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProjectControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProjectControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\ConversionEvent.0.App\StartPlatz\Bundle\StatisticBundle\Entity\ConversionEvent" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\ConversionEvent).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4City.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4City" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4City).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4DailyStat.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4DailyStat" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4DailyStat).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4Device.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4Device" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4Device).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TopPage.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TopPage" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TopPage).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TrafficSource.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TrafficSource" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TrafficSource).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Statistic.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Statistic" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Statistic).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\TrackingAggregate.0.App\StartPlatz\Bundle\StatisticBundle\Entity\TrackingAggregate" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\TrackingAggregate).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StatisticBundle\Tests\Controller\GoogleControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Tests\Controller\GoogleControllerTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StyleBundle\Tests\Controller\MeetupControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\StyleBundle\Tests\Controller\MeetupControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Answer.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Answer" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Answer).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Form.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Form" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Form).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\FormField.0.App\StartPlatz\Bundle\SurveyBundle\Entity\FormField" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\FormField).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\FormSubmission.0.App\StartPlatz\Bundle\SurveyBundle\Entity\FormSubmission" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\FormSubmission).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Participation.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Participation" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Participation).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Question.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Question" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Question).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Survey.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Survey" (parent: .abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Survey).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenter.0.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenter" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenter).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccount.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccount" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccount).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLink.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLink" (parent: .abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLink).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\UserBundle\Entity\LoginToken.0.App\StartPlatz\Bundle\UserBundle\Entity\LoginToken" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\LoginToken).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\UserBundle\Entity\User.0.App\StartPlatz\Bundle\UserBundle\Entity\User" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\User).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\UserBundle\Entity\UserActivity.0.App\StartPlatz\Bundle\UserBundle\Entity\UserActivity" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\UserActivity).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\StartPlatz\Bundle\UserBundle\Validator\UserExists" (parent: .abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Validator\UserExists).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOffice.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOffice" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOffice).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportError.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportError" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportError).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Tests\Controller\VirtualOfficeControllerTest" (parent: .abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Tests\Controller\VirtualOfficeControllerTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClick.0.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClick" (parent: .abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClick).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Accelerator\Tests\AcceleratorParticipationReaderTest" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Accelerator\Tests\AcceleratorParticipationReaderTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Config\Runtime\Entity\ConfigSetting.0.App\StartPlatz\Ecosystem\Config\Runtime\Entity\ConfigSetting" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\Runtime\Entity\ConfigSetting).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Lifecycle\LifecycleEventType" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Lifecycle\LifecycleEventType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Status\ApplicationStatus" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Status\ApplicationStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Status\ParticipationStatus" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Status\ParticipationStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Status\SelectionStatus" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Status\SelectionStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\StartupSection" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\StartupSection).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\ViewerRole" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\ViewerRole).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\VisibilityLayer" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\VisibilityLayer).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Entitlement\EntitlementSource" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\EntitlementSource).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Entitlement\EntitlementStatus" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\EntitlementStatus).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Entitlement\Entity\CoworkerEntitlement.0.App\StartPlatz\Ecosystem\Entitlement\Entity\CoworkerEntitlement" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Entity\CoworkerEntitlement).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Entitlement\Entity\EirResidency.0.App\StartPlatz\Ecosystem\Entitlement\Entity\EirResidency" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Entity\EirResidency).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Entitlement\ResidencyStatus" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\ResidencyStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Entitlement\ResidencyTier" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\ResidencyTier).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Evidence\Entity\SystemEvidence.0.App\StartPlatz\Ecosystem\Evidence\Entity\SystemEvidence" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Evidence\Entity\SystemEvidence).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Evidence\EvidenceType" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Evidence\EvidenceType).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Gruendungsstipendium\Tests\GruendungsstipendiumParticipationReaderTest" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Gruendungsstipendium\Tests\GruendungsstipendiumParticipationReaderTest).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionIntro.0.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionIntro" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionIntro).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionRequest.0.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionRequest" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionRequest).
Resolving inheritance for ".instanceof.App\StartPlatz\Ecosystem\Participation\Entity\Participation.0.App\StartPlatz\Ecosystem\Participation\Entity\Participation" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Entity\Participation).
Resolving inheritance for ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Participation\Program" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Program).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationFactoryTest" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationFactoryTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationGovernanceServiceTest" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationGovernanceServiceTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationOutcomeWriterTest" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationOutcomeWriterTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationTest" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationTest).
Resolving inheritance for ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Startup\Tests\StartupProgramReaderTest" (parent: .abstract.instanceof.App\StartPlatz\Ecosystem\Startup\Tests\StartupProgramReaderTest).
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.feed_ranking" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event_api_v3" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event_import" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event_patch" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.luma" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.member_api_v3" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.reminder_api_v3" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.hubspot" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.easybill" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.webhook" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.google_calendar" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.gs_ideenpapier" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.workflow" (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.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mail" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.monsum_test" (parent: monolog.logger_prototype).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
325
Removed service "Stripe\StripeClient"; reason: private alias.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Service\Catalog\CatalogSourceInterface"; reason: private alias.
Removed service "App\StartPlatz\Ecosystem\Accelerator\Service\AcceleratorParticipationReaderInterface"; reason: private alias.
Removed service "App\StartPlatz\Ecosystem\Gruendungsstipendium\Service\GruendungsstipendiumParticipationReaderInterface"; reason: private alias.
Removed service "App\StartPlatz\Bundle\WebsiteBundle\EventListener\AttributeWordpressResponseListener"; reason: private alias.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Service\ConversionEventLoggerInterface"; reason: private alias.
Removed service "App\StartPlatz\Bundle\CostBundle\Service\LiquidityBankBalanceProviderInterface"; reason: private alias.
Removed service "App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler"; reason: private alias.
Removed service "App\StartPlatz\Bundle\StartupBundle\Service\ApplicationFlowServiceInterface"; reason: private alias.
Removed service "App\StartPlatz\Ecosystem\Config\Contract\SystemContractInterface"; reason: private alias.
Removed service "App\StartPlatz\Ecosystem\Feed\EvidenceFeedReaderInterface"; reason: private alias.
Removed service "App\StartPlatz\Ecosystem\Startup\Service\StartupProgramReaderInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\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\Workflow\Registry"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $accelerator_review"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $acceleratorReviewStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $gs_review"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $gsReviewStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $gs_selection"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $gsSelectionStateMachine"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $mentor_mail_admin_minute.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $mentorMailAdminMinuteLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $mentor_mail_admin_minute"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $mentorMailAdminMinuteLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $mentor_mail_admin_day.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $mentorMailAdminDayLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $mentor_mail_admin_day"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $mentorMailAdminDayLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $mentor_mail_mentor_minute.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $mentorMailMentorMinuteLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $mentor_mail_mentor_minute"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $mentorMailMentorMinuteLimiter"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.achtziger.user"; reason: private alias.
Removed service "security.authentication.session_strategy.mobile_api_docs"; reason: private alias.
Removed service "security.user_checker.mobile_api_docs"; reason: private alias.
Removed service "security.authentication.session_strategy.mobile_api"; reason: private alias.
Removed service "security.user_checker.mobile_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 ".Symfony\Component\PasswordHasher\PasswordHasherInterface $legacy_sp_pbkdf2"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\PasswordHasherInterface $legacySpPbkdf2"; reason: private alias.
Removed service "openai"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $feed_ranking"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $feedRankingLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event_api_v3"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventApiV3Logger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event_import"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventImportLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event_patch"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventPatchLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $luma"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lumaLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $member_api_v3"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $memberApiV3Logger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $reminder_api_v3"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $reminderApiV3Logger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $hubspot"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $hubspotLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $easybill"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $easybillLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $webhook"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $webhookLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $google_calendar"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $googleCalendarLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $gs_ideenpapier"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $gsIdeenpapierLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $workflow"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $workflowLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_doc"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mail"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $monsum_test"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $monsumTestLogger"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.GXwx2sy"; reason: private alias.
Removed service ".service_locator.wJ.ku5_"; reason: private alias.
Removed service ".service_locator.j4B3aic"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.mobile_api_docs"; reason: private alias.
Removed service "security.firewall.authenticator.mobile_api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.event_dispatcher.mobile_api_docs"; reason: private alias.
Removed service "security.event_dispatcher.mobile_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 "messenger.bus.default"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; reason: private alias.
Removed service "state_machine.accelerator_review"; reason: private alias.
Removed service "state_machine.gs_review"; reason: private alias.
Removed service "state_machine.gs_selection"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.PnSTeml"; reason: private alias.
Removed service ".service_locator.0ekWYPZ"; reason: private alias.
Removed service ".service_locator.iI2oYih"; reason: private alias.
Removed service ".service_locator.8J1PRDh"; reason: private alias.
Removed service ".service_locator.4_ZiM.X"; reason: private alias.
Removed service ".service_locator.TzFqc9N"; reason: private alias.
Removed service ".service_locator.LfmlNfD"; reason: private alias.
Removed service ".service_locator.63LfCAi"; reason: private alias.
Removed service ".service_locator.HROrCRi"; reason: private alias.
Removed service ".service_locator.yoThTGk"; reason: private alias.
Removed service ".service_locator.AG37eEy"; reason: private alias.
Removed service ".service_locator.r.NIGxH"; reason: private alias.
Removed service ".service_locator.RJl4sl5"; reason: private alias.
Removed service ".service_locator.OlJo_0t"; reason: private alias.
Removed service ".service_locator.xer2AWF"; reason: private alias.
Removed service ".service_locator.GUF.p6E"; reason: private alias.
Removed service ".service_locator.gFuwjTY"; reason: private alias.
Removed service ".service_locator.hq4Cbmt"; reason: private alias.
Removed service ".service_locator.OySS7R1"; reason: private alias.
Removed service ".service_locator.pCPT0Fg"; reason: private alias.
Removed service ".service_locator.wRQMR3c"; reason: private alias.
Removed service ".service_locator.C_JT2__"; reason: private alias.
Removed service ".service_locator.oeJ6HU9"; reason: private alias.
Removed service ".service_locator.t251XNO"; reason: private alias.
Removed service ".service_locator.Rz6W1R5"; reason: private alias.
Removed service ".service_locator.EusJ_Bz"; reason: private alias.
Removed service ".service_locator.NbS1_g0"; reason: private alias.
Removed service ".service_locator.7gigdhs"; reason: private alias.
Removed service ".service_locator.SpI.Dzv"; reason: private alias.
Removed service ".service_locator.6BypYXa"; reason: private alias.
Removed service ".service_locator.rjXuspH"; reason: private alias.
Removed service ".service_locator.6ZqmzOm"; reason: private alias.
Removed service ".service_locator.daTotkR"; reason: private alias.
Removed service ".service_locator.5OaIlHw"; reason: private alias.
Removed service ".service_locator.yND6ZqE"; reason: private alias.
Removed service ".service_locator.5glnDDf"; reason: private alias.
Removed service ".service_locator.W_1D2zC"; reason: private alias.
Removed service ".service_locator.xtzaTYj"; reason: private alias.
Removed service ".service_locator.72qM_CR"; reason: private alias.
Removed service ".service_locator.Csn3dxG"; reason: private alias.
Removed service ".service_locator.UOV1jy9"; reason: private alias.
Removed service ".service_locator.ScAJys4"; reason: private alias.
Removed service ".service_locator.4wlbGTP"; reason: private alias.
Removed service ".service_locator.8i4Ks.S"; reason: private alias.
Removed service ".service_locator.KwA7caL"; reason: private alias.
Removed service ".service_locator.pQT4dQT"; reason: private alias.
Removed service ".service_locator.jMXF4hX"; reason: private alias.
Removed service ".service_locator.fEitX5B"; reason: private alias.
Removed service ".service_locator.yPbwVk."; reason: private alias.
Removed service ".service_locator.LSOyaHP"; reason: private alias.
Removed service ".service_locator.qDu9A8Z"; reason: private alias.
Removed service ".service_locator.IICRudS"; reason: private alias.
Removed service ".service_locator.JWFv4d3"; reason: private alias.
Removed service ".service_locator.y5TfhIr"; reason: private alias.
Removed service ".service_locator.CzKdiuN"; reason: private alias.
Removed service ".service_locator.ZB8uSYm"; reason: private alias.
Removed service ".service_locator.v7pIbqQ"; reason: private alias.
Removed service ".service_locator.eAMEupd"; reason: private alias.
Removed service ".service_locator.ZpCsMg0"; reason: private alias.
Removed service ".service_locator.gTsDUNu"; reason: private alias.
Removed service ".service_locator.Q2FF2no"; reason: private alias.
Removed service ".service_locator.OKUOoYq"; reason: private alias.
Removed service ".service_locator.l7LHfXn"; reason: private alias.
Removed service ".service_locator.lToLR6."; reason: private alias.
Removed service ".service_locator.j7fAg3p"; reason: private alias.
Removed service ".service_locator.My85PhO"; reason: private alias.
Removed service ".service_locator.TM0IvbT"; reason: private alias.
118
Changed reference of service "events.sitemap_source" previously pointing to "router.default" to "router".
Changed reference of service "startups.sitemap_source" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\StartPlatz\Bundle\AcceleratorBundle\Service\AcceleratorWizardService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\AcceleratorBundle\Service\ScoutingNotificationService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangWalkinReminderService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\AllmedaBundle\Service\MarketingQrCodeService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\AlphaBundle\Sitemap\Source" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\ConnectBundle\Service\JobRuntimeReminderService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\ConnectBundle\Service\MemberQrCodeService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\AushangGenerator" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\CheckinTokenService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\EventApprovalService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\EventDateE2ESmokeRunner" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\EventNotificationService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\EventParticipantV3Service" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\EventPaymentService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\EventRegistrationService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\EventRegistrationService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\KiCampusSelfDeclarationService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\MailTemplateService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\ScreenBoardReader" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Service\StripeEventPaymentSyncService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\StartPlatz\Bundle\EventBundle\Sitemap\Source" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\StartPlatz\Bundle\MailmanBundle\ConfirmationMailService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\MailmanBundle\Service\BulkMailGeneratorService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\MailmanBundle\Service\MailTrackingInjector" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\MobileApiBundle\Service\MobileTokenService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\StartPlatz\Bundle\MonsumBundle\Service\MonsumInvoiceSyncService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\MonsumBundle\Service\MonsumSubscriptionSyncService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\RpAdminBundle\Service\ApplicationService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\StartupBundle\Service\ApplicationFlowService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\StartupBundle\Service\GsApplicationService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\UserBundle\EventSubscriber\ForcePasswordResetSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\UserBundle\LoginService" previously pointing to "router.default" to "router".
Changed reference of service "App\StartPlatz\Bundle\UserBundle\Security\LoginLinkAuthenticator" 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.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" 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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "data_collector.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "Eckinox\TinymceBundle\Util\TinymceConfigurator" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jLLS2Ji" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.OzfzXd2" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.83Kjtn1" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.YFpmmni" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.P07dfd6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.CeXHWzK" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cjskD.o" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator..ZkqklB" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.accelerator_review.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.gs_review.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.gs_selection.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.public_alias.App\StartPlatz\Bundle\StartupBundle\Command\TestEventsHealthCheckCommand" previously pointing to "router.default" to "router".
3680
Removed service ".abstract.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiController"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiV3Controller"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\CostBundle\Service\AbstractCostApiClient"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\CostBundle\Service\AbstractCostSyncService"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\CostBundle\Service\InvoiceFetcherInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\CostBundle\Service\LiquidityBankBalanceProviderInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\EventbriteBundle\Entity\AbstractEventbriteEventRepository"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\AbstractGsController"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\MobileApiBundle\Controller\BaseMobileApiController"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\PartnersBundle\Service\Catalog\CatalogSourceInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\SitemapBundle\Sitemap\Source"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\StartupBundle\Service\ApplicationFlowServiceInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Bundle\StatisticBundle\Service\ConversionEventLoggerInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Ecosystem\Accelerator\Service\AcceleratorParticipationReaderInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Ecosystem\Config\Contract\GovernanceRuleInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Ecosystem\Config\Contract\SystemContractInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Ecosystem\Config\Governance\Completion\ProgramCompletionPolicy"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Ecosystem\Config\Governance\Eligibility\ParticipationEligibilityPolicy"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Ecosystem\Feed\EvidenceFeedReaderInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Ecosystem\Gruendungsstipendium\Service\GruendungsstipendiumParticipationReaderInterface"; reason: abstract.
Removed service ".abstract.App\StartPlatz\Ecosystem\Startup\Service\StartupProgramReaderInterface"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "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 "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "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 ".instanceof.Monolog\Processor\ProcessorInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Bridge\Monolog\Processor\WebProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\BackfillParticipationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ImportNotionBatch2Command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\ScoutingWeeklyDigestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand.0.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Command\SeedApplicationFormCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController.0.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ApplicationComment.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ApplicationComment"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ApplicationComment"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchApplicationMail.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchApplicationMail"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchApplicationMail"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchInterviewSlot.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchInterviewSlot"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchInterviewSlot"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMailTemplate.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMailTemplate"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMailTemplate"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMentor.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMentor"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMentor"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSession.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSession"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSession"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionAttendance.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionAttendance"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionAttendance"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionSpeaker.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionSpeaker"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionSpeaker"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchStaff.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchStaff"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchStaff"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingActivity.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingActivity"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingActivity"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingChange.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingChange"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingChange"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingContact.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingContact"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingContact"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingStartup.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingStartup"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingStartup"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingTask.0.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingTask"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingTask"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\EventSubscriber\AcceleratorEvidenceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\EventSubscriber\AcceleratorEvidenceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorApplicationForm"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorApplicationForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorBatchEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorWizardStepType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Form\AcceleratorWizardStepType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchApplicationMailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchApplicationMailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchInterviewSlotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchInterviewSlotRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMentorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchMentorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionAttendanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionAttendanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchSessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchStaffRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\BatchStaffRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingChangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingChangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingStartupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingStartupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Repository\ScoutingTaskRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\AcceleratorBundle\Twig\AcceleratorNavExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AcceleratorBundle\Twig\AcceleratorNavExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\ImportNotionMarketingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SnapshotKpiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand.0.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController.0.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopic.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopic"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopic"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopicRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessmentRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\Deal.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\Deal"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\Deal"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanDay.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanDay"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanDay"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanLeave.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanLeave"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanLeave"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanMitarbeiter.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanMitarbeiter"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanMitarbeiter"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaq.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaq"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaq"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqCategory.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqCategory"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryCategory.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryCategory"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryItem.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryItem"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryItem"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTask.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTask"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTask"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskCompletion.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskCompletion"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskCompletion"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisit.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisit"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisit"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitActivity.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitActivity"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitActivity"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNote.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNote"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNote"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNoteRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshot.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshot"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshot"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshotRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletter.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletter"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletter"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlock.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlock"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlock"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCode.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCode"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCode"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScan.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScan"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScan"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScanRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolder.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolder"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolder"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolderRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpot.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpot"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpot"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpotRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResource.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResource"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResource"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResourceRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletion.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletion"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletion"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletionRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTask.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTask"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTask"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTaskRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPost.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPost"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPost"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPostRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiry.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiry"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiry"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiryRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\Room.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\Room"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\Room"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancy.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancy"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancy"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Form\JurySessionType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Form\JurySessionType"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0..abstract.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AcceleratorBerichtProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AcceleratorBerichtProvider"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AiHubBerichtProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\AiHubBerichtProvider"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\BuerosCoworkingBerichtProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\BuerosCoworkingBerichtProvider"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\EventsBerichtProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\EventsBerichtProvider"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\KonferenzraeumeBerichtProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\KonferenzraeumeBerichtProvider"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\PillarBerichtProvider.0.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\MarketingBerichtProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Provider\MarketingBerichtProvider"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\AcceleratorControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\AcceleratorControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\GruenderstipendiumControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\GruenderstipendiumControllerTest"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\AllmedaBundle\Twig\ChatbotExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AllmedaBundle\Twig\ChatbotExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController.0.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Feed.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Feed"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Feed"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Invest.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Invest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Invest"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\InvestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\InvestRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Job.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Job"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Job"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\JobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\JobRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStat.0.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStat"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStat"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\JobStatRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Page.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Page"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Page"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\PageRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Perk.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Perk"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Perk"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Entity\PerkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\PerkRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Post.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Post"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Post"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Rating.0.App\StartPlatz\Bundle\AlphaBundle\Entity\Rating"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Entity\Rating"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\AssessmentSummaryType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\AssessmentSummaryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\JobType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\JobType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PageType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PerkType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\PerkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\PostType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\PostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\RatingType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\RatingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\AlphaBundle\Form\WebPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Form\WebPageType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\FeedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Repository\FeedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\PostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Repository\PostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\AlphaBundle\Repository\RatingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Repository\RatingRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\GruenderstipendiumControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\GruenderstipendiumControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\HowtoControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\HowtoControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\InvestmentControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\InvestmentControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PageControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PageControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PeopleControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PeopleControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PerkControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PerkControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\ServiceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\ServiceControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\StartupControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\StartupControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Command\CleanupWebhookLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Command\HubspotSyncPendingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand.0.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Command\LumaSyncGuestsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiController"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\ApiBundle\Controller\BaseApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController.0.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController.0.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController.0.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller.0.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController.0.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\UserController.0.App\StartPlatz\Bundle\ApiBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController.0.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ApiBundle\Entity\WebhookLog.0.App\StartPlatz\Bundle\ApiBundle\Entity\WebhookLog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Entity\WebhookLog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ApiBundle\Repository\WebhookLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Repository\WebhookLogRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EasybillControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EasybillControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventbriteControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventbriteControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MailchimpControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MailchimpControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\OptimizememberControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\OptimizememberControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\ResponseControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\ResponseControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\SpaceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\SpaceControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\StripeWebhookControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\StripeWebhookControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TaskControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TaskControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TestControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TestControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TransponderControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TransponderControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\UserControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\UserControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\AvailabilityRestV3ControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\AvailabilityRestV3ControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\BookingRestV3ControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\BookingRestV3ControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\ProductApiV3ControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\ProductApiV3ControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\SpaceRestControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\SpaceRestControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceIntegrationTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceIntegrationTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceIntegrationTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceIntegrationTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand.0.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Command\SendJobRuntimeRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController.0.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchAnnouncement.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchAnnouncement"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchAnnouncement"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchConfig.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchConfig"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchConfig"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchFaq.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchFaq"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchFaq"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfile.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfile"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfile"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfileMember.0.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfileMember"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfileMember"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\ConnectBundle\Form\ConnectJobType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Form\ConnectJobType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\ConnectBundle\Twig\AcceleratorBatchExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Twig\AcceleratorBatchExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\ConnectBundle\Twig\NextEventExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ConnectBundle\Twig\NextEventExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ControllingBundle\Entity\Controlling.0.App\StartPlatz\Bundle\ControllingBundle\Entity\Controlling"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Entity\Controlling"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ControllingBundle\Entity\ControllingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Entity\ControllingRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\EarningControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\EarningControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\BackfillOperationsOwnerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\BackfillOperationsOwnerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand.0.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\CaptureLiquidityBankCashCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolAccountsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolAccountsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolFlagCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ClassifyToolFlagCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ConfirmCardMatchCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\DetectCostDuplicatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\DetectCostDuplicatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\DiscoverCostCardsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\DiscoverCostCardsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\EnrichCreditorsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\EnrichCreditorsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ExportCardBindingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\FetchAnthropicCostsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\FetchAnthropicCostsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\FetchOpenAiCostsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\FetchOpenAiCostsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ImportCardStagingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ImportCardStagingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand.0.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\ImportDatevCreditorNumbersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand.0.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\IntegrationsVerifyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\KpiSnapshotDailyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\KpiSnapshotDailyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\MatchCardStagingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\MatchCardStagingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand.0.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\NormalizeEmployeeNamesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\RematchTransactionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\RematchTransactionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand.0.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedCardGovernanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand.0.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SeedLiquidityBankCashSmokeFixturesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncGmiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncGmiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncMossCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncMossCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncPersonioCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncPersonioCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncPleoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncPleoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\CostBundle\Command\SyncQontoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Command\SyncQontoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController.0.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController.0.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController.0.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController.0.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController.0.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController.0.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCard.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCard"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCard"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCardImport.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCardImport"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCardImport"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCardRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditor.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditor"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditor"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumber.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAlias.0.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAlias"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAlias"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAliasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAliasRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMapping.0.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMapping"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMapping"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMappingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMappingRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostTransaction.0.App\StartPlatz\Bundle\CostBundle\Entity\CostTransaction"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostTransaction"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\CostTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\CostTransactionRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshot.0.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshot"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshot"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshotRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccount.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccount"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccount"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEvent.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEvent"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEvent"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshot.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshot"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshot"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshotRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRun.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRun"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRun"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverage.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverage"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverage"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntity.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntity"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntityRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployee.0.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployee"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployee"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployeeRepository"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBalanceCaptureMethod"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBalanceCaptureMethod"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankAccountLifecycleAction"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankAccountLifecycleAction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankBalanceStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankBalanceStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageDimension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageDimension"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityForecastRunStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityForecastRunStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityLegalEntityMappingStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Enum\LiquidityLegalEntityMappingStatus"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountLifecycleType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountLifecycleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountMappingType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityBankAccountMappingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityForecastRunCaptureType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityForecastRunCaptureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityLegalEntityType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityLegalEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\CostBundle\Form\LiquidityManualBankBalanceType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Form\LiquidityManualBankBalanceType"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0..abstract.App\StartPlatz\Bundle\CostBundle\Service\AbstractCostSyncService"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\CostBundle\Service\AbstractCostSyncService"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0..abstract.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\GmiSyncService"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Service\GmiSyncService"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\MossSyncService"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Service\MossSyncService"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\PleoSyncService"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Service\PleoSyncService"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\CostBundle\Service\CostSyncProviderInterface.0.App\StartPlatz\Bundle\CostBundle\Service\QontoSyncService"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Service\QontoSyncService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\CostBundle\Twig\CostSourceExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\CostBundle\Twig\CostSourceExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController.0.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\B166SmokeFixturesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\CompostCalendarNotesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand.0.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\CreateAutoFeedbackSurveysCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand.0.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\E2eCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\NextEventUrlsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\NextEventUrlsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand.0.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\PurgeCloneLeftoversCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\SendApprovalPaymentRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncGa4PageStatsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncSeriesEventSchedulesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand.0.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand.0.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Command\TrackingDiagnoseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController.0.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController.0.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AushangController.0.App\StartPlatz\Bundle\EventBundle\Controller\AushangController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AushangController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController.0.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController.0.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController.0.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventListController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventListController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController.0.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\GuestController.0.App\StartPlatz\Bundle\EventBundle\Controller\GuestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\GuestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController.0.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController.0.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlot.0.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlot"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlot"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlotRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNote.0.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNote"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNote"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\CalendarNoteRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\Event.0.App\StartPlatz\Bundle\EventBundle\Entity\Event"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\Event"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannel.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannel"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannel"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePost.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePost"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePost"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePostRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotion.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotion"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotion"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventChannelRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckin.0.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckin"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckin"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventCheckinRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventDate.0.App\StartPlatz\Bundle\EventBundle\Entity\EventDate"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventDate"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventDateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventDateRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTask.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTask"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTask"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTaskRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPoll.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPoll"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPoll"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItem.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItem"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItem"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVote.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVote"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVote"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPollVoteRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlot.0.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlot"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlot"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlotRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCard.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCard"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCard"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClick.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClick"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClick"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClickRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClickRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistration.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistration"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistration"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRegistrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRetro.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRetro"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRetro"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventRetroRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventRetroRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeries.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeries"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeries"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybook.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybook"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybook"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybookRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybookRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePayment.0.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePayment"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePayment"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventStripePaymentRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaign.0.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaign"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaign"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaignRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntry.0.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntry"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntry"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntryRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRule.0.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRule"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRule"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRuleRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\Screen.0.App\StartPlatz\Bundle\EventBundle\Entity\Screen"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\Screen"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\ScreenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\ScreenRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlide.0.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlide"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlide"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlideRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\Entity\SocialPost.0.App\StartPlatz\Bundle\EventBundle\Entity\SocialPost"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Entity\SocialPost"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventDateScheduleSyncSubscriber"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber.0.App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\EventListener\EventPublishTimestampSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\BulkParticipantImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\BulkParticipantImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventAdminNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventAdminNotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventApplicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventApplicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventCancellationMailType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventCancellationMailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventCommunicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventCommunicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventConfirmationMailType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventConfirmationMailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventEnglishType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventEnglishType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventFeedbackMailType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventFeedbackMailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventInternalType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventInternalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventParticipantAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventParticipantAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventReminderType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventReminderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventSeoType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventSeoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventSinglePageType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventSinglePageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\EventType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\EventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\EventBundle\Form\FollowUpCockpitType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Form\FollowUpCockpitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Controller\EventPaymentFlowTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Controller\EventPaymentFlowTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Controller\GuestControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Controller\GuestControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Controller\ShortCodeControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Controller\ShortCodeControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentFlowVerification"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentFlowVerification"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentLogicTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentLogicTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncChargeRefundedTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncChargeRefundedTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncServiceTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneStripeTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneStripeTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneTypeformTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneTypeformTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDatesV3ServiceStripeTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDatesV3ServiceStripeTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDiscountCodeServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDiscountCodeServiceTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventStripeReconcileServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventStripeReconcileServiceTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignAttributionServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignAttributionServiceTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignLinkGeneratorTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignLinkGeneratorTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\StripeApiServiceCouponTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\StripeApiServiceCouponTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventBundle\Tests\Service\UtmTaxonomyTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Tests\Service\UtmTaxonomyTest"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\CloudinaryImageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Twig\CloudinaryImageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\EventPlaceholderExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Twig\EventPlaceholderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\EventBundle\Twig\Extension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventBundle\Twig\Extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\EventbriteBundle\Command\ReportSalesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Command\ReportSalesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController.0.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0..abstract.App\StartPlatz\Bundle\EventbriteBundle\Entity\AbstractEventbriteEventRepository"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\EventbriteBundle\Entity\AbstractEventbriteEventRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\Attendee.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\Attendee"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\Attendee"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\AttendeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\AttendeeRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\Event.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\Event"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\Event"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendee.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendee"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendee"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Entity\EventRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AttendeeControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AttendeeControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AutomatControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AutomatControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\DefaultControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\DefaultControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\Feedback.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\Feedback"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\Feedback"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItem.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItem"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItem"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVote.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVote"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVote"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVoteRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\AllmedaFeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\AllmedaFeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ConnectFeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\ConnectFeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentCKEditorFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentCKEditorFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentPlainEditorFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\ContentPlainEditorFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\FeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\FeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\FeedbackBundle\Form\ImportFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Form\ImportFormType"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\CallbackServiceIntegrationTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\CallbackServiceIntegrationTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\Enum\FeedbackPillarTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\Enum\FeedbackPillarTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\FeedbackServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\FeedbackServiceTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillEdgeCasesTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillEdgeCasesTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillIntegrationTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillIntegrationTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\BillingReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\BillingReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\CheckDeletedPositionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\CheckDeletedPositionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\EnrichBatchDateFromEasybillCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\EnrichBatchDateFromEasybillCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\FindReplacementPositionIdsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\FindReplacementPositionIdsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\ImportInvoicesFromEasybillCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\ImportInvoicesFromEasybillCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\ImportPaymentsFromEasybillCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\ImportPaymentsFromEasybillCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\FibuBundle\Command\SyncServicesFromEasybillCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Command\SyncServicesFromEasybillCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController.0.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController.0.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController.0.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController.0.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController.0.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController.0.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController.0.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Consolidation.0.App\StartPlatz\Bundle\FibuBundle\Entity\Consolidation"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Consolidation"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\ConsolidationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\ConsolidationRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Datev.0.App\StartPlatz\Bundle\FibuBundle\Entity\Datev"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Datev"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\DatevRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\DatevRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Easybill.0.App\StartPlatz\Bundle\FibuBundle\Entity\Easybill"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Easybill"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\EasybillRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\EasybillRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Invoice.0.App\StartPlatz\Bundle\FibuBundle\Entity\Invoice"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Invoice"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePayment.0.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePayment"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePayment"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Position.0.App\StartPlatz\Bundle\FibuBundle\Entity\Position"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Position"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\PositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\PositionRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Product.0.App\StartPlatz\Bundle\FibuBundle\Entity\Product"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\Product"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\FibuBundle\Entity\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Entity\ProductRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber.0.App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\AccountControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\AccountControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\CustomerControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\CustomerControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\DatevControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\DatevControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\EasybillControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\EasybillControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\InvoiceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\InvoiceControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\PositionControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\PositionControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\ProductControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\FibuBundle\Tests\Controller\ProductControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\AbstractGsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\AbstractGsController"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\AbstractGsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryAssessment.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryAssessment"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryAssessment"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryMemberAssessment.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryMemberAssessment"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryMemberAssessment"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryParticipation.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryParticipation"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryParticipation"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJurySession.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJurySession"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJurySession"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\EventSubscriber\GsEvidenceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\EventSubscriber\GsEvidenceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsBatchStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsBatchStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsCloseParticipationType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsCloseParticipationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsJurySessionCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsJurySessionCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsRejectApplicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Form\GsRejectApplicationType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryAssessmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryAssessmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryMemberAssessmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryMemberAssessmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJuryParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJurySessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Repository\GsJurySessionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand.0.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\InvestorsBundle\Command\ImportInvestorsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController.0.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\InvestorsBundle\Entity\Investor.0.App\StartPlatz\Bundle\InvestorsBundle\Entity\Investor"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\InvestorsBundle\Entity\Investor"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\InvestorsBundle\Repository\InvestorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\InvestorsBundle\Repository\InvestorRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController.0.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\JobPortalBundle\Entity\JobListing.0.App\StartPlatz\Bundle\JobPortalBundle\Entity\JobListing"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Entity\JobListing"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Form\JobListingType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Form\JobListingType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\JobPortalBundle\Repository\JobListingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\JobPortalBundle\Repository\JobListingRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand.0.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Command\CleanupCronjobLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand.0.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Command\CronjobHeartbeatCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand.0.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\AILogController.0.App\StartPlatz\Bundle\LogBundle\Controller\AILogController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\AILogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\BookingController.0.App\StartPlatz\Bundle\LogBundle\Controller\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController.0.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController.0.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController.0.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController.0.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MemberController.0.App\StartPlatz\Bundle\LogBundle\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController.0.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SmsController.0.App\StartPlatz\Bundle\LogBundle\Controller\SmsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Controller\TeamController.0.App\StartPlatz\Bundle\LogBundle\Controller\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\AILog.0.App\StartPlatz\Bundle\LogBundle\Entity\AILog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\AILog"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Bookinglog.0.App\StartPlatz\Bundle\LogBundle\Entity\Bookinglog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Bookinglog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\BookinglogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\BookinglogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLog.0.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\CronjobLogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Errorlog.0.App\StartPlatz\Bundle\LogBundle\Entity\Errorlog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Errorlog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\ErrorlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\ErrorlogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Eventbritelog.0.App\StartPlatz\Bundle\LogBundle\Entity\Eventbritelog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Eventbritelog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\EventbritelogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\EventbritelogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\MailLog.0.App\StartPlatz\Bundle\LogBundle\Entity\MailLog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\MailLog"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Memberlog.0.App\StartPlatz\Bundle\LogBundle\Entity\Memberlog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Memberlog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\MemberlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\MemberlogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Monsumlog.0.App\StartPlatz\Bundle\LogBundle\Entity\Monsumlog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Monsumlog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\MonsumlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\MonsumlogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Selfbookinglog.0.App\StartPlatz\Bundle\LogBundle\Entity\Selfbookinglog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Selfbookinglog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\SelfbookinglogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\SelfbookinglogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\SmsLog.0.App\StartPlatz\Bundle\LogBundle\Entity\SmsLog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\SmsLog"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Spacelog.0.App\StartPlatz\Bundle\LogBundle\Entity\Spacelog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Spacelog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\SpacelogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\SpacelogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Teamlog.0.App\StartPlatz\Bundle\LogBundle\Entity\Teamlog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\Teamlog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\LogBundle\Entity\TeamlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Entity\TeamlogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener.0.App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\EventListener\BrokenInternalLinkListener"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\ErrorlogControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\ErrorlogControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\MonsumControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\MonsumControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\SpaceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\SpaceControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\LogBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\LogBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailBundle\Command\MandrillCleanupForeignSendersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailBundle\Command\MandrillCleanupForeignSendersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand.0.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\CreateBulkMailQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\PurgeMailQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\PurgeMailQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand.0.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Command\SendMailQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController.0.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\BulkMail.0.App\StartPlatz\Bundle\MailmanBundle\Entity\BulkMail"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\BulkMail"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailQueue.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailQueue"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailQueue"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplate.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplate"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplate"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignment.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignment"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignment"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignmentRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTrackingEvent.0.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTrackingEvent"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Entity\MailTrackingEvent"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\MailmanBundle\Enum\MailSendStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Enum\MailSendStatus"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\MailmanBundle\EventListener\MailClickTrackingListener"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\EventListener\MailClickTrackingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailQueueType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Form\MailQueueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateCompleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateCompleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Form\MailTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MailmanBundle\Form\TemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Form\TemplateType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\BulkMailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Repository\BulkMailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\MailQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Repository\MailQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MailmanBundle\Repository\MailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MailmanBundle\Repository\MailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\CheckMemberNamesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\RunDbMaintenanceJobCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateCommunityMembershipCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateMembershipCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand.0.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Command\UpdateTransponderAllowedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController.0.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand.0.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Command\CheckEmailDomainsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\ImportRechnungspostenCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Command\ImportRechnungspostenCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand.0.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Command\KiCampusReconcileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController.0.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomain.0.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomain"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomain"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomainRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomainRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLink.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLink"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLink"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLinkRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembership.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembership"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembership"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembershipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembershipRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerification.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerification"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerification"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerificationRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Member.0.App\StartPlatz\Bundle\MemberBundle\Entity\Member"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Member"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLink.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLink"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLink"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomer.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomer"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomerRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscription.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscription"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscription"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeam.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeam"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeam"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeamRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Option.0.App\StartPlatz\Bundle\MemberBundle\Entity\Option"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Option"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\OptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\OptionRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Product.0.App\StartPlatz\Bundle\MemberBundle\Entity\Product"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Product"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\ProductRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Service.0.App\StartPlatz\Bundle\MemberBundle\Entity\Service"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Service"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\ServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\ServiceRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Team.0.App\StartPlatz\Bundle\MemberBundle\Entity\Team"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\Team"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MemberBundle\Entity\TeamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Entity\TeamRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener.0.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\AddMemberToTeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\AddMemberToTeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberGuestType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberGuestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberMailType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberMailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberMentorType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberMentorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\MemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\MemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\OptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\OptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MemberBundle\Form\ServiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Form\ServiceType"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\KeyControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\KeyControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\LegacyControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\LegacyControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MigrationControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MigrationControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ProductControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ProductControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\PurchaseControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\PurchaseControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ServiceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ServiceControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\SpaceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\SpaceControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Entity\OptionRepositoryStripeKeyTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Entity\OptionRepositoryStripeKeyTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MemberBundle\Tests\Service\ProductStripePublishServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MemberBundle\Tests\Service\ProductStripePublishServiceTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController.0.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MentorsBundle\Entity\Mentor.0.App\StartPlatz\Bundle\MentorsBundle\Entity\Mentor"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Entity\Mentor"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MentorsBundle\Repository\MentorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MentorsBundle\Repository\MentorRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand.0.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Command\TagRefreshCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController.0.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\TagController.0.App\StartPlatz\Bundle\MetaBundle\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\Attribute.0.App\StartPlatz\Bundle\MetaBundle\Entity\Attribute"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\Attribute"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MetaBundle\Entity\AttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\AttributeRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\Tag.0.App\StartPlatz\Bundle\MetaBundle\Entity\Tag"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\Tag"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MetaBundle\Entity\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Entity\TagRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MetaBundle\Form\AttributeType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Form\AttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\MetaBundle\Form\TagType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Form\TagType"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\AttributeControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\AttributeControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\DokuControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\DokuControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\ShowControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\ShowControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\TagControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MetaBundle\Tests\Controller\TagControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\StartPlatz\Bundle\MobileApiBundle\Controller\BaseMobileApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\StartPlatz\Bundle\MobileApiBundle\Controller\BaseMobileApiController"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\MobileApiBundle\Controller\BaseMobileApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController.0.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppToken.0.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppToken"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppToken"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppTokenRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\BackfillMonsumInvoiceStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Command\BackfillMonsumInvoiceStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\SyncMonsumInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Command\SyncMonsumInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\MonsumBundle\Command\TestDusEmpfangCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Command\TestDusEmpfangCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController.0.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Article.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Article"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Article"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\ArticleRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Customer.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Customer"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Customer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\CustomerRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\DunningEvent.0.App\StartPlatz\Bundle\MonsumBundle\Entity\DunningEvent"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\DunningEvent"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Invoice.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Invoice"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Invoice"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Item.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Item"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Item"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\ItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\ItemRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNote.0.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNote"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNote"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNoteRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Subscription.0.App\StartPlatz\Bundle\MonsumBundle\Entity\Subscription"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\Subscription"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\MonsumBundle\Entity\SubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Entity\SubscriptionRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ArticleControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ArticleControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\CustomerControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\CustomerControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\DuesseldorfControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\DuesseldorfControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\InvoiceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\InvoiceControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ItemControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ItemControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\MaintenanceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\MaintenanceControllerTest"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomer.0.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomer"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomerRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\Order.0.App\StartPlatz\Bundle\OrderBundle\Entity\Order"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\Order"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItem.0.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItem"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItem"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\OrderItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\OrderBundle\Entity\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Entity\OrderRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler.0..abstract.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandler.0.App\StartPlatz\Bundle\OrderBundle\Service\TagespassFulfillmentHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\OrderBundle\Service\TagespassFulfillmentHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateFromPagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateFromPagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateTagsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Command\MigrateTagsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController.0.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractChecklistItem.0.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractChecklistItem"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractChecklistItem"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverable.0.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverable"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverable"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverableRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\EventSponsorship.0.App\StartPlatz\Bundle\PartnersBundle\Entity\EventSponsorship"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\EventSponsorship"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\Partner.0.App\StartPlatz\Bundle\PartnersBundle\Entity\Partner"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\Partner"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogArea.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogArea"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogArea"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogBaustein.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogBaustein"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogBaustein"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackage.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackage"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackage"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackageBaustein.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackageBaustein"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackageBaustein"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogSaeule.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogSaeule"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogSaeule"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContract.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContract"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContract"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContractDocument.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContractDocument"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContractDocument"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerInquiry.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerInquiry"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerInquiry"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPackagePrice.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPackagePrice"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPackagePrice"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPerk.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPerk"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPerk"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuote.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuote"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuote"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuoteItem.0.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuoteItem"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuoteItem"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\ContractValueType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryPath"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryPath"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\PerkScope"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\PerkScope"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\PriceUnit"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\PriceUnit"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\QuoteStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\QuoteStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\PartnersBundle\Enum\SponsorObject"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Enum\SponsorObject"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\EventSponsorshipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\EventSponsorshipRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogAreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogAreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogBausteinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogBausteinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogPackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogPackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogSaeuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerCatalogSaeuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerInquiryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerInquiryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPackagePriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPackagePriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPerkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerPerkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerQuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerQuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Repository\PartnerRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\ApiControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\ApiControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerInquiryControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerInquiryControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PublicControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PublicControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\TeamConversionTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\TeamConversionTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Enum\InquiryEnumTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Enum\InquiryEnumTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PartnersBundle\Tests\Service\PartnerServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PartnersBundle\Tests\Service\PartnerServiceTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController.0.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPage.0.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPage"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPage"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPageRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\InquiryFormControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\InquiryFormControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\RaumanfrageControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\RaumanfrageControllerTest"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\PublicPageBundle\Twig\PublicPageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\PublicPageBundle\Twig\PublicPageExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamApplicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamApplicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Form\TeamType"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\ApplyControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\ApplyControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\VoteControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\VoteControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController.0.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\RpAdminBundle\Form\StepType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\RpAdminBundle\Form\StepType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand.0.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Command\PlatformCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController.0.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController.0.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController.0.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController.0.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController.0.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\UserController.0.App\StartPlatz\Bundle\SettingBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Alumnus.0.App\StartPlatz\Bundle\SettingBundle\Entity\Alumnus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Alumnus"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\AlumnusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\AlumnusRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Budget.0.App\StartPlatz\Bundle\SettingBundle\Entity\Budget"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Budget"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\BudgetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\BudgetRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Key.0.App\StartPlatz\Bundle\SettingBundle\Entity\Key"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Key"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\KeyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\KeyRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Keylog.0.App\StartPlatz\Bundle\SettingBundle\Entity\Keylog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Keylog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\KeylogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\KeylogRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\ProductRoomMapping.0.App\StartPlatz\Bundle\SettingBundle\Entity\ProductRoomMapping"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\ProductRoomMapping"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Resource.0.App\StartPlatz\Bundle\SettingBundle\Entity\Resource"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Resource"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\ResourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\ResourceRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Space.0.App\StartPlatz\Bundle\SettingBundle\Entity\Space"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Space"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPrice.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPrice"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPrice"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPriceRule.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPriceRule"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPriceRule"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomSeating.0.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomSeating"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomSeating"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transaction.0.App\StartPlatz\Bundle\SettingBundle\Entity\Transaction"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transaction"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\TransactionRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transponder.0.App\StartPlatz\Bundle\SettingBundle\Entity\Transponder"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transponder"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transponderlog.0.App\StartPlatz\Bundle\SettingBundle\Entity\Transponderlog"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\Transponderlog"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Entity\TransponderlogRepository"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceRuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceRuleType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceUnit"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceUnit"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\KeyType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\KeyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\ResourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\ResourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\SpaceType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\SpaceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\SpaceUsageType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\SpaceUsageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SettingBundle\Form\TransponderType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Form\TransponderType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomPriceRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomSeatingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Repository\SpaceRoomSeatingRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\AlumnusControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\AlumnusControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\CalendarControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\CalendarControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ConsolidationControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ConsolidationControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\DatevControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\DatevControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\EasybillControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\EasybillControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\KeyControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\KeyControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MemberControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MonsumControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MonsumControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ProductControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ProductControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SpaceControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SpaceControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SynopsisControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SynopsisControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TaskControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TaskControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TeamControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderlogControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderlogControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\UserControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Controller\UserControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SettingBundle\Tests\Service\CalendarUtilityServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Tests\Service\CalendarUtilityServiceTest"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\SettingBundle\Twig\ProductHierarchyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SettingBundle\Twig\ProductHierarchyExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController.0.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\StartPlatz\Bundle\SitemapBundle\DependencyInjection\Compiler\SourceCompilerPass"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SitemapBundle\DependencyInjection\Compiler\SourceCompilerPass"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand.0.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\CancelExpiredReservationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand.0.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Command\GuestsBookingCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController.0.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\Booking.0.App\StartPlatz\Bundle\SpaceBundle\Entity\Booking"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\Booking"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SpaceBundle\Entity\BookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\BookingRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBooking.0.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBooking"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBooking"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBookingRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SpaceBundle\Form\BookingType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Form\BookingType"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BookingControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BudgetControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BudgetControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ConferenceroomControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ConferenceroomControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ControllingControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ControllingControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\DeskControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\DeskControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\MeetingroomControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\MeetingroomControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\OverviewControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\OverviewControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\RoomControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\RoomControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\VancouverControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\VancouverControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StartupBundle\Command\TestEventsHealthCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Command\TestEventsHealthCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController.0.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController.0.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController.0.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController.0.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController.0.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController.0.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Application.0.App\StartPlatz\Bundle\StartupBundle\Entity\Application"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Application"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Batch.0.App\StartPlatz\Bundle\StartupBundle\Entity\Batch"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Batch"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Program.0.App\StartPlatz\Bundle\StartupBundle\Entity\Program"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Program"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Reminder.0.App\StartPlatz\Bundle\StartupBundle\Entity\Reminder"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Reminder"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Startup.0.App\StartPlatz\Bundle\StartupBundle\Entity\Startup"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\Startup"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupActivityType.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupActivityType"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupAttribute.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupAttribute"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupAttribute"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupBatchActivity.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupBatchActivity"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupBatchActivity"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupLifecycleEvent.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupLifecycleEvent"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupLifecycleEvent"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupNewsLink.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupNewsLink"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupNewsLink"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupRelevance.0.App\StartPlatz\Bundle\StartupBundle\Entity\StartupRelevance"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\StartupRelevance"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSession.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSession"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSession"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipant.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipant"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipant"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVote.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVote"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVote"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSet.0.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSet"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSet"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSetRepository"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\StartupBundle\Enum\ApplicationFlowStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Enum\ApplicationFlowStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Bundle\StartupBundle\Enum\StartupStage"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Enum\StartupStage"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\ApplicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\BatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\BatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\GsApplicationStepType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\GsApplicationStepType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\LivecycleEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\LivecycleEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ProgramType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\ProgramType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\ReminderType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\ReminderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\StartupCompleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\StartupCompleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\StartupBundle\Form\StartupType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Form\StartupType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ApplicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\ApplicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\BatchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\BatchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ProgramRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\ProgramRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\ReminderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\ReminderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupActivityTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupActivityTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupBatchActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupBatchActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupLifecycleEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupLifecycleEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupNewsLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupNewsLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRelevanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRelevanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Repository\StartupRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AdminControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AdminControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AnrufenControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AnrufenControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ApplicationControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ApplicationControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\BatchControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\BatchControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ContactControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ContactControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\EnglishControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\EnglishControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\FirmaControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\FirmaControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProgramControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProgramControllerTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProjectControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProjectControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\CommunityScoresCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\DailyActivitiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand.0.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Command\SyncGa4DailyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController.0.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\ConversionEvent.0.App\StartPlatz\Bundle\StatisticBundle\Entity\ConversionEvent"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\ConversionEvent"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4City.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4City"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4City"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4DailyStat.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4DailyStat"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4DailyStat"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4Device.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4Device"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4Device"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TopPage.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TopPage"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TopPage"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TrafficSource.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TrafficSource"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TrafficSource"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Statistic.0.App\StartPlatz\Bundle\StatisticBundle\Entity\Statistic"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\Statistic"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StatisticBundle\Entity\StatisticRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\StatisticRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\TrackingAggregate.0.App\StartPlatz\Bundle\StatisticBundle\Entity\TrackingAggregate"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Entity\TrackingAggregate"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\StatisticBundle\Repository\TrackingAggregateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Repository\TrackingAggregateRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StatisticBundle\Tests\Controller\GoogleControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StatisticBundle\Tests\Controller\GoogleControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController.0.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\StyleBundle\Tests\Controller\MeetupControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\StyleBundle\Tests\Controller\MeetupControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController.0.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Answer.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Answer"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Answer"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Form.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Form"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\FormField.0.App\StartPlatz\Bundle\SurveyBundle\Entity\FormField"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\FormField"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\FormSubmission.0.App\StartPlatz\Bundle\SurveyBundle\Entity\FormSubmission"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\FormSubmission"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Participation.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Participation"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Participation"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Question.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Question"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Question"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Survey.0.App\StartPlatz\Bundle\SurveyBundle\Entity\Survey"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Entity\Survey"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\AnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Form\AnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\QuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Form\QuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\SurveyBundle\Form\SurveyType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Form\SurveyType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\AnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\AnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\FormFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\FormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\FormSubmissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\FormSubmissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\ParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\ParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\QuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\QuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\SurveyBundle\Repository\SurveyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\SurveyBundle\Repository\SurveyRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetMonthlyCoffeeCoinsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\SetSameDayBudgetCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand.0.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Command\UpdateTeamTypeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController.0.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamBudgetsType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamBudgetsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamConnectType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamConnectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamContactsType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamContactsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\TeamAdminBundle\Form\TeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController.0.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenter.0.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenter"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenter"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\CostCenterRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccount.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccount"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccount"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccountRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLink.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLink"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLink"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLinkRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand.0.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Command\CleanupLoginTokensCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\E2eSeedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Command\E2eSeedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\UserBundle\Command\SendTestmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Command\SendTestmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController.0.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController.0.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\UserBundle\Entity\LoginToken.0.App\StartPlatz\Bundle\UserBundle\Entity\LoginToken"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\LoginToken"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Entity\LoginTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\LoginTokenRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\UserBundle\Entity\User.0.App\StartPlatz\Bundle\UserBundle\Entity\User"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\User"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\UserBundle\Entity\UserActivity.0.App\StartPlatz\Bundle\UserBundle\Entity\UserActivity"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\UserActivity"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Entity\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Entity\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\StartPlatz\Bundle\UserBundle\EventSubscriber\ForcePasswordResetSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\EventSubscriber\ForcePasswordResetSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\AddPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\AddPasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ChangeEmailFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\ChangeEmailFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\LoginFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\LoginFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\LostPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\LostPasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\ProfilFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\ProfilFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\UserBundle\Form\SetPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Form\SetPasswordFormType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\UserBundle\Repository\UserActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Repository\UserActivityRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\UserBundle\Twig\Extension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Twig\Extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\StartPlatz\Bundle\UserBundle\Validator\UserExists"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Validator\UserExists"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\StartPlatz\Bundle\UserBundle\Validator\UserExistsValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\UserBundle\Validator\UserExistsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\BackfillForwardingAddressCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeBillingSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\CheckVirtualOfficeEntitlementsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ImportVirtualOfficeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ImportVirtualOfficeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\MigrateVirtualOfficeEntitlementsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Command\ProvisionOrphanVirtualOfficesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOffice.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOffice"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOffice"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportError.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportError"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportError"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportErrorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportErrorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Form\VirtualOfficeType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Form\VirtualOfficeType"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Bundle\VirtualOfficeBundle\Tests\Controller\VirtualOfficeControllerTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\VirtualOfficeBundle\Tests\Controller\VirtualOfficeControllerTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller.0.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClick.0.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClick"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClick"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClickRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClickRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Twig\Extension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Twig\Extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Bundle\WebsiteBundle\Twig\MenuTranslationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Bundle\WebsiteBundle\Twig\MenuTranslationExtension"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Accelerator\Tests\AcceleratorParticipationReaderTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Accelerator\Tests\AcceleratorParticipationReaderTest"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Config\Runtime\Entity\ConfigSetting.0.App\StartPlatz\Ecosystem\Config\Runtime\Entity\ConfigSetting"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\Runtime\Entity\ConfigSetting"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Config\Runtime\Repository\ConfigSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\Runtime\Repository\ConfigSettingRepository"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Lifecycle\LifecycleEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Lifecycle\LifecycleEventType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Status\ApplicationStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Status\ApplicationStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Status\ParticipationStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Status\ParticipationStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Status\SelectionStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Status\SelectionStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\StartupSection"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\StartupSection"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\ViewerRole"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\ViewerRole"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\VisibilityLayer"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\VisibilityLayer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand.0.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Command\SyncCoworkerEntitlementsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController.0.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Entitlement\EntitlementSource"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\EntitlementSource"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Entitlement\EntitlementStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\EntitlementStatus"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Entitlement\Entity\CoworkerEntitlement.0.App\StartPlatz\Ecosystem\Entitlement\Entity\CoworkerEntitlement"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Entity\CoworkerEntitlement"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Entitlement\Entity\EirResidency.0.App\StartPlatz\Ecosystem\Entitlement\Entity\EirResidency"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Entity\EirResidency"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Entitlement\Repository\CoworkerEntitlementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Repository\CoworkerEntitlementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Entitlement\Repository\EirResidencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\Repository\EirResidencyRepository"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Entitlement\ResidencyStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\ResidencyStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Entitlement\ResidencyTier"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Entitlement\ResidencyTier"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Evidence\Entity\SystemEvidence.0.App\StartPlatz\Ecosystem\Evidence\Entity\SystemEvidence"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Evidence\Entity\SystemEvidence"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Evidence\EvidenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Evidence\EvidenceType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Evidence\Repository\SystemEvidenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Evidence\Repository\SystemEvidenceRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Gruendungsstipendium\Tests\GruendungsstipendiumParticipationReaderTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Gruendungsstipendium\Tests\GruendungsstipendiumParticipationReaderTest"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController.0.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController.0.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionIntro.0.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionIntro"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionIntro"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionRequest.0.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Entity\InteractionRequest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Ecosystem\Interaction\Form\IntroType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Form\IntroType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\StartPlatz\Ecosystem\Interaction\Form\RequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Form\RequestType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionIntroRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionIntroRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Interaction\Repository\InteractionRequestRepository"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Ecosystem\Participation\Entity\Participation.0.App\StartPlatz\Ecosystem\Participation\Entity\Participation"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Entity\Participation"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\StartPlatz\Ecosystem\Participation\Program"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Program"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\StartPlatz\Ecosystem\Participation\Repository\ParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Repository\ParticipationRepository"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationFactoryTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationFactoryTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationGovernanceServiceTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationGovernanceServiceTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationOutcomeWriterTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationOutcomeWriterTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Participation\Tests\ParticipationTest"; reason: abstract.
Removed service ".instanceof.PHPUnit\Framework\TestCase.0.App\StartPlatz\Ecosystem\Startup\Tests\StartupProgramReaderTest"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Startup\Tests\StartupProgramReaderTest"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\StartPlatz\Ecosystem\Twig\VisibilityExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Ecosystem\Twig\VisibilityExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Testing\Command\CompareTestCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Testing\Command\CompareTestCommand.0.App\StartPlatz\Testing\Command\CompareTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Testing\Command\CompareTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\StartPlatz\Testing\Command\GradeTestCommand"; reason: abstract.
Removed service ".instanceof.App\StartPlatz\Testing\Command\GradeTestCommand.0.App\StartPlatz\Testing\Command\GradeTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\StartPlatz\Testing\Command\GradeTestCommand"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\MonsumDunningNotificationMessageHandler.0.App\MessageHandler\MonsumDunningNotificationMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\MonsumDunningNotificationMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\SendConfirmationMailMessageHandler.0.App\MessageHandler\SendConfirmationMailMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\SendConfirmationMailMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\SendMetaConversionMessageHandler.0.App\MessageHandler\SendMetaConversionMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\SendMetaConversionMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.startplatz.wordpress_integration.wordpress_response_listener"; reason: abstract.
Removed service ".abstract.instanceof.startplatz.wordpress_integration.wordpress_response_listener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Eckinox\TinymceBundle\Form\Type\TinymceType"; reason: abstract.
Removed service ".abstract.instanceof.Eckinox\TinymceBundle\Form\Type\TinymceType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Eckinox\TinymceBundle\Twig\TinymceTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Eckinox\TinymceBundle\Twig\TinymceTwigExtension"; reason: abstract.
846
Removed service "stripe.client"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\DependencyInjection\StartPlatzAcceleratorExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\ApplicationComment"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchApplicationMail"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchInterviewSlot"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMailTemplate"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchMentor"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSession"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionAttendance"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchSessionSpeaker"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\BatchStaff"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingActivity"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingChange"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingContact"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingStartup"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Entity\ScoutingTask"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\Event\AcceleratorReviewStatusChangedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\AcceleratorBundle\StartPlatzAcceleratorBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\DTO\ServiceFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\DependencyInjection\StartPlatzAllmedaExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\AiHubTopic"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\Deal"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\DealRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanDay"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanDayRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanLeave"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanLeaveRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanMitarbeiter"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangDienstplanMitarbeiterRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaq"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqCategory"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqCategoryRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangFaqRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryCategory"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryCategoryRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryItem"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangInventoryItemRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTask"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskCompletion"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskCompletionRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangTaskRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisit"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitActivity"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitActivityRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\EmpfangVisitRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiReportNote"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\KpiSnapshot"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletter"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingNewsletterBlock"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCode"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrCodeScan"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrFolder"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingQrSpot"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingResource"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineCompletion"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingRoutineTask"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\MarketingSocialPost"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\OfficeInquiry"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\Room"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Entity\RoomOccupancy"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Service\BelegungsplanMeta"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\BerichtPeriod"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\Recommendation"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\RueckblickData"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\RueckblickRow"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangFollowUpPolicy"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\StartPlatzAllmedaBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\AcceleratorControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AllmedaBundle\Tests\Controller\GruenderstipendiumControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\DependencyInjection\StartPlatzAlphaExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Entity\Feed"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Entity\Invest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Entity\Job"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Entity\JobStat"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Entity\Page"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Entity\Perk"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Entity\Post"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Entity\Rating"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Service\StartupTextFormatter"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Sitemap\Source"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\StartPlatzAlphaBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\BookingControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\GruenderstipendiumControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\HowtoControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\InvestmentControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\MemberControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PageControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PeopleControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\PerkControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\ServiceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\StartupControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\AlphaBundle\Tests\Controller\TeamControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\DependencyInjection\StartPlatzApiExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Entity\WebhookLog"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Exception\EasybillApiException"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Exception\HubSpotApiException"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Exception\LumaApiException"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\StartPlatzApiBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\BookingControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EasybillControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\EventbriteControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MailchimpControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\MemberControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\OptimizememberControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\ResponseControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\SpaceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\StripeWebhookControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TaskControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TeamControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TestControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\TransponderControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\UserControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\AvailabilityRestV3ControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\BookingRestV3ControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\ProductApiV3ControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Controller\V3\SpaceRestControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceIntegrationTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Service\EasybillApiServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceIntegrationTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ApiBundle\Tests\Service\HubSpotApiServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\DependencyInjection\StartPlatzConnectExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchAnnouncement"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchConfig"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchFaq"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfile"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\Entity\AcceleratorBatchProfileMember"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\Service\LegacyPerkMap"; reason: unused.
Removed service "App\StartPlatz\Bundle\ConnectBundle\StartPlatzConnectBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\ControllingBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\ControllingBundle\DependencyInjection\StartPlatzControllingExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\ControllingBundle\Entity\Controlling"; reason: unused.
Removed service "App\StartPlatz\Bundle\ControllingBundle\StartPlatzControllingBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\BookingControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\ControllingBundle\Tests\Controller\EarningControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DTO\ConfirmedCardMatch"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DTO\CostFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DTO\LiquidityBankAccountLifecycleInput"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DTO\LiquidityForecastRunCaptureInput"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DTO\LiquidityLegalEntityInput"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DTO\LiquidityManualBankBalanceInput"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DTO\LiquidityProviderAccountBalance"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DTO\LiquidityProviderOrganizationResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\DependencyInjection\StartPlatzCostExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\CostCard"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\CostCardImport"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\CostCreditor"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\CostCreditorNumber"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\CostEmployeeAlias"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\CostMerchantMapping"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\CostTransaction"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\KpiSnapshot"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccount"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankAccountLifecycleEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityBankBalanceSnapshot"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRun"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityForecastRunCoverage"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\LiquidityLegalEntity"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Entity\PersonioEmployee"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBalanceCaptureMethod"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankAccountLifecycleAction"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Enum\LiquidityBankBalanceStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageDimension"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Enum\LiquidityCoverageStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Enum\LiquidityForecastRunStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Enum\LiquidityLegalEntityMappingStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\EventListener\LiquidityForecastRunImmutabilityListener"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Service\Belegkaskade"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Service\CostCountingRule"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Service\CostFieldHelper"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Service\CostSourceCatalog"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Service\CostSyncBatchState"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Service\DatevNameNormalizer"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\Service\MossCardLinkParser"; reason: unused.
Removed service "App\StartPlatz\Bundle\CostBundle\StartPlatzCostBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\EcosystemBundle\DTO\PortfolioFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\EcosystemBundle\StartPlatzEcosystemBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\DTO\EventFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\DTO\EventKpiFilter"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\DTO\ExternalEventDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\DTO\FunnelMetrics"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\DTO\InternalEventDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\DependencyInjection\StartPlatzEventExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\AgendaSlot"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\CalendarNote"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\Event"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventChannel"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventChannelExamplePost"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventChannelPromotion"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventCheckin"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventDate"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventPlaybookTask"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventPoll"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventPollItem"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventPollVote"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventProgramSlot"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCard"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventPromoCardClick"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventRegistration"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventRetro"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventSeries"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventSeriesPlaybook"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventStripePayment"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\EventTrackingCampaign"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\LiveTickerEntry"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\PromoDefaultRule"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\Screen"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\ScreenSlide"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Entity\SocialPost"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Exception\EventDateDeleteBlockedException"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Exception\EventRoomBookingException"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Exception\SlugConflictException"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Exception\StripeApiException"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Exception\ValidationException"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\ApprovalMailOverride"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\AutoFeedbackSurveyPolicy"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\EventChannelPromotionWriter"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\EventContentMutator"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\EventContentResolver"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\EventFormatCatalog"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\EventFunnelService"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\EventHistoryPublishParser"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\EventRetroService"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\EventSeoFallbackService"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\PromoScheduleDefaulter"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Service\UtmTaxonomy"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Sitemap\Source"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\StartPlatzEventBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Controller\EventPaymentFlowTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Controller\GuestControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Controller\ShortCodeControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentFlowVerification"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Payment\PaymentLogicTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncChargeRefundedTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Payment\StripeEventPaymentSyncServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneStripeTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Repository\EventDateCloneTypeformTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDatesV3ServiceStripeTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Service\EventDiscountCodeServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Service\EventStripeReconcileServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignAttributionServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Service\EventTrackingCampaignLinkGeneratorTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Service\StripeApiServiceCouponTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Tests\Service\UtmTaxonomyTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Util\EventContentBlocks"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Util\EventContentSchema"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Util\EventDateSchema"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Util\EventPageContent"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Util\EventPublicListing"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventBundle\Util\ImageUrlNormalizer"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\DependencyInjection\StartPlatzEventbriteExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\Entity\Attendee"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\Entity\Event"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\Entity\EventAttendee"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\StartPlatzEventbriteBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AttendeeControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\AutomatControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\EventbriteBundle\Tests\Controller\DefaultControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\DTO\FeedbackFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\DependencyInjection\StartPlatzFeedbackExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Entity\Feedback"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackItem"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Entity\FeedbackVote"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Enum\FeedbackPillar"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\StartPlatzFeedbackBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Tests\CallbackServiceIntegrationTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Tests\Enum\FeedbackPillarTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Tests\FeedbackServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillEdgeCasesTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FeedbackBundle\Tests\Service\CallbackServiceEasybillIntegrationTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\DTO\BookingDay"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\DTO\KiManagerInvoiceFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\DTO\ParsedOffer"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\DependencyInjection\StartPlatzFibuExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Entity\Consolidation"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Entity\Datev"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Entity\Easybill"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Entity\Invoice"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Entity\InvoicePayment"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Entity\Position"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Entity\Product"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\StartPlatzFibuBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Tests\Controller\AccountControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Tests\Controller\CustomerControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Tests\Controller\DatevControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Tests\Controller\EasybillControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Tests\Controller\InvoiceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Tests\Controller\PositionControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Tests\Controller\ProductControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\FibuBundle\Util\BookingAccountConverter"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\DependencyInjection\StartPlatzGruendungsstipendiumExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryAssessment"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryMemberAssessment"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJuryParticipation"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Entity\GsJurySession"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsApplicationApprovedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsApplicationDeletedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsApplicationFinalizedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsApplicationRejectedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsApplicationStatusResetEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsFundingStartedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsJuryAdmittedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsJuryRecommendedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsJuryRejectedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsJurySessionStatusChangedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Event\GsParticipationClosedEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\StartPlatzGruendungsstipendiumBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\InvestorsBundle\Entity\Investor"; reason: unused.
Removed service "App\StartPlatz\Bundle\InvestorsBundle\StartPlatzInvestorsBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\JobPortalBundle\DependencyInjection\StartPlatzJobPortalExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\JobPortalBundle\Entity\JobListing"; reason: unused.
Removed service "App\StartPlatz\Bundle\JobPortalBundle\StartPlatzJobPortalBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\DTO\BookingLogFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\DTO\InvariantResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\DependencyInjection\StartPlatzLogExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\AILog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\AILogRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\Bookinglog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\CronjobLog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\Errorlog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\Eventbritelog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\MailLog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\MailLogRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\Memberlog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\Monsumlog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\Selfbookinglog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\SmsLog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\SmsLogRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\Spacelog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Entity\Teamlog"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\StartPlatzLogBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Tests\Controller\BookingControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Tests\Controller\ErrorlogControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Tests\Controller\MemberControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Tests\Controller\MonsumControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Tests\Controller\SpaceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\LogBundle\Tests\Controller\TeamControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailBundle\DependencyInjection\StartPlatzMailExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailBundle\StartPlatzMailBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\DependencyInjection\StartPlatzMailmanExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\Entity\BulkMail"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\Entity\MailQueue"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplate"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\Entity\MailTemplateAssignment"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\Entity\MailTrackingEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\Enum\MailSendStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\Exception\BulkMailApiException"; reason: unused.
Removed service "App\StartPlatz\Bundle\MailmanBundle\StartPlatzMailmanBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberAdminBundle\DTO\MemberFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberAdminBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberAdminBundle\DependencyInjection\StartPlatzMemberAdminExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberAdminBundle\StartPlatzMemberAdminBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\DependencyInjection\StartPlatzMemberExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\EmailDomain"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMemberLink"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusMembership"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\KiCampusVerification"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\Member"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\MemberLink"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeCustomer"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\MemberStripeSubscription"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\MemberTeam"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\Option"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\Product"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\Service"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Entity\Team"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Exception\ProductConflictException"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Exception\ProductValidationException"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\MemberService"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Service\KiCampusReconcileReport"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\StartPlatzMemberBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\KeyControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\LegacyControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MemberControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\MigrationControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ProductControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\PurchaseControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\ServiceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\SpaceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Controller\TeamControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Entity\OptionRepositoryStripeKeyTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MemberBundle\Tests\Service\ProductStripePublishServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MentorsBundle\Entity\Mentor"; reason: unused.
Removed service "App\StartPlatz\Bundle\MentorsBundle\StartPlatzMentorsBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\DTO\TagFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\DependencyInjection\StartPlatzMetaExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\Entity\Attribute"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\Entity\Tag"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\Model\MetaRepository"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\StartPlatzMetaBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\TagService"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\Tests\Controller\AttributeControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\Tests\Controller\DokuControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\Tests\Controller\ShowControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MetaBundle\Tests\Controller\TagControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MobileApiBundle\Entity\MobileAppToken"; reason: unused.
Removed service "App\StartPlatz\Bundle\MobileApiBundle\StartPlatzMobileApiBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DTO\ArticleFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DTO\CustomerFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DTO\OpenItemsCustomerGroup"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DTO\OpenItemsFilter"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DTO\OpenItemsReport"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DTO\StepResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DTO\SubscriptionFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DTO\TestRunResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\DependencyInjection\StartPlatzMonsumExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Entity\Article"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Entity\Customer"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Entity\DunningEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Entity\Invoice"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Entity\Item"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Entity\OpenItemNote"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Entity\Subscription"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Service\DunningStage"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Service\ItemResolutionResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Service\OpenItemsAging"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\StartPlatzMonsumBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ArticleControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\CustomerControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\DuesseldorfControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\InvoiceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\ItemControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\MonsumBundle\Tests\Controller\MaintenanceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\OrderBundle\Entity\GuestCustomer"; reason: unused.
Removed service "App\StartPlatz\Bundle\OrderBundle\Entity\Order"; reason: unused.
Removed service "App\StartPlatz\Bundle\OrderBundle\Entity\OrderItem"; reason: unused.
Removed service "App\StartPlatz\Bundle\OrderBundle\Service\OrderCheckoutService"; reason: unused.
Removed service "App\StartPlatz\Bundle\OrderBundle\StartPlatzOrderBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\DTO\PartnerFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\DTO\SponsorArea"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\DTO\SponsorPackage"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\ContractChecklistItem"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\ContractDeliverable"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\EventSponsorship"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\Partner"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogArea"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogBaustein"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackage"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogPackageBaustein"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerCatalogSaeule"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContract"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerContractDocument"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerInquiry"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPackagePrice"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerPerk"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuote"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Entity\PartnerQuoteItem"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\ContractStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\ContractType"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\ContractValueType"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryPath"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\InquiryStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\PerkScope"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\PriceUnit"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\QuoteStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Enum\SponsorObject"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Service\Catalog\CatalogSeeder"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Service\Catalog\DbCatalogSource"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Service\WegTabPresenter"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\StartPlatzPartnersBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\ApiControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PartnerInquiryControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\PublicControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Tests\Controller\TeamConversionTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Tests\Enum\InquiryEnumTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\PartnersBundle\Tests\Service\PartnerServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\PublicPageBundle\Entity\PublicPage"; reason: unused.
Removed service "App\StartPlatz\Bundle\PublicPageBundle\Sitemap\Source"; reason: unused.
Removed service "App\StartPlatz\Bundle\PublicPageBundle\StartPlatzPublicPageBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\InquiryFormControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\PublicPageBundle\Tests\Controller\RaumanfrageControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\RheinlandPitchBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\RheinlandPitchBundle\DependencyInjection\StartPlatzRheinlandPitchExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\RheinlandPitchBundle\StartPlatzRheinlandPitchBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\ApplyControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\RheinlandPitchBundle\Tests\Controller\VoteControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\RpAdminBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\RpAdminBundle\DependencyInjection\StartPlatzRpAdminExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\RpAdminBundle\StartPlatzRpAdminBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\DTO\KeyFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\DTO\ResourceFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\DTO\SpaceFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\DTO\TransponderFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\DependencyInjection\StartPlatzSettingExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Alumnus"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Budget"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Key"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Keylog"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\ProductRoomMapping"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Resource"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Space"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPrice"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomPriceRule"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\SpaceRoomSeating"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Transaction"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Transponder"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Entity\Transponderlog"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceRuleType"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Enum\RoomPriceUnit"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\StartPlatzSettingBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\AlumnusControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\CalendarControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ConsolidationControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\DatevControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\EasybillControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\KeyControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MemberControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\MonsumControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\ProductControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SpaceControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\SynopsisControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TaskControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TeamControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\TransponderlogControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Controller\UserControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SettingBundle\Tests\Service\CalendarUtilityServiceTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SitemapBundle\DependencyInjection\Compiler\SourceCompilerPass"; reason: unused.
Removed service "App\StartPlatz\Bundle\SitemapBundle\Sitemap\CompositeSource"; reason: unused.
Removed service "App\StartPlatz\Bundle\SitemapBundle\Sitemap\Image"; reason: unused.
Removed service "App\StartPlatz\Bundle\SitemapBundle\Sitemap\Url"; reason: unused.
Removed service "App\StartPlatz\Bundle\SitemapBundle\Sitemap\Video"; reason: unused.
Removed service "App\StartPlatz\Bundle\SitemapBundle\StartPlatzSitemapBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\DependencyInjection\StartPlatzSpaceExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Entity\Booking"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Entity\DropInBooking"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Service\AvailabilityResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\StartPlatzSpaceBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BookingControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\BudgetControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ConferenceroomControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\ControllingControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\DeskControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\MeetingroomControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\OverviewControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\RoomControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SpaceBundle\Tests\Controller\VancouverControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DTO\EmailCheckResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DTO\FinalizationResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DTO\GsFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DTO\ResumeResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DTO\SpamCheckResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DTO\StepResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DTO\TeamMatchResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DTO\TestRunResult"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\DependencyInjection\StartPlatzStartupExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\Application"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\Batch"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\Program"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\Reminder"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\Startup"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\StartupActivityType"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\StartupAttribute"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\StartupBatchActivity"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\StartupLifecycleEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\StartupNewsLink"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\StartupRelevance"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\VoteSession"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipant"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\VoteSessionParticipantVote"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Entity\WorkingSet"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Enum\ApplicationFlowStatus"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Enum\StartupStage"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Service\ActivityTypeProvider"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Service\BatchInitializer"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\StartPlatzStartupBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AdminControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\AnrufenControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ApplicationControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\BatchControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ContactControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\EnglishControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\FirmaControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProgramControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Tests\Controller\ProjectControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StartupBundle\Util\BatchSchema"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\DependencyInjection\StartPlatzStatisticExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Entity\ConversionEvent"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4City"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4DailyStat"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4Device"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TopPage"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Entity\Ga4TrafficSource"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Entity\Statistic"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Entity\TrackingAggregate"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\StartPlatzStatisticBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\StatisticBundle\Tests\Controller\GoogleControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\StyleBundle\StartPlatzStyleBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\StyleBundle\Tests\Controller\MeetupControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\DependencyInjection\StartPlatzSurveyExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\Entity\Answer"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\Entity\Form"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\Entity\FormField"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\Entity\FormSubmission"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\Entity\Participation"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\Entity\Question"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\Entity\Survey"; reason: unused.
Removed service "App\StartPlatz\Bundle\SurveyBundle\StartPlatzSurveyBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\TeamAdminBundle\DTO\TeamFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\TeamAdminBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\TeamAdminBundle\DependencyInjection\StartPlatzTeamAdminExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\TeamAdminBundle\StartPlatzTeamAdminBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\ToolBundle\DTO\ToolFilterDTO"; reason: unused.
Removed service "App\StartPlatz\Bundle\ToolBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\ToolBundle\DependencyInjection\StartPlatzToolExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\ToolBundle\Entity\CostCenter"; reason: unused.
Removed service "App\StartPlatz\Bundle\ToolBundle\Entity\ToolAccount"; reason: unused.
Removed service "App\StartPlatz\Bundle\ToolBundle\Entity\ToolQuickLink"; reason: unused.
Removed service "App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessProvider"; reason: unused.
Removed service "App\StartPlatz\Bundle\ToolBundle\StartPlatzToolBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\UserBundle\DependencyInjection\StartPlatzUserExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\UserBundle\Entity\LoginToken"; reason: unused.
Removed service "App\StartPlatz\Bundle\UserBundle\Entity\User"; reason: unused.
Removed service "App\StartPlatz\Bundle\UserBundle\Entity\UserActivity"; reason: unused.
Removed service "App\StartPlatz\Bundle\UserBundle\Security\LoginLink\Token"; reason: unused.
Removed service "App\StartPlatz\Bundle\UserBundle\StartPlatzUserBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\UserBundle\Validator\UserExists"; reason: unused.
Removed service "App\StartPlatz\Bundle\VirtualOfficeBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\VirtualOfficeBundle\DependencyInjection\StartPlatzVirtualOfficeExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOffice"; reason: unused.
Removed service "App\StartPlatz\Bundle\VirtualOfficeBundle\Entity\VirtualOfficeImportError"; reason: unused.
Removed service "App\StartPlatz\Bundle\VirtualOfficeBundle\Service\ForwardingAddressParser"; reason: unused.
Removed service "App\StartPlatz\Bundle\VirtualOfficeBundle\Service\PostHandling"; reason: unused.
Removed service "App\StartPlatz\Bundle\VirtualOfficeBundle\StartPlatzVirtualOfficeBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\VirtualOfficeBundle\Tests\Controller\VirtualOfficeControllerTest"; reason: unused.
Removed service "App\StartPlatz\Bundle\WebsiteBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "App\StartPlatz\Bundle\WebsiteBundle\DependencyInjection\StartPlatzWebsiteExtension"; reason: unused.
Removed service "App\StartPlatz\Bundle\WebsiteBundle\Entity\GoLinkClick"; reason: unused.
Removed service "App\StartPlatz\Bundle\WebsiteBundle\StartPlatzWebsiteBundle"; reason: unused.
Removed service "App\StartPlatz\Bundle\WebsiteBundle\Utility\Utility"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Accelerator\Tests\AcceleratorParticipationReaderTest"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Accelerator\ValueObject\TimelineEntry"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\EcosystemConfigReader"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\Governance\Completion\AcceleratorCompletionPolicy"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\Governance\Completion\GruendungsstipendiumCompletionPolicy"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\Governance\Visibility\ViewerContext"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\Runtime\Entity\ConfigSetting"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\SystemContract\Lifecycle\LifecycleEventType"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\SystemContract\Status\ApplicationStatus"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\SystemContract\Status\ParticipationStatus"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\SystemContract\Status\SelectionStatus"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\SystemContract\Transition\StatusTransitionMatrix"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\StartupSection"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\ViewerRole"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Config\SystemContract\Visibility\VisibilityLayer"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Entitlement\EntitlementSource"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Entitlement\EntitlementStatus"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Entitlement\Entity\CoworkerEntitlement"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Entitlement\Entity\EirResidency"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Entitlement\ResidencyStatus"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Entitlement\ResidencyTier"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Evidence\Entity\SystemEvidence"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Evidence\EvidenceType"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Exception\IneligibleParticipationException"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Gruendungsstipendium\Tests\GruendungsstipendiumParticipationReaderTest"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Interaction\Entity\InteractionIntro"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Interaction\Entity\InteractionRequest"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Interaction\Service\RequestNotificationService"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Participation\Entity\Participation"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Participation\Exception\ParticipationConflictException"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Participation\Program"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Participation\Service\ParticipationOutcomeWriter"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Participation\Tests\ParticipationFactoryTest"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Participation\Tests\ParticipationGovernanceServiceTest"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Participation\Tests\ParticipationOutcomeWriterTest"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Participation\Tests\ParticipationTest"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Startup\Service\StartupProgramReader"; reason: unused.
Removed service "App\StartPlatz\Ecosystem\Startup\Tests\StartupProgramReaderTest"; reason: unused.
Removed service "App\StartPlatz\Http\RequestQuery"; reason: unused.
Removed service "App\StartPlatz\Logging\WpCoreNoiseActivationStrategy"; reason: unused.
Removed service "App\StartPlatz\Testing\Grader\ComparisonResult"; reason: unused.
Removed service "App\StartPlatz\Testing\Grader\SemanticTestComparator"; reason: unused.
Removed service "App\StartPlatz\Testing\Grader\TestGrader"; reason: unused.
Removed service "App\StartPlatz\Testing\Grader\TestStructureParser"; reason: unused.
Removed service "Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy"; reason: unused.
Removed service "Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy"; reason: unused.
Removed service "App\Message\MonsumDunningNotificationMessage"; reason: unused.
Removed service "App\Message\SendConfirmationMailMessage"; reason: unused.
Removed service "App\Message\SendMetaConversionMessage"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; 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.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.mobile_api_docs"; reason: unused.
Removed service "security.user_checker.chain.mobile_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 "security.password_hasher.legacy_sp_pbkdf2"; reason: unused.
Removed service "startplatz_member_member_base_repository"; reason: unused.
Removed service "startplatz_meta_meta_repository"; reason: unused.
Removed service "openai.http_client"; reason: unused.
Removed service "OpenAI\Factory"; reason: unused.
Removed service "OpenAI\Client"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describer"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.array"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.dictionary"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.boolean"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.float"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.integer"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.string"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.date_time"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.nullable"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.object"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.compound"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.uuid"; reason: unused.
Removed service "nelmio_api_doc.object_model.property_describers.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.lock_key"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.WYl0woh"; reason: unused.
1043
Inlined service "events.sitemap_source" to "startplatz.sitemap.source".
Inlined service "publicpages.sitemap_source" to "startplatz.sitemap.source".
Inlined service "startups.sitemap_source" to "startplatz.sitemap.source.startups".
Inlined service "App\StartPlatz\Bundle\AcceleratorBundle\Service\BatchPeopleReader" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorApplicationController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorOnboardingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorStartupController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorWizardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\ApplicationMailAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\AttendanceAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchCockpitController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchContentAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchMentorAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStaffAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStartupAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\BatchStichtageAdminController".
Inlined service "App\StartPlatz\Bundle\AcceleratorBundle\Service\SessionPublicEventService" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\CurriculumIcalController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\InterviewAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\LegacyRedirectController".
Inlined service "App\StartPlatz\Bundle\AcceleratorBundle\Service\ScoutingHandelsregisterService" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController" to "App\StartPlatz\Bundle\AcceleratorBundle\Controller\ScoutingAdminController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\InstagramApiClient" to "App\StartPlatz\Bundle\AllmedaBundle\Command\SyncInstagramCommand".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangWalkinReminderService" to "App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinFollowUpRemindCommand".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangWalkinScanIngestService" to "App\StartPlatz\Bundle\AllmedaBundle\Command\WalkinScanIngestCommand".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\AiCommunityPassReportService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\AiCommunityPassReportController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\AiHubProgrammService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\AiHubProgrammController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\AlertSettingsController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\BerichtRegistry" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\Bericht\RecommendationEngine" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\BerichtController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\ChangelogController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\DealController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EirResidencyAdminController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangDashboardService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangTaskService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangInventoryService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangFaqService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangDienstplanService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangVisitMemberLinker" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EmpfangRoomController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EventCalendarBoardReader" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\EventCalendarBoardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\FeatureFlagSettingsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\ImpersonateController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\KiAssistantController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\KonferenzraeumeController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingCockpitController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\MarketingKpiService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingDashboardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingNewsletterController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrCodeController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrRedirectController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingQrSpotController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingResourceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingRoutineTaskController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\PromoPlanProposer" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\MarketingSocialPostController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\PageController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\PartnerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumKlassifizierungController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumZuordnungController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\RaumbelegungsplanController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\RedirectSettingsController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\ScreenAssetUploader" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\ScreenAdminController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\ServiceFilterState" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\ServiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\TestApplicationController".
Inlined service "App\StartPlatz\Bundle\MonsumBundle\Service\TestMonsumRunner" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\TestMonsumController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\UnternehmensportfolioController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\TeamVermietungService" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController" to "App\StartPlatz\Bundle\AllmedaBundle\Controller\VermietungController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangWalkinScanExtractor" to "App\StartPlatz\Bundle\AllmedaBundle\Service\EmpfangWalkinScanIngestService".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventKpiService" to "App\StartPlatz\Bundle\AllmedaBundle\Service\EventsDashboardService".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\FlywheelEventMetricsCalculator" to "App\StartPlatz\Bundle\AllmedaBundle\Service\EventsDashboardService".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\BenefitController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\BookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\CommunityController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\ConnectController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\EnterController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\EventController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\EventController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\GruenderstipendiumController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\InvestmentController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\JobController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\JobController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\KnowhowController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\MemberController".
Inlined service "App\StartPlatz\Bundle\MemberBundle\Service\StripeMembershipCheckoutService" to "App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\MembershipController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\MetaDataDeletionController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\PageController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\PageController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\PerkController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\PostController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\PostController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\ProductController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\RatingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\ResourceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\ServiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolAnalyticsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\SkoolController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\SlackAnalyticsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\StartupController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController" to "App\StartPlatz\Bundle\AlphaBundle\Controller\TeamController".
Inlined service "monolog.logger.feed_ranking" to "App\StartPlatz\Bundle\AlphaBundle\Service\FeedRankingService".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\AiHubTopicApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController" to "App\StartPlatz\Bundle\ApiBundle\Controller\ApiStatusController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\AvailabilityRestV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\BookingController" to "App\StartPlatz\Bundle\ApiBundle\Controller\BookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\BookingRestV3Controller".
Inlined service "App\StartPlatz\Bundle\MailmanBundle\Service\BulkMailApiService" to "App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController" to "App\StartPlatz\Bundle\ApiBundle\Controller\BulkMailRestController".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\CalProbetagSyncService" to "App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController" to "App\StartPlatz\Bundle\ApiBundle\Controller\CalWebhookController".
Inlined service "App\StartPlatz\Bundle\ApiBundle\Service\TypeformWebhookAuthService" to "App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController".
Inlined service "App\StartPlatz\Bundle\ApiBundle\Service\TypeformConversionMapper" to "App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController".
Inlined service "App\StartPlatz\Bundle\StatisticBundle\Service\ConversionEventLogger" to "App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\ApiBundle\Controller\DefaultController".
Inlined service "App\StartPlatz\Bundle\ApiBundle\Service\EasybillWebhookAuthenticator" to "App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController" to "App\StartPlatz\Bundle\ApiBundle\Controller\EasybillController".
Inlined service ".service_locator.OzfzXd2.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventController" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventDateParticipantsApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventDatesApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventDiscountCodeApiV3Controller".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventFollowUpApiV3Service" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventFollowUpApiV3Controller".
Inlined service ".service_locator.83Kjtn1.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventParticipantApiV3Controller".
Inlined service ".service_locator.YFpmmni.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventPromotionApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventRestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController" to "App\StartPlatz\Bundle\ApiBundle\Controller\EventbriteController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController" to "App\StartPlatz\Bundle\ApiBundle\Controller\HubspotController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\KiCampusReconcileApiV3Controller".
Inlined service ".service_locator.P07dfd6.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController" to "App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController" to "App\StartPlatz\Bundle\ApiBundle\Controller\MailDesignTemplateRestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController" to "App\StartPlatz\Bundle\ApiBundle\Controller\MailTemplateRestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController" to "App\StartPlatz\Bundle\ApiBundle\Controller\MailchimpController".
Inlined service "monolog.logger.member_api_v3" to "App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller".
Inlined service ".service_locator.CeXHWzK.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\MemberController" to "App\StartPlatz\Bundle\ApiBundle\Controller\MemberController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController" to "App\StartPlatz\Bundle\ApiBundle\Controller\MemberRestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController" to "App\StartPlatz\Bundle\ApiBundle\Controller\MentorsRestController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\MetaLeadAdsService" to "App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController" to "App\StartPlatz\Bundle\ApiBundle\Controller\MetaLeadAdsWebhookController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController" to "App\StartPlatz\Bundle\ApiBundle\Controller\MonsumController".
Inlined service "App\StartPlatz\Bundle\MemberBundle\Service\ProductApiV3Service" to "App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller".
Inlined service "App\StartPlatz\Bundle\MemberBundle\Service\ProductStripePublishService" to "App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\ProductApiV3Controller".
Inlined service ".service_locator.cjskD.o.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController" to "App\StartPlatz\Bundle\ApiBundle\Controller\ResponseController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController" to "App\StartPlatz\Bundle\ApiBundle\Controller\SpaceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController" to "App\StartPlatz\Bundle\ApiBundle\Controller\SpaceRestController".
Inlined service "App\StartPlatz\Bundle\MemberBundle\Service\StripeMembershipSubscriptionSyncService" to "App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController".
Inlined service "App\StartPlatz\Bundle\OrderBundle\Service\OrderFulfillmentService" to "App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController" to "App\StartPlatz\Bundle\ApiBundle\Controller\StripeWebhookController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller" to "App\StartPlatz\Bundle\ApiBundle\Controller\TagApiV3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\TeamController" to "App\StartPlatz\Bundle\ApiBundle\Controller\TeamController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController" to "App\StartPlatz\Bundle\ApiBundle\Controller\TeamRestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController" to "App\StartPlatz\Bundle\ApiBundle\Controller\TransponderController".
Inlined service "App\StartPlatz\Bundle\ApiBundle\Service\TwilioWebhookAuthService" to "App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController" to "App\StartPlatz\Bundle\ApiBundle\Controller\TwilioController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\UserController" to "App\StartPlatz\Bundle\ApiBundle\Controller\UserController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController" to "App\StartPlatz\Bundle\ApiBundle\Controller\WebhookAdminController".
Inlined service "monolog.logger.easybill" to "App\StartPlatz\Bundle\ApiBundle\Service\EasybillApiService".
Inlined service "monolog.logger.webhook" to "App\StartPlatz\Bundle\ApiBundle\Service\WebhookDispatcher".
Inlined service "App\StartPlatz\Ecosystem\Accelerator\Service\AcceleratorTimelineService" to "App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController".
Inlined service "App\StartPlatz\Ecosystem\Config\Governance\Visibility\ViewerRoleResolver" to "App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\AcceleratorController".
Inlined service "App\StartPlatz\Bundle\ConnectBundle\Service\KiCampusInviteService" to "App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\AiCommunityPassController".
Inlined service "App\StartPlatz\Bundle\AcceleratorBundle\Service\BatchMembership" to "App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\BenefitController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\BookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\CommunityController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\DropInBookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\EventController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\EventController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\EventParticipantController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\FaqController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\FeedController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\FirstStepsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\JobRuntimeReminderCronController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\JobSelfServiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\MatchingEvelinController".
Inlined service "App\StartPlatz\Bundle\ConnectBundle\Service\MemberQrCodeService" to "App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\MentorController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\OnboardingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerAreaController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Service\PartnerDealService" to "App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\PartnerIndexController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\PerkController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\PostController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\PostController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\ProductController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\ProfileController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\RatingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\RaumplanController".
Inlined service "App\StartPlatz\Ecosystem\Interaction\Service\RequestApprovalService" to "App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\RequestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\ResourceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\ServiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\StartupController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\SubscriptionController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\TeamController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController" to "App\StartPlatz\Bundle\ConnectBundle\Controller\TeamSettingsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController" to "App\StartPlatz\Bundle\ControllingBundle\Controller\BookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\ControllingBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController" to "App\StartPlatz\Bundle\ControllingBundle\Controller\EarningController".
Inlined service "App\StartPlatz\Bundle\ControllingBundle\Service\FlaechenUmsatzService" to "App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController" to "App\StartPlatz\Bundle\ControllingBundle\Controller\FlaechenUmsatzController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController" to "App\StartPlatz\Bundle\ControllingBundle\Controller\MembershipController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\CostFilterState" to "App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\CostSyncStatusService" to "App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController" to "App\StartPlatz\Bundle\CostBundle\Controller\CostAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\CostApiController" to "App\StartPlatz\Bundle\CostBundle\Controller\CostApiController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController" to "App\StartPlatz\Bundle\CostBundle\Controller\CostCardAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController" to "App\StartPlatz\Bundle\CostBundle\Controller\CostEmployeeAliasController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController" to "App\StartPlatz\Bundle\CostBundle\Controller\CreditorAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController" to "App\StartPlatz\Bundle\CostBundle\Controller\FinanceApiController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController" to "App\StartPlatz\Bundle\CostBundle\Controller\FinanzMonitoringController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController" to "App\StartPlatz\Bundle\CostBundle\Controller\IncomeAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController" to "App\StartPlatz\Bundle\CostBundle\Controller\KpiVerlaufController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController" to "App\StartPlatz\Bundle\CostBundle\Controller\LiquidityAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController" to "App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\LiquidityForecastRunReadCursorCodec" to "App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\LiquidityReadApiKeyAuthenticator" to "App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\LiquidityForecastRunReadEnvelopeFactory" to "App\StartPlatz\Bundle\CostBundle\Controller\LiquidityForecastRunReadApiController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController" to "App\StartPlatz\Bundle\CostBundle\Controller\OutgoingInvoiceAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController" to "App\StartPlatz\Bundle\CostBundle\Controller\PersonioAdminController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterResultService" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterDetailService" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ErgebnisGliederungService" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ErgebnisSchema" to "App\StartPlatz\Bundle\CostBundle\Service\ErgebnisGliederungService".
Inlined service "App\StartPlatz\Bundle\StatisticBundle\Service\GoogleAdsService" to "App\StartPlatz\Bundle\CostBundle\Service\ErgebnisGliederungService".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\GmiApiClient" to "App\StartPlatz\Bundle\CostBundle\Service\GmiSyncService".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\LiquidityForecastRunCoverageCalculator" to "App\StartPlatz\Bundle\CostBundle\Service\LiquidityBankCashCaptureService".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\LiquidityBankCashCaptureService" to "App\StartPlatz\Bundle\CostBundle\Service\LiquidityForecastRunOrchestrator".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\MerchantEntityOverrideRegistry" to "App\StartPlatz\Bundle\CostBundle\Service\QontoSyncService".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController" to "App\StartPlatz\Bundle\EcosystemBundle\Controller\CommunityAdminController".
Inlined service "App\StartPlatz\Bundle\EcosystemBundle\Service\PortfolioFilterState" to "App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController" to "App\StartPlatz\Bundle\EcosystemBundle\Controller\PortfolioAdminController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventStripeFeeSyncService" to "App\StartPlatz\Bundle\EventBundle\Command\SyncStripeFeesCommand".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController" to "App\StartPlatz\Bundle\EventBundle\Controller\AdminSupportController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController" to "App\StartPlatz\Bundle\EventBundle\Controller\ApplicationPaymentController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\AushangGenerator" to "App\StartPlatz\Bundle\EventBundle\Controller\AushangController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\AushangController" to "App\StartPlatz\Bundle\EventBundle\Controller\AushangController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController" to "App\StartPlatz\Bundle\EventBundle\Controller\AutoFeedbackSurveyCronController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\CheckinController" to "App\StartPlatz\Bundle\EventBundle\Controller\CheckinController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\ConnectController" to "App\StartPlatz\Bundle\EventBundle\Controller\ConnectController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventApprovalController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\BulkImportPreviewService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventBulkImportController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventCalendarController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventCardImpressionController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventCopyService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventCopyController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventEditAlertService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventCrudController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\ZernioService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\MeetupApiService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventTrackingCampaignLinkGenerator" to "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventTrackingCampaignAttributionService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventMailLifecycleReader" to "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventMarketingSummaryReader" to "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventRoomPanelReader" to "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventAnalyticsPeriodResolver" to "App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\ChannelPostsReader" to "App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\SkoolReachReader" to "App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\ChannelCareScorer" to "App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\PromoTimelineBuilder" to "App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventKpiController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\AdminEventCalendarService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventListController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventListController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventListController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventDateE2ESmokeRunner" to "App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventParticipantsController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventPlannerService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventPlannerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventProgramSlotController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardAdminController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventPromoTrackingUrlBuilder" to "App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventPromoClickRecorder" to "App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventPromoCardClickController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventPromoSlotMerger" to "App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventPublicController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventPaymentService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\KiCampusSelfDeclarationService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\SelfCheckinService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\RegistrationPhraseService" to "App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventRegistrationController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventRetroController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventSandboxController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventSeriesSlotPlanner" to "App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesOverviewController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPlaybookController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventSeriesPublicPagesController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventTaxClassification" to "App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventSettingsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventSurveyController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventTagController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventTagController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventTemplatePickerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController" to "App\StartPlatz\Bundle\EventBundle\Controller\EventWizardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\GuestController" to "App\StartPlatz\Bundle\EventBundle\Controller\GuestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController" to "App\StartPlatz\Bundle\EventBundle\Controller\LiveEventAdminController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\ScreenBoardReader" to "App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController" to "App\StartPlatz\Bundle\EventBundle\Controller\ScreenPublicController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController" to "App\StartPlatz\Bundle\EventBundle\Controller\ShortCodeController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController" to "App\StartPlatz\Bundle\EventBundle\Controller\TalkSubmissionPublicController".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventPaymentProviderDeriver" to "App\StartPlatz\Bundle\EventBundle\EventListener\EventDatePaymentProviderSubscriber".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\WebinarMailLinkChecker" to "App\StartPlatz\Bundle\EventBundle\Service\EventDateE2ESmokeRunner".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventFollowUpFileUploader" to "App\StartPlatz\Bundle\EventBundle\Service\EventFollowUpApiV3Service".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventFunnelAggregator" to "App\StartPlatz\Bundle\EventBundle\Service\EventFunnelMetricsProvider".
Inlined service "monolog.logger.google_calendar" to "App\StartPlatz\Bundle\EventBundle\Service\GoogleCalendarService".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\EventPlaceholderResolver" to "App\StartPlatz\Bundle\EventBundle\Twig\EventPlaceholderExtension".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController" to "App\StartPlatz\Bundle\EventbriteBundle\Controller\AttendeeController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\EventbriteBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController" to "App\StartPlatz\Bundle\EventbriteBundle\Controller\EventController".
Inlined service "App\StartPlatz\Bundle\FeedbackBundle\Service\FeedbackFilterState" to "App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController".
Inlined service "App\StartPlatz\Bundle\FeedbackBundle\Service\FeedbackBadgeService" to "App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController" to "App\StartPlatz\Bundle\FeedbackBundle\Controller\AdminFeedbackController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController" to "App\StartPlatz\Bundle\FeedbackBundle\Controller\ConnectFeedbackController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\FeedbackBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FibuBundle\Controller\AccountController" to "App\StartPlatz\Bundle\FibuBundle\Controller\AccountController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController" to "App\StartPlatz\Bundle\FibuBundle\Controller\CustomerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\FibuBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController" to "App\StartPlatz\Bundle\FibuBundle\Controller\InvoiceController".
Inlined service "App\StartPlatz\Bundle\FibuBundle\Service\KiManagerInvoiceFilterState" to "App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController".
Inlined service "App\StartPlatz\Bundle\FibuBundle\Service\KiManagerInvoiceService" to "App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController" to "App\StartPlatz\Bundle\FibuBundle\Controller\KiManagerInvoiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController" to "App\StartPlatz\Bundle\FibuBundle\Controller\OfferParserDebugController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FibuBundle\Controller\PositionController" to "App\StartPlatz\Bundle\FibuBundle\Controller\PositionController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\FibuBundle\Controller\ProductController" to "App\StartPlatz\Bundle\FibuBundle\Controller\ProductController".
Inlined service "App\StartPlatz\Bundle\FibuBundle\Service\EasybillAutoBookingFeatureFlag" to "App\StartPlatz\Bundle\FibuBundle\EventSubscriber\OfferToBookingSubscriber".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController" to "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsApplicationController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController" to "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsDocumentController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController" to "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsJuryController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController" to "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsOverviewController".
Inlined service "App\StartPlatz\Ecosystem\Gruendungsstipendium\Service\GsParticipationService" to "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController" to "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Controller\GsWorkflowController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController" to "App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController".
Inlined service "App\StartPlatz\Bundle\InvestorsBundle\Service\AliasGeneratorService" to "App\StartPlatz\Bundle\InvestorsBundle\Service\InvestorService".
Inlined service "App\StartPlatz\Bundle\JobPortalBundle\Service\JobPdfParserService" to "App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController" to "App\StartPlatz\Bundle\JobPortalBundle\Controller\AdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController" to "App\StartPlatz\Bundle\JobPortalBundle\Controller\PublicController".
Inlined service "App\StartPlatz\Bundle\LogBundle\Service\DataInvariantSlackNotifier" to "App\StartPlatz\Bundle\LogBundle\Command\DataInvariantsWatchdogCommand".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\AILogController" to "App\StartPlatz\Bundle\LogBundle\Controller\AILogController".
Inlined service "App\StartPlatz\Bundle\LogBundle\Service\BookingLogFilterState" to "App\StartPlatz\Bundle\LogBundle\Controller\BookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\BookingController" to "App\StartPlatz\Bundle\LogBundle\Controller\BookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController" to "App\StartPlatz\Bundle\LogBundle\Controller\CronjobAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\LogBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController" to "App\StartPlatz\Bundle\LogBundle\Controller\ErrorlogController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController" to "App\StartPlatz\Bundle\LogBundle\Controller\EventbriteController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\MailLogController" to "App\StartPlatz\Bundle\LogBundle\Controller\MailLogController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\MemberController" to "App\StartPlatz\Bundle\LogBundle\Controller\MemberController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\MonsumController" to "App\StartPlatz\Bundle\LogBundle\Controller\MonsumController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\SmsController" to "App\StartPlatz\Bundle\LogBundle\Controller\SmsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\SpaceController" to "App\StartPlatz\Bundle\LogBundle\Controller\SpaceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\LogBundle\Controller\TeamController" to "App\StartPlatz\Bundle\LogBundle\Controller\TeamController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController" to "App\StartPlatz\Bundle\MailmanBundle\Controller\BulkMailController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController" to "App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController" to "App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignPickerController".
Inlined service "App\StartPlatz\Bundle\MailmanBundle\Service\MemberMailService" to "App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController" to "App\StartPlatz\Bundle\MailmanBundle\Controller\MailQueueController".
Inlined service "App\StartPlatz\Bundle\MailmanBundle\Service\MailTemplateFilterState" to "App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController" to "App\StartPlatz\Bundle\MailmanBundle\Controller\MailTemplateController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController" to "App\StartPlatz\Bundle\MailmanBundle\Controller\SingleMailController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController" to "App\StartPlatz\Bundle\MailmanBundle\Controller\TrackingController".
Inlined service "App\StartPlatz\Bundle\MailmanBundle\Service\MailchimpClient" to "App\StartPlatz\Bundle\MailmanBundle\Service\NewsletterSubscriptionService".
Inlined service "App\StartPlatz\Bundle\MailmanBundle\Service\BeehiivClient" to "App\StartPlatz\Bundle\MailmanBundle\Service\NewsletterSubscriptionService".
Inlined service "App\StartPlatz\Bundle\MailmanBundle\Service\HubspotSubscriptionClient" to "App\StartPlatz\Bundle\MailmanBundle\Service\NewsletterSubscriptionService".
Inlined service "App\StartPlatz\Bundle\MailmanBundle\Service\MailTrackingInjector" to "App\StartPlatz\Bundle\MailmanBundle\Service\QueueProcessor".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\DbMaintenanceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\EmailDomainController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\KiCampusAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberEditController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberFilterController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberImportController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberLinkController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberMaintenanceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberNewsletterController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberSmsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberTeamController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController" to "App\StartPlatz\Bundle\MemberAdminBundle\Controller\MemberToggleController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController" to "App\StartPlatz\Bundle\MemberBundle\Controller\CoworkerEntitlementAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberBundle\Controller\MemberController" to "App\StartPlatz\Bundle\MemberBundle\Controller\MemberController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController" to "App\StartPlatz\Bundle\MemberBundle\Controller\SubscriptionController".
Inlined service "App\StartPlatz\Ecosystem\Config\Governance\Eligibility\GruendungsstipendiumEligibilityPolicy" to "App\StartPlatz\Bundle\MemberBundle\Entity\TeamRepository".
Inlined service "App\StartPlatz\Bundle\MemberBundle\Service\NameSanitizer" to "App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener".
Inlined service "App\StartPlatz\Bundle\MemberBundle\Service\StripeMembershipAccountProvisioningService" to "App\StartPlatz\Bundle\MemberBundle\Service\StripeMembershipSubscriptionSyncService".
Inlined service "App\StartPlatz\Ecosystem\Entitlement\Service\MembershipEntitlementService" to "App\StartPlatz\Bundle\MemberBundle\Service\StripeMembershipSubscriptionSyncService".
Inlined service "App\StartPlatz\Bundle\EventBundle\Service\SpeakerAssignmentService" to "App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController" to "App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController" to "App\StartPlatz\Bundle\MentorsBundle\Controller\KiExpertenController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController" to "App\StartPlatz\Bundle\MentorsBundle\Controller\PublicController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController" to "App\StartPlatz\Bundle\MetaBundle\Controller\AttributeController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\MetaBundle\Controller\DefaultController".
Inlined service "App\StartPlatz\Bundle\MetaBundle\Service\TagDomainResolver" to "App\StartPlatz\Bundle\MetaBundle\Controller\TagController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MetaBundle\Controller\TagController" to "App\StartPlatz\Bundle\MetaBundle\Controller\TagController".
Inlined service "App\StartPlatz\Bundle\MobileApiBundle\Service\MobileTokenService" to "App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController" to "App\StartPlatz\Bundle\MobileApiBundle\Controller\AuthController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController" to "App\StartPlatz\Bundle\MobileApiBundle\Controller\DropInBookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController" to "App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController" to "App\StartPlatz\Bundle\MobileApiBundle\Controller\RoomBookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController" to "App\StartPlatz\Bundle\MobileApiBundle\Controller\UserController".
Inlined service "App\StartPlatz\Bundle\MobileApiBundle\Service\CallbackWhitelist" to "App\StartPlatz\Bundle\MobileApiBundle\Service\MobileTokenService".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\ApiController".
Inlined service "App\StartPlatz\Bundle\MonsumBundle\Service\ArticleFilterState" to "App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\ArticleController".
Inlined service "App\StartPlatz\Bundle\MonsumBundle\Service\CustomerFilterState" to "App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\CustomerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\DunningWebhookController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\InvoiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\ItemController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\MaintenanceController".
Inlined service "App\StartPlatz\Bundle\MonsumBundle\Service\OpenItemsReportBuilder" to "App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\OpenItemsController".
Inlined service "App\StartPlatz\Bundle\MonsumBundle\Service\MonsumSubscriptionSyncService" to "App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController".
Inlined service "App\StartPlatz\Bundle\MonsumBundle\Service\SubscriptionFilterState" to "App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController" to "App\StartPlatz\Bundle\MonsumBundle\Controller\SubscriptionController".
Inlined service "App\StartPlatz\Bundle\VirtualOfficeBundle\Service\BusinessAddressBookingMailer" to "App\StartPlatz\Bundle\MonsumBundle\Service\MonsumSubscriptionWebhookService".
Inlined service "App\StartPlatz\Bundle\OrderBundle\Service\FulfillmentHandlerRegistry" to "App\StartPlatz\Bundle\OrderBundle\Service\OrderFulfillmentService".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\ApiController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Service\PartnerApiService" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Service\Catalog\CatalogBausteinService" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerBausteinAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerContractController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerDirectoryController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerInquiryController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerLegacyApiController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPerkAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPriceAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerProfileReviewController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerPublicDetailController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Service\PartnerQuoteService" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Service\QuoteBausteinReader" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerQuoteController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Service\Catalog\CatalogStammdatenService" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerStammdatenAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PublicController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Service\EventReachReader" to "App\StartPlatz\Bundle\PartnersBundle\Service\SponsorPackageCatalog".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Service\Catalog\CodeCatalogSource" to "App\StartPlatz\Bundle\PartnersBundle\Service\SponsorPackageCatalog".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Service\OfficeInquiryRecorder" to "App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController" to "App\StartPlatz\Bundle\PublicPageBundle\Controller\InquiryFormController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController" to "App\StartPlatz\Bundle\PublicPageBundle\Controller\ProbetagController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController" to "App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController" to "App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageApiController".
Inlined service "App\StartPlatz\Bundle\PublicPageBundle\Service\PublicPageRenderer" to "App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController" to "App\StartPlatz\Bundle\PublicPageBundle\Controller\PublicPageController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController" to "App\StartPlatz\Bundle\PublicPageBundle\Controller\RaumanfrageController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController" to "App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\ApplyController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController" to "App\StartPlatz\Bundle\RheinlandPitchBundle\Controller\VoteController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController" to "App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminApiController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController" to "App\StartPlatz\Bundle\RpAdminBundle\Controller\AdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController" to "App\StartPlatz\Bundle\RpAdminBundle\Controller\JoinController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController" to "App\StartPlatz\Bundle\RpAdminBundle\Controller\LegacyRedirectController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController" to "App\StartPlatz\Bundle\RpAdminBundle\Controller\PortfolioController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController" to "App\StartPlatz\Bundle\RpAdminBundle\Controller\StatusMailController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController" to "App\StartPlatz\Bundle\SettingBundle\Controller\ConsolidationController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController" to "App\StartPlatz\Bundle\SettingBundle\Controller\CronjobController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController" to "App\StartPlatz\Bundle\SettingBundle\Controller\DatabaseMaintenanceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\DatevController" to "App\StartPlatz\Bundle\SettingBundle\Controller\DatevController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\SettingBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController" to "App\StartPlatz\Bundle\SettingBundle\Controller\KeyApiController".
Inlined service "App\StartPlatz\Bundle\SettingBundle\Service\KeyFilterState" to "App\StartPlatz\Bundle\SettingBundle\Controller\KeyController".
Inlined service "App\StartPlatz\Bundle\SettingBundle\Service\KeySlackNotifier" to "App\StartPlatz\Bundle\SettingBundle\Controller\KeyController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\KeyController" to "App\StartPlatz\Bundle\SettingBundle\Controller\KeyController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\OptionController" to "App\StartPlatz\Bundle\SettingBundle\Controller\OptionController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\ProductController" to "App\StartPlatz\Bundle\SettingBundle\Controller\ProductController".
Inlined service "App\StartPlatz\Bundle\SettingBundle\Service\ResourceFilterState" to "App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController" to "App\StartPlatz\Bundle\SettingBundle\Controller\ResourceController".
Inlined service "App\StartPlatz\Bundle\SettingBundle\Service\SpaceFilterState" to "App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController" to "App\StartPlatz\Bundle\SettingBundle\Controller\SpaceController".
Inlined service "App\StartPlatz\Bundle\SettingBundle\Service\RoomPriceService" to "App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController" to "App\StartPlatz\Bundle\SettingBundle\Controller\SpaceRoomPriceAdminController".
Inlined service "App\StartPlatz\Bundle\SettingBundle\Service\TransponderFilterState" to "App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController".
Inlined service "App\StartPlatz\Bundle\SettingBundle\Service\TransponderSlackNotifier" to "App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController" to "App\StartPlatz\Bundle\SettingBundle\Controller\TransponderController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SettingBundle\Controller\UserController" to "App\StartPlatz\Bundle\SettingBundle\Controller\UserController".
Inlined service "startplatz.sitemap.source" to "App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController".
Inlined service "startplatz.sitemap.source.startups" to "App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController" to "App\StartPlatz\Bundle\SitemapBundle\Controller\SitemapController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController" to "App\StartPlatz\Bundle\SpaceBundle\Controller\BookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController" to "App\StartPlatz\Bundle\SpaceBundle\Controller\BookingCronjobController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController" to "App\StartPlatz\Bundle\SpaceBundle\Controller\BudgetController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController" to "App\StartPlatz\Bundle\SpaceBundle\Controller\ControllingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\SpaceBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SpaceBundle\Controller\PageController" to "App\StartPlatz\Bundle\SpaceBundle\Controller\PageController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\AdminController" to "App\StartPlatz\Bundle\StartupBundle\Controller\AdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController" to "App\StartPlatz\Bundle\StartupBundle\Controller\ApplicationController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController" to "App\StartPlatz\Bundle\StartupBundle\Controller\AssessmentController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\BatchController" to "App\StartPlatz\Bundle\StartupBundle\Controller\BatchController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\StartupBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController" to "App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumApplyController".
Inlined service "App\StartPlatz\Bundle\StartupBundle\Service\GsFilterState" to "App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController" to "App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController" to "App\StartPlatz\Bundle\StartupBundle\Controller\GruenderstipendiumLegacyRedirectController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController" to "App\StartPlatz\Bundle\StartupBundle\Controller\GsApplicationAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController" to "App\StartPlatz\Bundle\StartupBundle\Controller\GsInternalController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController" to "App\StartPlatz\Bundle\StartupBundle\Controller\GsPublicController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController" to "App\StartPlatz\Bundle\StartupBundle\Controller\ProgramController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController" to "App\StartPlatz\Bundle\StartupBundle\Controller\ReminderController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\StartupController" to "App\StartPlatz\Bundle\StartupBundle\Controller\StartupController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController" to "App\StartPlatz\Bundle\StartupBundle\Controller\StartupLivecycleEventController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController" to "App\StartPlatz\Bundle\StartupBundle\Controller\StartupSelfServiceController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController" to "App\StartPlatz\Bundle\StartupBundle\Controller\VoteSessionController".
Inlined service "App\StartPlatz\Ecosystem\Config\Governance\Eligibility\AcceleratorEligibilityPolicy" to "App\StartPlatz\Bundle\StartupBundle\Repository\ApplicationRepository".
Inlined service "monolog.logger.gs_ideenpapier" to "App\StartPlatz\Bundle\StartupBundle\Service\GsIdeenpapierParserService".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\ActivityController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\BookingController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\CommunityAnalyticsController".
Inlined service "App\StartPlatz\Bundle\StatisticBundle\Service\Ga4SectionAnalyticsService" to "App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController".
Inlined service "App\StartPlatz\Bundle\StatisticBundle\Service\AnalyticsComparisonReportService" to "App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\Ga4DashboardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\GoogleController".
Inlined service "App\StartPlatz\Bundle\StatisticBundle\Service\MemberAnalyticsService" to "App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\MemberAnalyticsController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\MembershipController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\MetaAdsDashboardController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\OfferController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController" to "App\StartPlatz\Bundle\StatisticBundle\Controller\ProfileController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\StyleBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController" to "App\StartPlatz\Bundle\StyleBundle\Controller\MeetupController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController" to "App\StartPlatz\Bundle\SurveyBundle\Controller\AdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\SurveyBundle\Controller\DefaultController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController" to "App\StartPlatz\Bundle\SurveyBundle\Controller\FormAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController" to "App\StartPlatz\Bundle\SurveyBundle\Controller\FormPublicController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController" to "App\StartPlatz\Bundle\SurveyBundle\Controller\PillarSurveyController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController" to "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamBudgetController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController" to "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController" to "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamCronjobController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController" to "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamEditController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController" to "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamImportController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController" to "App\StartPlatz\Bundle\TeamAdminBundle\Controller\TeamMergeController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController" to "App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController" to "App\StartPlatz\Bundle\ToolBundle\Controller\ToolQuickAccessController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController" to "App\StartPlatz\Bundle\UserBundle\Controller\AuthenticationController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\UserBundle\Controller\ProfilController" to "App\StartPlatz\Bundle\UserBundle\Controller\ProfilController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController" to "App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\LegacyRedirectController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController" to "App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController" to "App\StartPlatz\Bundle\WebsiteBundle\Controller\DefaultController".
Inlined service "App\StartPlatz\Bundle\WebsiteBundle\Service\GoLinkClickRecorder" to "App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController" to "App\StartPlatz\Bundle\WebsiteBundle\Controller\GoController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController" to "App\StartPlatz\Bundle\WebsiteBundle\Controller\HubCooperationController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController" to "App\StartPlatz\Bundle\WebsiteBundle\Controller\KiWeiterbildungPersonaRedirectController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController" to "App\StartPlatz\Bundle\WebsiteBundle\Controller\PortfolioController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController" to "App\StartPlatz\Bundle\WebsiteBundle\Controller\SignupRedirectController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller" to "App\StartPlatz\Bundle\WebsiteBundle\Controller\Web3Controller".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController" to "App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController" to "App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminIntroController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController" to "App\StartPlatz\Ecosystem\Interaction\Controller\Admin\AdminRequestController".
Inlined service ".service_locator.TJNRSaV.App\StartPlatz\Ecosystem\Interaction\Controller\RequestController" to "App\StartPlatz\Ecosystem\Interaction\Controller\RequestController".
Inlined service "App\StartPlatz\Bundle\MonsumBundle\Service\MonsumDunningSlackNotifier" to "App\MessageHandler\MonsumDunningNotificationMessageHandler".
Inlined service "startplatz.wordpress_integration.wordpress_http_kernel" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.kopfmenu" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_nextevent" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_showevents" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_future_events" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_list_group_events" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_next_events" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_past_events" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_service_partner_list_all" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_footer" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_bs40_footer" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_menu" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_menu_en" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_bs40_menu" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_tailwind_menu" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_tailwind_footer" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_summer26_menu" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_summer26_footer" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_homepage_css" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.4sp_rheinland_pitch" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.sy_header" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.sy_footer" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.configured_shortcode.events.this.week" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "startplatz.wordpress_integration.shortcode.symfony_render" to "startplatz.wordpress_integration.wordpress_response_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" to "Doctrine\DBAL\Tools\Console\Command\RunSqlCommand".
Inlined service "doctrine.dbal.default_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.TRfgLHH" 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.3hwdCZa" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.default" 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 "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 "Speicher210\CloudinaryBundle\Factory\CloudinaryFactory" to "speicher210_cloudinary.cloudinary".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.softdeleteable".
Inlined service ".stof_doctrine_extensions.reader" to "stof_doctrine_extensions.listener.softdeleteable".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.6eloqTE" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service ".service_locator.4KZXKPO" to "console.command.workflow_dump".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".state_machine.accelerator_review.transition.0" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.1" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.2" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.3" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.4" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.5" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.6" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.7" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.8" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.9" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.10" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.11" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.12" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.13" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.accelerator_review.transition.14" to "state_machine.accelerator_review.definition".
Inlined service "state_machine.accelerator_review.metadata_store" to "state_machine.accelerator_review.definition".
Inlined service ".state_machine.gs_review.transition.0" to "state_machine.gs_review.definition".
Inlined service ".state_machine.gs_review.transition.1" to "state_machine.gs_review.definition".
Inlined service ".state_machine.gs_review.transition.2" to "state_machine.gs_review.definition".
Inlined service ".state_machine.gs_review.transition.3" to "state_machine.gs_review.definition".
Inlined service "state_machine.gs_review.metadata_store" to "state_machine.gs_review.definition".
Inlined service ".state_machine.gs_selection.transition.0" to "state_machine.gs_selection.definition".
Inlined service ".state_machine.gs_selection.transition.1" to "state_machine.gs_selection.definition".
Inlined service ".state_machine.gs_selection.transition.2" to "state_machine.gs_selection.definition".
Inlined service "state_machine.gs_selection.metadata_store" to "state_machine.gs_selection.definition".
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 "App\StartPlatz\Routing\AttributeRouteFileLoader" to "routing.resolver".
Inlined service "App\StartPlatz\Routing\AttributeRouteDirectoryLoader" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.mentor_mail_admin_minute" to "limiter.mentor_mail_admin_minute".
Inlined service "limiter.storage.mentor_mail_admin_day" to "limiter.mentor_mail_admin_day".
Inlined service "limiter.storage.mentor_mail_mentor_minute" to "limiter.mentor_mail_mentor_minute".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.6cvv5YO" 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 "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.kKli0sd" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.qG6w6Cz" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.jLLS2Ji" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\StartPlatz\Bundle\AcceleratorBundle\Twig\AcceleratorNavExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\AllmedaBundle\Twig\ChatbotExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\ConnectBundle\Twig\AcceleratorBatchExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\ConnectBundle\Twig\NextEventExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\CostBundle\Twig\CostSourceExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\EventBundle\Twig\CloudinaryImageExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\EventBundle\Twig\EventPlaceholderExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\EventBundle\Twig\Extension" to "twig".
Inlined service "App\StartPlatz\Bundle\PublicPageBundle\Twig\PublicPageExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\SettingBundle\Twig\ProductHierarchyExtension" to "twig".
Inlined service "App\StartPlatz\Bundle\UserBundle\Twig\Extension" to "twig".
Inlined service "App\StartPlatz\Bundle\WebsiteBundle\Twig\Extension" to "twig".
Inlined service "App\StartPlatz\Bundle\WebsiteBundle\Twig\MenuTranslationExtension" to "twig".
Inlined service "App\StartPlatz\Ecosystem\Twig\VisibilityExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "startplatz.wordpress_integration.twig_extension_stringloader" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "Eckinox\TinymceBundle\Twig\TinymceTwigExtension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service "workflow.registry" to "workflow.twig_extension".
Inlined service ".service_locator.Q0sD6Xk" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.Iw5TtHo" to "security.helper".
Inlined service ".service_locator.9og2qUw" to "security.helper".
Inlined service ".service_locator.C8C3V1y" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.zcnB5SZ" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.vlgK1Dx" to ".security.request_matcher.gsjA4wV".
Inlined service "debug.security.firewall.authenticator.mobile_api_docs.inner" to "debug.security.firewall.authenticator.mobile_api_docs".
Inlined service "security.exception_listener.mobile_api_docs" to "security.firewall.map.context.mobile_api_docs".
Inlined service "security.firewall.map.config.mobile_api_docs" to "security.firewall.map.context.mobile_api_docs".
Inlined service ".security.request_matcher.GsHddMU" to ".security.request_matcher.ovpUs6v".
Inlined service "security.firewall.map.config.mobile_api_public" to "security.firewall.map.context.mobile_api_public".
Inlined service ".security.request_matcher.q7q5cRr" to ".security.request_matcher.C7E11Vj".
Inlined service "debug.security.firewall.authenticator.mobile_api.inner" to "debug.security.firewall.authenticator.mobile_api".
Inlined service "security.exception_listener.mobile_api" to "security.firewall.map.context.mobile_api".
Inlined service "security.firewall.map.config.mobile_api" to "security.firewall.map.context.mobile_api".
Inlined service ".security.request_matcher.GxCzR3F" to ".security.request_matcher.Boiiq_A".
Inlined service "security.firewall.map.config.stripe_webhook" to "security.firewall.map.context.stripe_webhook".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "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.KKIeLE6" to ".security.request_matcher.zcnB5SZ".
Inlined service ".service_locator.TJNRSaV.Startplatz\Bundle\WordpressIntegrationBundle\Controller\PassthruController" to "Startplatz\Bundle\WordpressIntegrationBundle\Controller\PassthruController".
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 "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "debug.security.event_dispatcher.mobile_api_docs.inner" to "debug.security.event_dispatcher.mobile_api_docs".
Inlined service "debug.security.event_dispatcher.mobile_api.inner" to "debug.security.event_dispatcher.mobile_api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.Ux9nK_b" to ".service_locator.Ux9nK_b.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController::application()".
Inlined service ".service_locator.8xhrBJf" to ".service_locator.8xhrBJf.App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController::startup()".
Inlined service ".service_locator.ADH_JD." to ".service_locator.ADH_JD..App\StartPlatz\Bundle\AcceleratorBundle\Controller\AcceleratorAdminController::phaseProgramm()".
Inlined service ".service_locator.p7M1XgL" to ".service_locator.p7M1XgL.App\StartPlatz\Bundle\AllmedaBundle\Controller\CsrfTokenController::tokenAction()".
Inlined service ".service_locator.NKL5T3s" to ".service_locator.NKL5T3s.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController::eventsAction()".
Inlined service ".service_locator.ex7GhPx" to ".service_locator.ex7GhPx.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController::konferenzraeumeAction()".
Inlined service ".service_locator.Te2pM_S" to ".service_locator.Te2pM_S.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController::konferenzraeumeTrendAction()".
Inlined service ".service_locator._xFTMUZ" to ".service_locator._xFTMUZ.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController::acceleratorAction()".
Inlined service ".service_locator.uN76Eyb" to ".service_locator.uN76Eyb.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController::corporateAction()".
Inlined service ".service_locator.iENW9cm" to ".service_locator.iENW9cm.App\StartPlatz\Bundle\AllmedaBundle\Controller\KpiDashboardController::aiHubAction()".
Inlined service ".service_locator.BPnXhJO" to ".service_locator.BPnXhJO.App\StartPlatz\Bundle\AlphaBundle\Controller\FeedController::recalculateRankingsAction()".
Inlined service ".service_locator.DCM79.T" to ".service_locator.DCM79.T.App\StartPlatz\Bundle\ConnectBundle\Controller\BatchPortalController::feedback()".
Inlined service ".service_locator.MqDlSAZ" to ".service_locator.MqDlSAZ.App\StartPlatz\Bundle\ConnectBundle\Controller\MemberController::showAction()".
Inlined service ".service_locator.AlXJEWl" to ".service_locator.AlXJEWl.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController::run()".
Inlined service ".service_locator.9irMzAe" to ".service_locator.9irMzAe.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController::capture()".
Inlined service ".service_locator.866uoEz" to ".service_locator.866uoEz.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController::manualBalance()".
Inlined service ".service_locator.TfGOMRZ" to ".service_locator.TfGOMRZ.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController::publish()".
Inlined service ".service_locator.CUEmwpa" to ".service_locator.CUEmwpa.App\StartPlatz\Bundle\CostBundle\Controller\LiquidityBankCashAdminController::createLegalEntity()".
Inlined service ".service_locator.1UK2rf5" to ".service_locator.1UK2rf5.App\StartPlatz\Bundle\EventBundle\Controller\EventEditorController::deleteScheduleBatchAction()".
Inlined service ".service_locator.sE8BuV3" to ".service_locator.sE8BuV3.App\StartPlatz\Bundle\EventBundle\Controller\EventFunnelController::savePromoStandardsAction()".
Inlined service ".service_locator.awO5bWr" to ".service_locator.awO5bWr.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController::researchAction()".
Inlined service ".service_locator.C8r3Y1_" to ".service_locator.C8r3Y1_.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController::verifyMatchAction()".
Inlined service ".service_locator.E38rVGn" to ".service_locator.E38rVGn.App\StartPlatz\Bundle\InvestorsBundle\Controller\InvestorController::applyResearchAction()".
Inlined service ".service_locator.M87hXbD" to ".service_locator.M87hXbD.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController::indexAction()".
Inlined service ".service_locator.cxA_7Dp" to ".service_locator.cxA_7Dp.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController::thumbnailAction()".
Inlined service ".service_locator.CUq2u_V" to ".service_locator.CUq2u_V.App\StartPlatz\Bundle\MailmanBundle\Controller\MailDesignLibraryController::previewAction()".
Inlined service ".service_locator.OS5NR6h" to ".service_locator.OS5NR6h.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController::generateMagicLinkAction()".
Inlined service ".service_locator.qxgEi9N" to ".service_locator.qxgEi9N.App\StartPlatz\Bundle\MentorsBundle\Controller\AdminController::sendMagicLinkMailAction()".
Inlined service ".service_locator.2dV8Lj2" to ".service_locator.2dV8Lj2.App\StartPlatz\Bundle\MetaBundle\Controller\TagController::refreshAction()".
Inlined service ".service_locator.mJNjfzM" to ".service_locator.mJNjfzM.App\StartPlatz\Bundle\MobileApiBundle\Controller\EventsController::selectExternalUrls()".
Inlined service ".service_locator.rArIl1j" to ".service_locator.rArIl1j.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController::hubAction()".
Inlined service ".service_locator.JsNqrZ7" to ".service_locator.JsNqrZ7.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController::overviewAction()".
Inlined service ".service_locator.Iv9Qp6z" to ".service_locator.Iv9Qp6z.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController::homeAction()".
Inlined service ".service_locator.WShDVHs" to ".service_locator.WShDVHs.App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerController::invitePartnerAction()".
Inlined service ".service_locator.zGxdV8V" to ".service_locator.zGxdV8V.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController::listAction()".
Inlined service ".service_locator.hlGwDTU" to ".service_locator.hlGwDTU.App\StartPlatz\Bundle\ToolBundle\Controller\ToolAdminController::newToolAction()".
Inlined service ".service_locator.pNhjreY" to ".service_locator.pNhjreY.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController::configAction()".
Inlined service ".service_locator.WTbrQWd" to ".service_locator.WTbrQWd.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController::ajaxCreateFromSubscriptionAction()".
Inlined service ".service_locator.d1qkXPc" to ".service_locator.d1qkXPc.App\StartPlatz\Bundle\VirtualOfficeBundle\Controller\VirtualOfficeController::ajaxBatchActionAction()".
Inlined service ".service_locator.rjif08m" to ".service_locator.rjif08m.App\StartPlatz\Ecosystem\Entitlement\Controller\EntitlementCronjobController::syncEntitlementsAction()".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\MonsumDunningNotificationMessageHandler" to ".messenger.handler_descriptor.2aE9mh5".
Inlined service "App\MessageHandler\SendConfirmationMailMessageHandler" to ".messenger.handler_descriptor.38DJaO6".
Inlined service "App\MessageHandler\SendMetaConversionMessageHandler" to ".messenger.handler_descriptor..MX_ug4".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "debug.state_machine.accelerator_review.inner" to "debug.state_machine.accelerator_review".
Inlined service "debug.state_machine.gs_review.inner" to "debug.state_machine.gs_review".
Inlined service "debug.state_machine.gs_selection.inner" to "debug.state_machine.gs_selection".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter" to ".debug.security.voter.App\StartPlatz\Bundle\EventBundle\Security\EventParticipantsVoter".
Inlined service "App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter" to ".debug.security.voter.App\StartPlatz\Bundle\GruendungsstipendiumBundle\Security\GsApplicationVoter".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter" to ".debug.security.voter.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerAreaVoter".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter" to ".debug.security.voter.App\StartPlatz\Bundle\PartnersBundle\Security\PartnerQuoteApprovalVoter".
Inlined service "App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter" to ".debug.security.voter.App\StartPlatz\Bundle\ToolBundle\Security\SystemAccessVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.OzfzXd2" to ".service_locator.OzfzXd2.App\StartPlatz\Bundle\ApiBundle\Controller\EventApiV3Controller".
Inlined service ".service_locator.83Kjtn1" to ".service_locator.83Kjtn1.App\StartPlatz\Bundle\ApiBundle\Controller\EventImportController".
Inlined service ".service_locator.YFpmmni" to ".service_locator.YFpmmni.App\StartPlatz\Bundle\ApiBundle\Controller\EventPatchController".
Inlined service ".service_locator.P07dfd6" to ".service_locator.P07dfd6.App\StartPlatz\Bundle\ApiBundle\Controller\LumaWebhookController".
Inlined service ".service_locator.CeXHWzK" to ".service_locator.CeXHWzK.App\StartPlatz\Bundle\ApiBundle\Controller\MemberApiV3Controller".
Inlined service ".service_locator.cjskD.o" to ".service_locator.cjskD.o.App\StartPlatz\Bundle\ApiBundle\Controller\ReminderApiV3Controller".
Inlined service ".service_locator.66LsQHK" to ".service_locator.66LsQHK.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service ".service_locator.Leew.iN" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.lock_key" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "state_machine.accelerator_review.definition" to "debug.state_machine.accelerator_review.inner".
Inlined service "state_machine.gs_review.definition" to "debug.state_machine.gs_review.inner".
Inlined service "state_machine.gs_selection.definition" to "debug.state_machine.gs_selection.inner".
Inlined service ".service_locator.3qybB2T" to "console.command_loader".
Inlined service ".service_locator.66LsQHK.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\MossOperationsOwnerResolver" to "console.command.public_alias.App\StartPlatz\Bundle\CostBundle\Command\BackfillOperationsOwnerCommand".
Inlined service "App\StartPlatz\Bundle\ToolBundle\Service\ContractAccountOwnerResolver" to "console.command.public_alias.App\StartPlatz\Bundle\CostBundle\Command\BackfillOperationsOwnerCommand".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\AnthropicCostFetcher" to "console.command.public_alias.App\StartPlatz\Bundle\CostBundle\Command\FetchAnthropicCostsCommand".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\KpiSnapshotService" to "console.command.public_alias.App\StartPlatz\Bundle\CostBundle\Command\KpiSnapshotDailyCommand".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\CardMatchHeuristic" to "console.command.public_alias.App\StartPlatz\Bundle\CostBundle\Command\MatchCardStagingCommand".
Inlined service "App\StartPlatz\Bundle\FibuBundle\Service\BillingReminderSlackNotifier" to "console.command.public_alias.App\StartPlatz\Bundle\FibuBundle\Command\BillingReminderCommand".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterMap" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterQuery" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterMap" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterQuery" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterMap" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterQuery" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\ProfitCenterQuery" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\EzbWechselkursService" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\CostBundle\Service\EzbWechselkursService" to "App\StartPlatz\Bundle\CostBundle\Controller\ProfitCenterResultController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Validator\PartnerValidator" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController".
Inlined service "App\StartPlatz\Bundle\PartnersBundle\Validator\PartnerValidator" to "App\StartPlatz\Bundle\PartnersBundle\Controller\PartnerApiController".
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 "file_locator" to "routing.loader".
Inlined service "App\StartPlatz\Routing\AttributeRouteControllerLoader" to "routing.loader".
Inlined service "App\StartPlatz\Routing\AttributeRouteControllerLoader" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "App\StartPlatz\Routing\AttributeRouteControllerLoader" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
4
Tag "doctrine.event_subscriber" was defined on service(s) "App\StartPlatz\Bundle\EventBundle\EventListener\EventHistorySubscriber", "App\StartPlatz\Bundle\MemberBundle\EventListener\MemberEmailListener", "App\StartPlatz\Bundle\MemberBundle\EventListener\MemberNameListener", "App\StartPlatz\Bundle\MemberBundle\EventListener\MemberUserAccountListener", but was never used. Did you mean "kernel.event_subscriber", "doctrine.event_listener"?
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.mobile_api_docs", "debug.security.firewall.authenticator.mobile_api", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.mobile_api_docs", "debug.security.event_dispatcher.mobile_api", "debug.security.event_dispatcher.main", "debug.state_machine.accelerator_review", "debug.state_machine.gs_review", "debug.state_machine.gs_selection", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "rate_limiter" was defined on service(s) "limiter.mentor_mail_admin_minute", "limiter.mentor_mail_admin_day", "limiter.mentor_mail_mentor_minute", but was never used.
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.accelerator_review", "debug.state_machine.gs_review", "debug.state_machine.gs_selection", but was never used.
6
Keeping array build parameter ".container.known_envs" for placeholder resolution.
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.
Keeping array build parameter ".serializer.named_serializers" for placeholder resolution.