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 "Bugsnag\BugsnagBundle\DependencyInjection\BugsnagExtension".
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 "Presta\SitemapBundle\DependencyInjection\PrestaSitemapExtension".
Method "Symfony\Component\Form\AbstractType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Forms\Types\EducationalInstitutionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Repository\NanomonxManager" should implement method "Doctrine\Persistence\ObjectManager::isUninitializedObject(mixed $value): bool": Implementing this method will be mandatory in version 4.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /code/vendor/karser/karser-recaptcha3-bundle/Resources/views/Form/karser_recaptcha3_widget.html.twig at line 2.
Since twig/twig 3.12: Character "'" at position 36 should not be escaped; the "\" character is ignored in Twig v3 but will not be in v4. Please remove the extra "\" character.
"SELECT t0_.id AS id_0, t0_.`content` AS content_1, t0_.lastTranslationUpdate AS lastTranslationUpdate_2, t0_.lastTranslationPageAccess AS lastTranslationPageAccess_3, t0_.lastTranslationPageToken AS lastTranslationPageToken_4, t0_.firstTranslationUpdate AS firstTranslationUpdate_5 FROM `TranslationFile` t0_ ORDER BY t0_.id DESC LIMIT 1"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.`content` AS content_1, t0_.lastTranslationUpdate AS lastTranslationUpdate_2, t0_.lastTranslationPageAccess AS lastTranslationPageAccess_3, t0_.lastTranslationPageToken AS lastTranslationPageToken_4, t0_.firstTranslationUpdate AS firstTranslationUpdate_5 FROM `TranslationFile` t0_ ORDER BY t0_.id DESC LIMIT 1"
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME
"""
"SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
doctrine
[
"sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
]
debug
Executing statement:
"SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
"SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
doctrine
[
"sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
]
debug
Executing statement:
"SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.tag AS tag_2, c0_.currency AS currency_3, c0_.currency_symbol AS currency_symbol_4, c0_.is_default AS is_default_5, c0_.`translations` AS translations_6, c0_.school_calendar_id AS school_calendar_id_7 FROM `Country` c0_ WHERE c0_.tag = ? LIMIT 1"
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.tag AS tag_2, c0_.currency AS currency_3, c0_.currency_symbol AS currency_symbol_4, c0_.is_default AS is_default_5, c0_.`translations` AS translations_6, c0_.school_calendar_id AS school_calendar_id_7 FROM `Country` c0_ WHERE c0_.tag = ? LIMIT 1"
"params" => [1 => "US"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#2058
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.type AS type_1, p0_.zoho_name AS zoho_name_2, p0_.stripe_product_id AS stripe_product_id_3 FROM Package p0_ WHERE p0_.type = ? LIMIT 1"
"SELECT t0.id AS id_1, t0.number AS number_2, t0.subtotal AS subtotal_3, t0.province AS province_4, t0.tax AS tax_5, t0.total AS total_6, t0.created_at AS created_at_7, t0.status AS status_8, t0.payment_id AS payment_id_9, t0.payer_id AS payer_id_10, t0.gift AS gift_11, t0.manager_id AS manager_id_12, t0.type_id AS type_id_13, t0.country_id AS country_id_14, t0.pending_account_id AS pending_account_id_15 FROM `Cart` t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.number AS number_2, t0.subtotal AS subtotal_3, t0.province AS province_4, t0.tax AS tax_5, t0.total AS total_6, t0.created_at AS created_at_7, t0.status AS status_8, t0.payment_id AS payment_id_9, t0.payer_id AS payer_id_10, t0.gift AS gift_11, t0.manager_id AS manager_id_12, t0.type_id AS type_id_13, t0.country_id AS country_id_14, t0.pending_account_id AS pending_account_id_15 FROM `Cart` t0 WHERE t0.id = ?"
"params" => [1 => 1430]
"types" => [1 => Doctrine\DBAL\ParameterType {#2060
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.number AS number_2, t0.sub_total AS sub_total_3, t0.stripe_subscription_id AS stripe_subscription_id_4, t0.type_id AS type_id_5, t0.package_id AS package_id_6, t0.cart_id AS cart_id_7 FROM `CartItem` t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.number AS number_2, t0.sub_total AS sub_total_3, t0.stripe_subscription_id AS stripe_subscription_id_4, t0.type_id AS type_id_5, t0.package_id AS package_id_6, t0.cart_id AS cart_id_7 FROM `CartItem` t0 WHERE t0.id = ?"
"params" => [1 => 1312]
"types" => [1 => Doctrine\DBAL\ParameterType {#2060
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.number AS number_2, t0.subtotal AS subtotal_3, t0.province AS province_4, t0.tax AS tax_5, t0.total AS total_6, t0.created_at AS created_at_7, t0.status AS status_8, t0.payment_id AS payment_id_9, t0.payer_id AS payer_id_10, t0.gift AS gift_11, t0.manager_id AS manager_id_12, t0.type_id AS type_id_13, t0.country_id AS country_id_14, t0.pending_account_id AS pending_account_id_15 FROM `Cart` t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.number AS number_2, t0.subtotal AS subtotal_3, t0.province AS province_4, t0.tax AS tax_5, t0.total AS total_6, t0.created_at AS created_at_7, t0.status AS status_8, t0.payment_id AS payment_id_9, t0.payer_id AS payer_id_10, t0.gift AS gift_11, t0.manager_id AS manager_id_12, t0.type_id AS type_id_13, t0.country_id AS country_id_14, t0.pending_account_id AS pending_account_id_15 FROM `Cart` t0 WHERE t0.id = ?"
"params" => [1 => 1430]
"types" => [1 => Doctrine\DBAL\ParameterType {#2060
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.language AS language_1, l0_.displayName AS displayName_2, l0_.tag AS tag_3, l0_.isActive AS isActive_4, l0_.noun_sample AS noun_sample_5, l0_.adjective_sample AS adjective_sample_6 FROM `Language` l0_ WHERE l0_.isActive = ?"
[
"sql" => "SELECT l0_.id AS id_0, l0_.language AS language_1, l0_.displayName AS displayName_2, l0_.tag AS tag_3, l0_.isActive AS isActive_4, l0_.noun_sample AS noun_sample_5, l0_.adjective_sample AS adjective_sample_6 FROM `Language` l0_ WHERE l0_.isActive = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#3294
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.type AS type_1, p0_.zoho_name AS zoho_name_2, p0_.stripe_product_id AS stripe_product_id_3 FROM Package p0_ WHERE p0_.type = ? LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.type AS type_1, p0_.zoho_name AS zoho_name_2, p0_.stripe_product_id AS stripe_product_id_3 FROM Package p0_ WHERE p0_.type = ? LIMIT 1"
"params" => [1 => "CLASS"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#2058
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.tag AS tag_2, c0_.currency AS currency_3, c0_.currency_symbol AS currency_symbol_4, c0_.is_default AS is_default_5, c0_.`translations` AS translations_6, c0_.school_calendar_id AS school_calendar_id_7 FROM `Country` c0_ WHERE c0_.tag = ? LIMIT 1"
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.tag AS tag_2, c0_.currency AS currency_3, c0_.currency_symbol AS currency_symbol_4, c0_.is_default AS is_default_5, c0_.`translations` AS translations_6, c0_.school_calendar_id AS school_calendar_id_7 FROM `Country` c0_ WHERE c0_.tag = ? LIMIT 1"
"params" => [1 => "US"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#2058
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.environment AS environment_1, s0_.label AS label_2, s0_.url AS url_3, s0_.icon AS icon_4, s0_.flow AS flow_5, s0_.position AS position_6, s0_.is_published AS is_published_7 FROM `SideMenuOption` s0_ WHERE s0_.environment = ? ORDER BY s0_.position ASC"
[
"sql" => "SELECT s0_.id AS id_0, s0_.environment AS environment_1, s0_.label AS label_2, s0_.url AS url_3, s0_.icon AS icon_4, s0_.flow AS flow_5, s0_.position AS position_6, s0_.is_published AS is_published_7 FROM `SideMenuOption` s0_ WHERE s0_.environment = ? ORDER BY s0_.position ASC"
"params" => [1 => "ENV_CONSTELLATION"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#2058
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.url AS url_2, t0_.route AS route_3, t0_.is_active AS is_active_4, t0_.display_on_first_time AS display_on_first_time_5 FROM `TutorialPanel` t0_ WHERE t0_.route = ? AND t0_.is_active = ?"
[
"sql" => "SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.url AS url_2, t0_.route AS route_3, t0_.is_active AS is_active_4, t0_.display_on_first_time AS display_on_first_time_5 FROM `TutorialPanel` t0_ WHERE t0_.route = ? AND t0_.is_active = ?"
"params" => [1 => "admin_site_buy_class_package.fr-CA"
2 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#2058
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#3294
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.url AS url_2, t0_.route AS route_3, t0_.is_active AS is_active_4, t0_.display_on_first_time AS display_on_first_time_5 FROM `TutorialPanel` t0_ WHERE t0_.route = ? AND t0_.is_active = ?"
[
"sql" => "SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.url AS url_2, t0_.route AS route_3, t0_.is_active AS is_active_4, t0_.display_on_first_time AS display_on_first_time_5 FROM `TutorialPanel` t0_ WHERE t0_.route = ? AND t0_.is_active = ?"
"params" => [1 => "admin_site_buy_class_package.fr-CA"
2 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#2058
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#3294
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT i0_.id AS id_0, i0_.title AS title_1, i0_.text AS text_2, i0_.image AS image_3, i0_.icon_class AS icon_class_4, i0_.route AS route_5, i0_.is_active AS is_active_6, i0_.translations AS translations_7 FROM `InformationPanel` i0_ WHERE i0_.route = ? AND i0_.is_active = ? LIMIT 1"
[
"sql" => "SELECT i0_.id AS id_0, i0_.title AS title_1, i0_.text AS text_2, i0_.image AS image_3, i0_.icon_class AS icon_class_4, i0_.route AS route_5, i0_.is_active AS is_active_6, i0_.translations AS translations_7 FROM `InformationPanel` i0_ WHERE i0_.route = ? AND i0_.is_active = ? LIMIT 1"
"params" => [1 => "admin_site_buy_class_package"
2 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#2058
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#3294
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.stripe_price_id AS stripe_price_id_2, t0.price AS price_3, t0.seats AS seats_4, t0.is_default_price AS is_default_price_5, t0.payment_interval AS payment_interval_6, t0.package_id AS package_id_7, t0.country_id AS country_id_8 FROM `Price` t0 WHERE t0.package_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.stripe_price_id AS stripe_price_id_2, t0.price AS price_3, t0.seats AS seats_4, t0.is_default_price AS is_default_price_5, t0.payment_interval AS payment_interval_6, t0.package_id AS package_id_7, t0.country_id AS country_id_8 FROM `Price` t0 WHERE t0.package_id = ?"
"params" => [1 => 2]
"types" => [1 => Doctrine\DBAL\ParameterType {#2060
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.start_day AS start_day_3, t0.purchase_opens_day AS purchase_opens_day_4 FROM `SchoolCalendar` t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.start_day AS start_day_3, t0.purchase_opens_day AS purchase_opens_day_4 FROM `SchoolCalendar` t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#2060
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.is_crawlable AS is_crawlable_2, i0_.is_legal_document AS is_legal_document_3, i0_.asked_for_validation_on AS asked_for_validation_on_4, i0_.is_default_user_agreement AS is_default_user_agreement_5, i0_.is_default_privacy_policy AS is_default_privacy_policy_6, i0_.is_marketing_privacy_policy AS is_marketing_privacy_policy_7, i0_.is_marked_as_deleted AS is_marked_as_deleted_8, i0_.deleted_at AS deleted_at_9 FROM `InformationPage` i0_ WHERE i0_.is_default_privacy_policy = ? AND i0_.is_marked_as_deleted = 0 LIMIT 1"
[
"sql" => "SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.is_crawlable AS is_crawlable_2, i0_.is_legal_document AS is_legal_document_3, i0_.asked_for_validation_on AS asked_for_validation_on_4, i0_.is_default_user_agreement AS is_default_user_agreement_5, i0_.is_default_privacy_policy AS is_default_privacy_policy_6, i0_.is_marketing_privacy_policy AS is_marketing_privacy_policy_7, i0_.is_marked_as_deleted AS is_marked_as_deleted_8, i0_.deleted_at AS deleted_at_9 FROM `InformationPage` i0_ WHERE i0_.is_default_privacy_policy = ? AND i0_.is_marked_as_deleted = 0 LIMIT 1"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#3294
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.common_content AS common_content_4, t0.display_as_popup AS display_as_popup_5, t0.popup_content AS popup_content_6, t0.display_as_page AS display_as_page_7, t0.page_content AS page_content_8, t0.is_marked_as_deleted AS is_marked_as_deleted_9, t0.deleted_at AS deleted_at_10, t0.information_page_id AS information_page_id_11, t0.language_id AS language_id_12 FROM `InformationPageTranslation` t0 WHERE t0.information_page_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.common_content AS common_content_4, t0.display_as_popup AS display_as_popup_5, t0.popup_content AS popup_content_6, t0.display_as_page AS display_as_page_7, t0.page_content AS page_content_8, t0.is_marked_as_deleted AS is_marked_as_deleted_9, t0.deleted_at AS deleted_at_10, t0.information_page_id AS information_page_id_11, t0.language_id AS language_id_12 FROM `InformationPageTranslation` t0 WHERE t0.information_page_id = ?"
"params" => [1 => 2]
"types" => [1 => Doctrine\DBAL\ParameterType {#2060
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.is_crawlable AS is_crawlable_2, i0_.is_legal_document AS is_legal_document_3, i0_.asked_for_validation_on AS asked_for_validation_on_4, i0_.is_default_user_agreement AS is_default_user_agreement_5, i0_.is_default_privacy_policy AS is_default_privacy_policy_6, i0_.is_marketing_privacy_policy AS is_marketing_privacy_policy_7, i0_.is_marked_as_deleted AS is_marked_as_deleted_8, i0_.deleted_at AS deleted_at_9 FROM `InformationPage` i0_ WHERE i0_.is_default_user_agreement = ? AND i0_.is_marked_as_deleted = 0 LIMIT 1"
[
"sql" => "SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.is_crawlable AS is_crawlable_2, i0_.is_legal_document AS is_legal_document_3, i0_.asked_for_validation_on AS asked_for_validation_on_4, i0_.is_default_user_agreement AS is_default_user_agreement_5, i0_.is_default_privacy_policy AS is_default_privacy_policy_6, i0_.is_marketing_privacy_policy AS is_marketing_privacy_policy_7, i0_.is_marked_as_deleted AS is_marked_as_deleted_8, i0_.deleted_at AS deleted_at_9 FROM `InformationPage` i0_ WHERE i0_.is_default_user_agreement = ? AND i0_.is_marked_as_deleted = 0 LIMIT 1"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#3294
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.common_content AS common_content_4, t0.display_as_popup AS display_as_popup_5, t0.popup_content AS popup_content_6, t0.display_as_page AS display_as_page_7, t0.page_content AS page_content_8, t0.is_marked_as_deleted AS is_marked_as_deleted_9, t0.deleted_at AS deleted_at_10, t0.information_page_id AS information_page_id_11, t0.language_id AS language_id_12 FROM `InformationPageTranslation` t0 WHERE t0.information_page_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.common_content AS common_content_4, t0.display_as_popup AS display_as_popup_5, t0.popup_content AS popup_content_6, t0.display_as_page AS display_as_page_7, t0.page_content AS page_content_8, t0.is_marked_as_deleted AS is_marked_as_deleted_9, t0.deleted_at AS deleted_at_10, t0.information_page_id AS information_page_id_11, t0.language_id AS language_id_12 FROM `InformationPageTranslation` t0 WHERE t0.information_page_id = ?"
"params" => [1 => 3]
"types" => [1 => Doctrine\DBAL\ParameterType {#2060
+name: "INTEGER"
}
]
]
There are no log messages.
Container Compilation Logs (4301)
Log messages generated during the compilation of the service container.
Messages
Class
993
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnonymizeUserCommand" (parent: .abstract.instanceof.App\Command\AnonymizeUserCommand).
Resolving inheritance for "App\Command\AnonymizeUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnonymizeUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSupportGuyCommand" (parent: .abstract.instanceof.App\Command\CreateSupportGuyCommand).
Resolving inheritance for "App\Command\CreateSupportGuyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSupportGuyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestAnonymizationEmailCommand" (parent: .abstract.instanceof.App\Command\Debug\TestAnonymizationEmailCommand).
Resolving inheritance for "App\Command\Debug\TestAnonymizationEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestAnonymizationEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestGiftCodeEmailCommand" (parent: .abstract.instanceof.App\Command\Debug\TestGiftCodeEmailCommand).
Resolving inheritance for "App\Command\Debug\TestGiftCodeEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestGiftCodeEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestMarketingEmailCommand" (parent: .abstract.instanceof.App\Command\Debug\TestMarketingEmailCommand).
Resolving inheritance for "App\Command\Debug\TestMarketingEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestMarketingEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestPurchaseEmailCommand" (parent: .abstract.instanceof.App\Command\Debug\TestPurchaseEmailCommand).
Resolving inheritance for "App\Command\Debug\TestPurchaseEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestPurchaseEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateLearningPathCommand" (parent: .abstract.instanceof.App\Command\UpdateLearningPathCommand).
Resolving inheritance for "App\Command\UpdateLearningPathCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateLearningPathCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateZohoCommand" (parent: .abstract.instanceof.App\Command\UpdateZohoCommand).
Resolving inheritance for "App\Command\UpdateZohoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateZohoCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\AuthController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\AuthController).
Resolving inheritance for "App\Controller\Api\Constellation\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ChallengeController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ChallengeController).
Resolving inheritance for "App\Controller\Api\Constellation\ChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ClassroomController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ClassroomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ClassroomController).
Resolving inheritance for "App\Controller\Api\Constellation\ClassroomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ClientVersionController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\ClientVersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ClientVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ClientVersionController).
Resolving inheritance for "App\Controller\Api\Constellation\ClientVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ClientVersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ConnectionTokenController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\ConnectionTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ConnectionTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ConnectionTokenController).
Resolving inheritance for "App\Controller\Api\Constellation\ConnectionTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ConnectionTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\EnvironmentController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\EnvironmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\EnvironmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\EnvironmentController).
Resolving inheritance for "App\Controller\Api\Constellation\EnvironmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\EnvironmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\GalleryController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\GalleryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\GalleryController).
Resolving inheritance for "App\Controller\Api\Constellation\GalleryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ObsoleteRoutesController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\ObsoleteRoutesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ObsoleteRoutesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ObsoleteRoutesController).
Resolving inheritance for "App\Controller\Api\Constellation\ObsoleteRoutesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ObsoleteRoutesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController).
Resolving inheritance for "App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\SaveController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\SaveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\SaveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\SaveController).
Resolving inheritance for "App\Controller\Api\Constellation\SaveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\SaveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\SubWorldController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\SubWorldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\SubWorldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\SubWorldController).
Resolving inheritance for "App\Controller\Api\Constellation\SubWorldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\SubWorldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\TextEntryController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\TextEntryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\TextEntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\TextEntryController).
Resolving inheritance for "App\Controller\Api\Constellation\TextEntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\TextEntryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ThemeController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ThemeController).
Resolving inheritance for "App\Controller\Api\Constellation\ThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\UserChallengeController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\UserChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\UserChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\UserChallengeController).
Resolving inheritance for "App\Controller\Api\Constellation\UserChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\UserChallengeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\UserController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\UserController).
Resolving inheritance for "App\Controller\Api\Constellation\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\WorldController" (parent: .abstract.instanceof.App\Controller\Api\Constellation\WorldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\WorldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\WorldController).
Resolving inheritance for "App\Controller\Api\Constellation\WorldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\WorldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Public\AssetBundlesController" (parent: .abstract.instanceof.App\Controller\Api\Public\AssetBundlesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Public\AssetBundlesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Public\AssetBundlesController).
Resolving inheritance for "App\Controller\Api\Public\AssetBundlesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Public\AssetBundlesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Public\WebhookController" (parent: .abstract.instanceof.App\Controller\Api\Public\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Public\WebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Public\WebhookController).
Resolving inheritance for "App\Controller\Api\Public\WebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Public\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\AssetController" (parent: .abstract.instanceof.App\Controller\Api\Troubadour\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\AssetController).
Resolving inheritance for "App\Controller\Api\Troubadour\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoSceneryController" (parent: .abstract.instanceof.App\Controller\Api\Troubadour\Demo\DemoSceneryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoSceneryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoSceneryController).
Resolving inheritance for "App\Controller\Api\Troubadour\Demo\DemoSceneryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoSceneryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoWorldController" (parent: .abstract.instanceof.App\Controller\Api\Troubadour\Demo\DemoWorldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoWorldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoWorldController).
Resolving inheritance for "App\Controller\Api\Troubadour\Demo\DemoWorldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoWorldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController" (parent: .abstract.instanceof.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController).
Resolving inheritance for "App\Controller\Api\Troubadour\Demo\DemoWorldObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\SceneryController" (parent: .abstract.instanceof.App\Controller\Api\Troubadour\SceneryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\SceneryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\SceneryController).
Resolving inheritance for "App\Controller\Api\Troubadour\SceneryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\SceneryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\UserChallengeController" (parent: .abstract.instanceof.App\Controller\Api\Troubadour\UserChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\UserChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\UserChallengeController).
Resolving inheritance for "App\Controller\Api\Troubadour\UserChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\UserChallengeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\WorldController" (parent: .abstract.instanceof.App\Controller\Api\Troubadour\WorldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\WorldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\WorldController).
Resolving inheritance for "App\Controller\Api\Troubadour\WorldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\WorldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\WorldObjectController" (parent: .abstract.instanceof.App\Controller\Api\Troubadour\WorldObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\WorldObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\WorldObjectController).
Resolving inheritance for "App\Controller\Api\Troubadour\WorldObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\WorldObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticatedUserController" (parent: .abstract.instanceof.App\Controller\AuthenticatedUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticatedUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticatedUserController).
Resolving inheritance for "App\Controller\AuthenticatedUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticatedUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\AuthRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\AuthRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\AuthRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\AuthRestController).
Resolving inheritance for "App\Controller\Rest\Admin\AuthRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\AuthRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\BucketRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\BucketRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\BucketRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\BucketRestController).
Resolving inheritance for "App\Controller\Rest\Admin\BucketRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\BucketRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CartRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\CartRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CartRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CartRestController).
Resolving inheritance for "App\Controller\Rest\Admin\CartRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CartRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ClassroomRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\ClassroomRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ClassroomRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ClassroomRestController).
Resolving inheritance for "App\Controller\Rest\Admin\ClassroomRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ClassroomRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CommunicationPopupRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\CommunicationPopupRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CommunicationPopupRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CommunicationPopupRestController).
Resolving inheritance for "App\Controller\Rest\Admin\CommunicationPopupRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CommunicationPopupRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CountryRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\CountryRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CountryRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CountryRestController).
Resolving inheritance for "App\Controller\Rest\Admin\CountryRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CountryRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\InformationPageController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\InformationPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\InformationPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\InformationPageController).
Resolving inheritance for "App\Controller\Rest\Admin\InformationPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\InformationPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\LanguageRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\LanguageRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\LanguageRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\LanguageRestController).
Resolving inheritance for "App\Controller\Rest\Admin\LanguageRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\LanguageRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\LicenceRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\LicenceRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\LicenceRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\LicenceRestController).
Resolving inheritance for "App\Controller\Rest\Admin\LicenceRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\LicenceRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\OwnedLicencesRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\OwnedLicencesRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\OwnedLicencesRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\OwnedLicencesRestController).
Resolving inheritance for "App\Controller\Rest\Admin\OwnedLicencesRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\OwnedLicencesRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ReadingChallengeRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\ReadingChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ReadingChallengeRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ReadingChallengeRestController).
Resolving inheritance for "App\Controller\Rest\Admin\ReadingChallengeRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ReadingChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\SchoolsRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\SchoolsRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\SchoolsRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\SchoolsRestController).
Resolving inheritance for "App\Controller\Rest\Admin\SchoolsRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\SchoolsRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\SharedLicencesRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\SharedLicencesRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\SharedLicencesRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\SharedLicencesRestController).
Resolving inheritance for "App\Controller\Rest\Admin\SharedLicencesRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\SharedLicencesRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\StudentsRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\StudentsRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\StudentsRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\StudentsRestController).
Resolving inheritance for "App\Controller\Rest\Admin\StudentsRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\StudentsRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\WhiteListRestController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\WhiteListRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\WhiteListRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\WhiteListRestController).
Resolving inheritance for "App\Controller\Rest\Admin\WhiteListRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\WhiteListRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ZohoLeadController" (parent: .abstract.instanceof.App\Controller\Rest\Admin\ZohoLeadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ZohoLeadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ZohoLeadController).
Resolving inheritance for "App\Controller\Rest\Admin\ZohoLeadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ZohoLeadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ChallengeRestController" (parent: .abstract.instanceof.App\Controller\Rest\Constellation\ChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ChallengeRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ChallengeRestController).
Resolving inheritance for "App\Controller\Rest\Constellation\ChallengeRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ChallengeTemplateRestController" (parent: .abstract.instanceof.App\Controller\Rest\Constellation\ChallengeTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ChallengeTemplateRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ChallengeTemplateRestController).
Resolving inheritance for "App\Controller\Rest\Constellation\ChallengeTemplateRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ChallengeTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ClassroomRestController" (parent: .abstract.instanceof.App\Controller\Rest\Constellation\ClassroomRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ClassroomRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ClassroomRestController).
Resolving inheritance for "App\Controller\Rest\Constellation\ClassroomRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ClassroomRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\GalleryRestController" (parent: .abstract.instanceof.App\Controller\Rest\Constellation\GalleryRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\GalleryRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\GalleryRestController).
Resolving inheritance for "App\Controller\Rest\Constellation\GalleryRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\GalleryRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\RevisionRestController" (parent: .abstract.instanceof.App\Controller\Rest\Constellation\RevisionRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\RevisionRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\RevisionRestController).
Resolving inheritance for "App\Controller\Rest\Constellation\RevisionRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\RevisionRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\UserChallengeRestController" (parent: .abstract.instanceof.App\Controller\Rest\Constellation\UserChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\UserChallengeRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\UserChallengeRestController).
Resolving inheritance for "App\Controller\Rest\Constellation\UserChallengeRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\UserChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\AuthRestController" (parent: .abstract.instanceof.App\Controller\Rest\Family\AuthRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\AuthRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\AuthRestController).
Resolving inheritance for "App\Controller\Rest\Family\AuthRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\AuthRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\BabillardRestController" (parent: .abstract.instanceof.App\Controller\Rest\Family\BabillardRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\BabillardRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\BabillardRestController).
Resolving inheritance for "App\Controller\Rest\Family\BabillardRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\BabillardRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\ChallengeRestController" (parent: .abstract.instanceof.App\Controller\Rest\Family\ChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\ChallengeRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\ChallengeRestController).
Resolving inheritance for "App\Controller\Rest\Family\ChallengeRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\ChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\FamilyCreationRestController" (parent: .abstract.instanceof.App\Controller\Rest\Family\FamilyCreationRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\FamilyCreationRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\FamilyCreationRestController).
Resolving inheritance for "App\Controller\Rest\Family\FamilyCreationRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\FamilyCreationRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\SharingRestController" (parent: .abstract.instanceof.App\Controller\Rest\Family\SharingRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\SharingRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\SharingRestController).
Resolving inheritance for "App\Controller\Rest\Family\SharingRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\SharingRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\AnonymizationController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\AnonymizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\AnonymizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\AnonymizationController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\AnonymizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\AnonymizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\BlackListController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\BlackListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\BlackListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\BlackListController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\BlackListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\BlackListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\CommunicationPopupController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\CommunicationPopupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\CommunicationPopupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\CommunicationPopupController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\CommunicationPopupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\CommunicationPopupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\DataExportController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\DataExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\DataExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\DataExportController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\DataExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\DataExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\EducationalInstitutionController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\EducationalInstitutionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\EducationalInstitutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\EducationalInstitutionController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\EducationalInstitutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\EducationalInstitutionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\InformationPageController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\InformationPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\InformationPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\InformationPageController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\InformationPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\InformationPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\LanguageController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\LanguageController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\LicenceTypeController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\LicenceTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\LicenceTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\LicenceTypeController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\LicenceTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\LicenceTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ManagerController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ManagerController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ManagerImportController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\ManagerImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ManagerImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ManagerImportController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\ManagerImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ManagerImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ScholarLevelController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\ScholarLevelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ScholarLevelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ScholarLevelController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\ScholarLevelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ScholarLevelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\StudentController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\StudentController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\SubscriptionDealingController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\SubscriptionDealingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\SubscriptionDealingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\SubscriptionDealingController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\SubscriptionDealingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\SubscriptionDealingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\UserRegionController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Admin\UserRegionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\UserRegionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\UserRegionController).
Resolving inheritance for "App\Controller\Rest\Support\Admin\UserRegionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\UserRegionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\CatalogController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Constellation\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\CatalogController).
Resolving inheritance for "App\Controller\Rest\Support\Constellation\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\ReadingTemplateController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Constellation\ReadingTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\ReadingTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\ReadingTemplateController).
Resolving inheritance for "App\Controller\Rest\Support\Constellation\ReadingTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\ReadingTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController).
Resolving inheritance for "App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Family\FamilyTemplateRestController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Family\FamilyTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Family\FamilyTemplateRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Family\FamilyTemplateRestController).
Resolving inheritance for "App\Controller\Rest\Support\Family\FamilyTemplateRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Family\FamilyTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\BabillardController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Troubadour\BabillardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\BabillardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\BabillardController).
Resolving inheritance for "App\Controller\Rest\Support\Troubadour\BabillardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\BabillardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\CatalogController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Troubadour\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\CatalogController).
Resolving inheritance for "App\Controller\Rest\Support\Troubadour\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\CategoryController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Troubadour\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\CategoryController).
Resolving inheritance for "App\Controller\Rest\Support\Troubadour\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\LearningPathController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Troubadour\LearningPathController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\LearningPathController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\LearningPathController).
Resolving inheritance for "App\Controller\Rest\Support\Troubadour\LearningPathController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\LearningPathController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\SceneryController" (parent: .abstract.instanceof.App\Controller\Rest\Support\Troubadour\SceneryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\SceneryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\SceneryController).
Resolving inheritance for "App\Controller\Rest\Support\Troubadour\SceneryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\SceneryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\BabillardRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\BabillardRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\BabillardRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\BabillardRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\BabillardRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\BabillardRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\CategoryRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\CategoryRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\CategoryRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\CategoryRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\CategoryRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\CategoryRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ChallengeRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\ChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ChallengeRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ChallengeRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\ChallengeRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ChallengeTemplateRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\ChallengeTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ChallengeTemplateRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ChallengeTemplateRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\ChallengeTemplateRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ChallengeTemplateRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ClassroomRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\ClassroomRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ClassroomRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ClassroomRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\ClassroomRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ClassroomRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\Demo\DemoRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\Demo\DemoRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\PathwayRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\PathwayRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\PathwayRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\PathwayRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\PathwayRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\PathwayRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\SceneryRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\SceneryRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\SceneryRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\SceneryRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\SceneryRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\SceneryRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\SharingRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\SharingRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\SharingRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\SharingRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\SharingRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\SharingRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\StudentRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\StudentRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\StudentRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\StudentRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\StudentRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\StudentRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\TextEntryRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\TextEntryRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\TextEntryRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\TextEntryRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\TextEntryRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\TextEntryRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\UserChallengeRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\UserChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\UserChallengeRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\UserChallengeRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\UserChallengeRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\UserChallengeRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\WorkBlockRestController" (parent: .abstract.instanceof.App\Controller\Rest\Troubadour\WorkBlockRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\WorkBlockRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\WorkBlockRestController).
Resolving inheritance for "App\Controller\Rest\Troubadour\WorkBlockRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\WorkBlockRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\AuthController" (parent: .abstract.instanceof.App\Controller\Site\Admin\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\AuthController).
Resolving inheritance for "App\Controller\Site\Admin\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\ClassroomController" (parent: .abstract.instanceof.App\Controller\Site\Admin\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\ClassroomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\ClassroomController).
Resolving inheritance for "App\Controller\Site\Admin\ClassroomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\ExpiredLicencesController" (parent: .abstract.instanceof.App\Controller\Site\Admin\ExpiredLicencesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\ExpiredLicencesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\ExpiredLicencesController).
Resolving inheritance for "App\Controller\Site\Admin\ExpiredLicencesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\ExpiredLicencesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\InTransferLicencesController" (parent: .abstract.instanceof.App\Controller\Site\Admin\InTransferLicencesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\InTransferLicencesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\InTransferLicencesController).
Resolving inheritance for "App\Controller\Site\Admin\InTransferLicencesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\InTransferLicencesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\LicenceController" (parent: .abstract.instanceof.App\Controller\Site\Admin\LicenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\LicenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\LicenceController).
Resolving inheritance for "App\Controller\Site\Admin\LicenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\LicenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\OnBoardingController" (parent: .abstract.instanceof.App\Controller\Site\Admin\OnBoardingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\OnBoardingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\OnBoardingController).
Resolving inheritance for "App\Controller\Site\Admin\OnBoardingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\OnBoardingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\OwnedLicencesController" (parent: .abstract.instanceof.App\Controller\Site\Admin\OwnedLicencesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\OwnedLicencesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\OwnedLicencesController).
Resolving inheritance for "App\Controller\Site\Admin\OwnedLicencesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\OwnedLicencesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\PurchaseController" (parent: .abstract.instanceof.App\Controller\Site\Admin\PurchaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\PurchaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\PurchaseController).
Resolving inheritance for "App\Controller\Site\Admin\PurchaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\PurchaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\SharedLicencesController" (parent: .abstract.instanceof.App\Controller\Site\Admin\SharedLicencesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\SharedLicencesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\SharedLicencesController).
Resolving inheritance for "App\Controller\Site\Admin\SharedLicencesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\SharedLicencesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\StudentsController" (parent: .abstract.instanceof.App\Controller\Site\Admin\StudentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\StudentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\StudentsController).
Resolving inheritance for "App\Controller\Site\Admin\StudentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\StudentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\WhiteListController" (parent: .abstract.instanceof.App\Controller\Site\Admin\WhiteListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\WhiteListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\WhiteListController).
Resolving inheritance for "App\Controller\Site\Admin\WhiteListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\WhiteListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Base\ErrorController" (parent: .abstract.instanceof.App\Controller\Site\Base\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Base\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Base\ErrorController).
Resolving inheritance for "App\Controller\Site\Base\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Base\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\AuthController" (parent: .abstract.instanceof.App\Controller\Site\Constellation\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\AuthController).
Resolving inheritance for "App\Controller\Site\Constellation\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\CatalogController" (parent: .abstract.instanceof.App\Controller\Site\Constellation\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\CatalogController).
Resolving inheritance for "App\Controller\Site\Constellation\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\ChallengeController" (parent: .abstract.instanceof.App\Controller\Site\Constellation\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\ChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\ChallengeController).
Resolving inheritance for "App\Controller\Site\Constellation\ChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\GalleryController" (parent: .abstract.instanceof.App\Controller\Site\Constellation\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\GalleryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\GalleryController).
Resolving inheritance for "App\Controller\Site\Constellation\GalleryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\ObsoleteRoutesController" (parent: .abstract.instanceof.App\Controller\Site\Constellation\ObsoleteRoutesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\ObsoleteRoutesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\ObsoleteRoutesController).
Resolving inheritance for "App\Controller\Site\Constellation\ObsoleteRoutesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\ObsoleteRoutesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\UserChallengeController" (parent: .abstract.instanceof.App\Controller\Site\Constellation\UserChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\UserChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\UserChallengeController).
Resolving inheritance for "App\Controller\Site\Constellation\UserChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\UserChallengeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\AuthController" (parent: .abstract.instanceof.App\Controller\Site\Family\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\AuthController).
Resolving inheritance for "App\Controller\Site\Family\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeConstructionController" (parent: .abstract.instanceof.App\Controller\Site\Family\ChallengeConstructionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeConstructionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeConstructionController).
Resolving inheritance for "App\Controller\Site\Family\ChallengeConstructionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeConstructionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeController" (parent: .abstract.instanceof.App\Controller\Site\Family\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeController).
Resolving inheritance for "App\Controller\Site\Family\ChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeExplorationController" (parent: .abstract.instanceof.App\Controller\Site\Family\ChallengeExplorationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeExplorationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeExplorationController).
Resolving inheritance for "App\Controller\Site\Family\ChallengeExplorationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeExplorationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\DemoController" (parent: .abstract.instanceof.App\Controller\Site\Family\DemoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\DemoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\DemoController).
Resolving inheritance for "App\Controller\Site\Family\DemoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\DemoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ErrorController" (parent: .abstract.instanceof.App\Controller\Site\Family\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ErrorController).
Resolving inheritance for "App\Controller\Site\Family\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\FamilyCreationController" (parent: .abstract.instanceof.App\Controller\Site\Family\FamilyCreationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\FamilyCreationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\FamilyCreationController).
Resolving inheritance for "App\Controller\Site\Family\FamilyCreationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\FamilyCreationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\OnboardingController" (parent: .abstract.instanceof.App\Controller\Site\Family\OnboardingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\OnboardingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\OnboardingController).
Resolving inheritance for "App\Controller\Site\Family\OnboardingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\OnboardingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\SharingController" (parent: .abstract.instanceof.App\Controller\Site\Family\SharingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\SharingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\SharingController).
Resolving inheritance for "App\Controller\Site\Family\SharingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\SharingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\TrashCanController" (parent: .abstract.instanceof.App\Controller\Site\Family\TrashCanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\TrashCanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\TrashCanController).
Resolving inheritance for "App\Controller\Site\Family\TrashCanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\TrashCanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Info\LandingPageController" (parent: .abstract.instanceof.App\Controller\Site\Info\LandingPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Info\LandingPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Info\LandingPageController).
Resolving inheritance for "App\Controller\Site\Info\LandingPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Info\LandingPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\AuthController" (parent: .abstract.instanceof.App\Controller\Site\Nanomonx\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\AuthController).
Resolving inheritance for "App\Controller\Site\Nanomonx\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ClientController" (parent: .abstract.instanceof.App\Controller\Site\Nanomonx\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ClientController).
Resolving inheritance for "App\Controller\Site\Nanomonx\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ClientFormController" (parent: .abstract.instanceof.App\Controller\Site\Nanomonx\ClientFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ClientFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ClientFormController).
Resolving inheritance for "App\Controller\Site\Nanomonx\ClientFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ClientFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ErrorPageController" (parent: .abstract.instanceof.App\Controller\Site\Nanomonx\ErrorPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ErrorPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ErrorPageController).
Resolving inheritance for "App\Controller\Site\Nanomonx\ErrorPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ErrorPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\GoogleLoginController" (parent: .abstract.instanceof.App\Controller\Site\Nanomonx\GoogleLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\GoogleLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\GoogleLoginController).
Resolving inheritance for "App\Controller\Site\Nanomonx\GoogleLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\GoogleLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\HealthController" (parent: .abstract.instanceof.App\Controller\Site\Nanomonx\HealthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\HealthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\HealthController).
Resolving inheritance for "App\Controller\Site\Nanomonx\HealthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\HealthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\InfosController" (parent: .abstract.instanceof.App\Controller\Site\Nanomonx\InfosController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\InfosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\InfosController).
Resolving inheritance for "App\Controller\Site\Nanomonx\InfosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\InfosController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ManagerController" (parent: .abstract.instanceof.App\Controller\Site\Nanomonx\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ManagerController).
Resolving inheritance for "App\Controller\Site\Nanomonx\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\BlackListController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\BlackListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\BlackListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\BlackListController).
Resolving inheritance for "App\Controller\Site\Support\Admin\BlackListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\BlackListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CacheController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\CacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CacheController).
Resolving inheritance for "App\Controller\Site\Support\Admin\CacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CommunicationPopupController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\CommunicationPopupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CommunicationPopupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CommunicationPopupController).
Resolving inheritance for "App\Controller\Site\Support\Admin\CommunicationPopupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CommunicationPopupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ConceptController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\ConceptController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ConceptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ConceptController).
Resolving inheritance for "App\Controller\Site\Support\Admin\ConceptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ConceptController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CountryController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\CountryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CountryController).
Resolving inheritance for "App\Controller\Site\Support\Admin\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CountryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\DataExportController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\DataExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\DataExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\DataExportController).
Resolving inheritance for "App\Controller\Site\Support\Admin\DataExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\DataExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\EducationalInstitutionController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\EducationalInstitutionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\EducationalInstitutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\EducationalInstitutionController).
Resolving inheritance for "App\Controller\Site\Support\Admin\EducationalInstitutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\EducationalInstitutionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\LanguageController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\LanguageController).
Resolving inheritance for "App\Controller\Site\Support\Admin\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\LicenceTypeController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\LicenceTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\LicenceTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\LicenceTypeController).
Resolving inheritance for "App\Controller\Site\Support\Admin\LicenceTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\LicenceTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ManagerController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ManagerController).
Resolving inheritance for "App\Controller\Site\Support\Admin\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ManagerImportController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\ManagerImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ManagerImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ManagerImportController).
Resolving inheritance for "App\Controller\Site\Support\Admin\ManagerImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ManagerImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\PackageController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\PackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\PackageController).
Resolving inheritance for "App\Controller\Site\Support\Admin\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\PackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ScholarLevelController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\ScholarLevelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ScholarLevelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ScholarLevelController).
Resolving inheritance for "App\Controller\Site\Support\Admin\ScholarLevelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ScholarLevelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SchoolCalendarController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\SchoolCalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SchoolCalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SchoolCalendarController).
Resolving inheritance for "App\Controller\Site\Support\Admin\SchoolCalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SchoolCalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SchoolYearController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\SchoolYearController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SchoolYearController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SchoolYearController).
Resolving inheritance for "App\Controller\Site\Support\Admin\SchoolYearController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SchoolYearController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StatisticController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StatisticController).
Resolving inheritance for "App\Controller\Site\Support\Admin\StatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StudentController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StudentController).
Resolving inheritance for "App\Controller\Site\Support\Admin\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StudiedLanguageController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\StudiedLanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StudiedLanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StudiedLanguageController).
Resolving inheritance for "App\Controller\Site\Support\Admin\StudiedLanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StudiedLanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SubjectController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\SubjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SubjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SubjectController).
Resolving inheritance for "App\Controller\Site\Support\Admin\SubjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SubjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SubscriptionDealingController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\SubscriptionDealingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SubscriptionDealingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SubscriptionDealingController).
Resolving inheritance for "App\Controller\Site\Support\Admin\SubscriptionDealingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SubscriptionDealingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\UsageTypeController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\UsageTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\UsageTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\UsageTypeController).
Resolving inheritance for "App\Controller\Site\Support\Admin\UsageTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\UsageTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\UserRegionController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\UserRegionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\UserRegionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\UserRegionController).
Resolving inheritance for "App\Controller\Site\Support\Admin\UserRegionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\UserRegionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ZohoCRMController" (parent: .abstract.instanceof.App\Controller\Site\Support\Admin\ZohoCRMController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ZohoCRMController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ZohoCRMController).
Resolving inheritance for "App\Controller\Site\Support\Admin\ZohoCRMController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ZohoCRMController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\AuthController" (parent: .abstract.instanceof.App\Controller\Site\Support\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\AuthController).
Resolving inheritance for "App\Controller\Site\Support\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\CatalogController" (parent: .abstract.instanceof.App\Controller\Site\Support\Constellation\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\CatalogController).
Resolving inheritance for "App\Controller\Site\Support\Constellation\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ClientVersionController" (parent: .abstract.instanceof.App\Controller\Site\Support\Constellation\ClientVersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ClientVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ClientVersionController).
Resolving inheritance for "App\Controller\Site\Support\Constellation\ClientVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ClientVersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\EnvironmentController" (parent: .abstract.instanceof.App\Controller\Site\Support\Constellation\EnvironmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\EnvironmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\EnvironmentController).
Resolving inheritance for "App\Controller\Site\Support\Constellation\EnvironmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\EnvironmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ReadingTemplateController" (parent: .abstract.instanceof.App\Controller\Site\Support\Constellation\ReadingTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ReadingTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ReadingTemplateController).
Resolving inheritance for "App\Controller\Site\Support\Constellation\ReadingTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ReadingTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\SubworldSizeController" (parent: .abstract.instanceof.App\Controller\Site\Support\Constellation\SubworldSizeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\SubworldSizeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\SubworldSizeController).
Resolving inheritance for "App\Controller\Site\Support\Constellation\SubworldSizeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\SubworldSizeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ThemeController" (parent: .abstract.instanceof.App\Controller\Site\Support\Constellation\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ThemeController).
Resolving inheritance for "App\Controller\Site\Support\Constellation\ThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController" (parent: .abstract.instanceof.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController).
Resolving inheritance for "App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Family\CatalogController" (parent: .abstract.instanceof.App\Controller\Site\Support\Family\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Family\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Family\CatalogController).
Resolving inheritance for "App\Controller\Site\Support\Family\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Family\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\InformationPageController" (parent: .abstract.instanceof.App\Controller\Site\Support\PageContentManager\InformationPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\InformationPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\InformationPageController).
Resolving inheritance for "App\Controller\Site\Support\PageContentManager\InformationPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\InformationPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\InformationPanelController" (parent: .abstract.instanceof.App\Controller\Site\Support\PageContentManager\InformationPanelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\InformationPanelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\InformationPanelController).
Resolving inheritance for "App\Controller\Site\Support\PageContentManager\InformationPanelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\InformationPanelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\PageContentManagerController" (parent: .abstract.instanceof.App\Controller\Site\Support\PageContentManager\PageContentManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\PageContentManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\PageContentManagerController).
Resolving inheritance for "App\Controller\Site\Support\PageContentManager\PageContentManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\PageContentManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController" (parent: .abstract.instanceof.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController).
Resolving inheritance for "App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\SideMenuOptionController" (parent: .abstract.instanceof.App\Controller\Site\Support\PageContentManager\SideMenuOptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\SideMenuOptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\SideMenuOptionController).
Resolving inheritance for "App\Controller\Site\Support\PageContentManager\SideMenuOptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\SideMenuOptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\TutorialPanelController" (parent: .abstract.instanceof.App\Controller\Site\Support\PageContentManager\TutorialPanelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\TutorialPanelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\TutorialPanelController).
Resolving inheritance for "App\Controller\Site\Support\PageContentManager\TutorialPanelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\TutorialPanelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BabillardController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\BabillardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BabillardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BabillardController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\BabillardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BabillardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BackColorController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\BackColorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BackColorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BackColorController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\BackColorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BackColorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BackgroundController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\BackgroundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BackgroundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BackgroundController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\BackgroundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BackgroundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\CatalogController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\CatalogController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\CategoryController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\CategoryController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\DemoController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\DemoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\DemoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\DemoController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\DemoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\DemoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\FloorController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\FloorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\FloorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\FloorController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\FloorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\FloorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\ForegroundController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\ForegroundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\ForegroundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\ForegroundController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\ForegroundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\ForegroundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\LearningPathController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\LearningPathController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\LearningPathController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\LearningPathController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\LearningPathController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\LearningPathController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\SceneryController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\SceneryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\SceneryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\SceneryController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\SceneryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\SceneryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\ThematiqueController" (parent: .abstract.instanceof.App\Controller\Site\Support\Troubadour\ThematiqueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\ThematiqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\ThematiqueController).
Resolving inheritance for "App\Controller\Site\Support\Troubadour\ThematiqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\ThematiqueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\DemoController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\DemoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\DemoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\DemoController).
Resolving inheritance for "App\Controller\Site\Troubadour\DemoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\DemoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\SharingController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\SharingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\SharingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\SharingController).
Resolving inheritance for "App\Controller\Site\Troubadour\SharingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\SharingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController).
Resolving inheritance for "App\Controller\Site\Troubadour\Student\Auth\StudentAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController).
Resolving inheritance for "App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController).
Resolving inheritance for "App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController).
Resolving inheritance for "App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController).
Resolving inheritance for "App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController).
Resolving inheritance for "App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController).
Resolving inheritance for "App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\AuthController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Teacher\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\AuthController).
Resolving inheritance for "App\Controller\Site\Troubadour\Teacher\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\BabillardController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Teacher\BabillardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\BabillardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\BabillardController).
Resolving inheritance for "App\Controller\Site\Troubadour\Teacher\BabillardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\BabillardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\CatalogController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Teacher\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\CatalogController).
Resolving inheritance for "App\Controller\Site\Troubadour\Teacher\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\ChallengeController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Teacher\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\ChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\ChallengeController).
Resolving inheritance for "App\Controller\Site\Troubadour\Teacher\ChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController).
Resolving inheritance for "App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\PathwayController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Teacher\PathwayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\PathwayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\PathwayController).
Resolving inheritance for "App\Controller\Site\Troubadour\Teacher\PathwayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\PathwayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\UserChallengeController" (parent: .abstract.instanceof.App\Controller\Site\Troubadour\Teacher\UserChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\UserChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\UserChallengeController).
Resolving inheritance for "App\Controller\Site\Troubadour\Teacher\UserChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\UserChallengeController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AuthorizationRequestResolveListener" (parent: .abstract.instanceof.App\EventListener\AuthorizationRequestResolveListener).
Resolving inheritance for "App\EventListener\AuthorizationRequestResolveListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AuthorizationRequestResolveListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ErrorListener" (parent: .abstract.instanceof.App\EventListener\ErrorListener).
Resolving inheritance for "App\EventListener\ErrorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ErrorListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\HistoryListener" (parent: .abstract.instanceof.App\EventListener\HistoryListener).
Resolving inheritance for "App\EventListener\HistoryListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\HistoryListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\JsonRequestTransformerListener" (parent: .abstract.instanceof.App\EventListener\JsonRequestTransformerListener).
Resolving inheritance for "App\EventListener\JsonRequestTransformerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\JsonRequestTransformerListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleSubscriber" (parent: .abstract.instanceof.App\EventListener\LocaleSubscriber).
Resolving inheritance for "App\EventListener\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SitemapSubscriber" (parent: .abstract.instanceof.App\EventListener\SitemapSubscriber).
Resolving inheritance for "App\EventListener\SitemapSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SitemapSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserActivityListener" (parent: .abstract.instanceof.App\EventListener\UserActivityListener).
Resolving inheritance for "App\EventListener\UserActivityListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserActivityListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\AccountForm" (parent: .abstract.instanceof.App\Forms\Admin\AccountForm).
Resolving inheritance for "App\Forms\Admin\AccountForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\AccountForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ActivateRedeemCodeForm" (parent: .abstract.instanceof.App\Forms\Admin\ActivateRedeemCodeForm).
Resolving inheritance for "App\Forms\Admin\ActivateRedeemCodeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ActivateRedeemCodeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ChangeUsernameForm" (parent: .abstract.instanceof.App\Forms\Admin\ChangeUsernameForm).
Resolving inheritance for "App\Forms\Admin\ChangeUsernameForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ChangeUsernameForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\CheckPasswordForm" (parent: .abstract.instanceof.App\Forms\Admin\CheckPasswordForm).
Resolving inheritance for "App\Forms\Admin\CheckPasswordForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\CheckPasswordForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ClassroomForm" (parent: .abstract.instanceof.App\Forms\Admin\ClassroomForm).
Resolving inheritance for "App\Forms\Admin\ClassroomForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ClassroomForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ContactForm" (parent: .abstract.instanceof.App\Forms\Admin\ContactForm).
Resolving inheritance for "App\Forms\Admin\ContactForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ContactForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\CreateManagerForm" (parent: .abstract.instanceof.App\Forms\Admin\CreateManagerForm).
Resolving inheritance for "App\Forms\Admin\CreateManagerForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\CreateManagerForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\FamilyForm" (parent: .abstract.instanceof.App\Forms\Admin\FamilyForm).
Resolving inheritance for "App\Forms\Admin\FamilyForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\FamilyForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ImportStudentsForm" (parent: .abstract.instanceof.App\Forms\Admin\ImportStudentsForm).
Resolving inheritance for "App\Forms\Admin\ImportStudentsForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ImportStudentsForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ParentTransferForm" (parent: .abstract.instanceof.App\Forms\Admin\ParentTransferForm).
Resolving inheritance for "App\Forms\Admin\ParentTransferForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ParentTransferForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\QuoteForm" (parent: .abstract.instanceof.App\Forms\Admin\QuoteForm).
Resolving inheritance for "App\Forms\Admin\QuoteForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\QuoteForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\QuoteFormSchool" (parent: .abstract.instanceof.App\Forms\Admin\QuoteFormSchool).
Resolving inheritance for "App\Forms\Admin\QuoteFormSchool" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\QuoteFormSchool).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ScholarLevelSelectForm" (parent: .abstract.instanceof.App\Forms\Admin\ScholarLevelSelectForm).
Resolving inheritance for "App\Forms\Admin\ScholarLevelSelectForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ScholarLevelSelectForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\StudentForm" (parent: .abstract.instanceof.App\Forms\Admin\StudentForm).
Resolving inheritance for "App\Forms\Admin\StudentForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\StudentForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\ChallengeForm" (parent: .abstract.instanceof.App\Forms\Constellation\ChallengeForm).
Resolving inheritance for "App\Forms\Constellation\ChallengeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\ChallengeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\ChallengeTemplateForm" (parent: .abstract.instanceof.App\Forms\Constellation\ChallengeTemplateForm).
Resolving inheritance for "App\Forms\Constellation\ChallengeTemplateForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\ChallengeTemplateForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\CloseChallengeForm" (parent: .abstract.instanceof.App\Forms\Constellation\CloseChallengeForm).
Resolving inheritance for "App\Forms\Constellation\CloseChallengeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\CloseChallengeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\TextEntryForm" (parent: .abstract.instanceof.App\Forms\Constellation\TextEntryForm).
Resolving inheritance for "App\Forms\Constellation\TextEntryForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\TextEntryForm).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\FloodGuardResetPasswordConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\FloodGuardResetPasswordConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\FloodGuardResetPasswordConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\FloodGuardResetPasswordConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\FloodGuardValidEmailConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\FloodGuardValidEmailConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\FloodGuardValidEmailConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\FloodGuardValidEmailConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\GoogleManagerConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\GoogleManagerConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\GoogleManagerConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\GoogleManagerConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\LegalAgeConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\LegalAgeConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\LegalAgeConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\LegalAgeConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueClientIdConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\UniqueClientIdConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\UniqueClientIdConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueClientIdConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueGroupNameConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\UniqueGroupNameConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\UniqueGroupNameConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueGroupNameConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueUsernameConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\UniqueUsernameConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\UniqueUsernameConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueUsernameConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\ValidEmailConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\ValidEmailConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\ValidEmailConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\ValidEmailConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\ValidManagerConstraintValidator" (parent: .abstract.instanceof.App\Forms\Constraints\ValidManagerConstraintValidator).
Resolving inheritance for "App\Forms\Constraints\ValidManagerConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\ValidManagerConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilyChallengeForm" (parent: .abstract.instanceof.App\Forms\Family\FamilyChallengeForm).
Resolving inheritance for "App\Forms\Family\FamilyChallengeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilyChallengeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilyMemberSelectForm" (parent: .abstract.instanceof.App\Forms\Family\FamilyMemberSelectForm).
Resolving inheritance for "App\Forms\Family\FamilyMemberSelectForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilyMemberSelectForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilySignupForm" (parent: .abstract.instanceof.App\Forms\Family\FamilySignupForm).
Resolving inheritance for "App\Forms\Family\FamilySignupForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilySignupForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ForgotPasswordForm" (parent: .abstract.instanceof.App\Forms\ForgotPasswordForm).
Resolving inheritance for "App\Forms\ForgotPasswordForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ForgotPasswordForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\OnBoarding\FamilySwitchForm" (parent: .abstract.instanceof.App\Forms\OnBoarding\FamilySwitchForm).
Resolving inheritance for "App\Forms\OnBoarding\FamilySwitchForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\OnBoarding\FamilySwitchForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\PurchaseEmailForm" (parent: .abstract.instanceof.App\Forms\PurchaseEmailForm).
Resolving inheritance for "App\Forms\PurchaseEmailForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\PurchaseEmailForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ResetPasswordForm" (parent: .abstract.instanceof.App\Forms\ResetPasswordForm).
Resolving inheritance for "App\Forms\ResetPasswordForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ResetPasswordForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ConceptForm" (parent: .abstract.instanceof.App\Forms\Support\Catalog\ConceptForm).
Resolving inheritance for "App\Forms\Support\Catalog\ConceptForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ConceptForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ScholarLevelForm" (parent: .abstract.instanceof.App\Forms\Support\Catalog\ScholarLevelForm).
Resolving inheritance for "App\Forms\Support\Catalog\ScholarLevelForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ScholarLevelForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\StudiedLanguageForm" (parent: .abstract.instanceof.App\Forms\Support\Catalog\StudiedLanguageForm).
Resolving inheritance for "App\Forms\Support\Catalog\StudiedLanguageForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\StudiedLanguageForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\SubjectForm" (parent: .abstract.instanceof.App\Forms\Support\Catalog\SubjectForm).
Resolving inheritance for "App\Forms\Support\Catalog\SubjectForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\SubjectForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ThemesForm" (parent: .abstract.instanceof.App\Forms\Support\Catalog\ThemesForm).
Resolving inheritance for "App\Forms\Support\Catalog\ThemesForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ThemesForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\CommunicationPopupForm" (parent: .abstract.instanceof.App\Forms\Support\CommunicationPopupForm).
Resolving inheritance for "App\Forms\Support\CommunicationPopupForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\CommunicationPopupForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\ClientVersionForm" (parent: .abstract.instanceof.App\Forms\Support\Constellation\ClientVersionForm).
Resolving inheritance for "App\Forms\Support\Constellation\ClientVersionForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\ClientVersionForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\ReadingTemplateForm" (parent: .abstract.instanceof.App\Forms\Support\Constellation\ReadingTemplateForm).
Resolving inheritance for "App\Forms\Support\Constellation\ReadingTemplateForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\ReadingTemplateForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\SubworldSizeForm" (parent: .abstract.instanceof.App\Forms\Support\Constellation\SubworldSizeForm).
Resolving inheritance for "App\Forms\Support\Constellation\SubworldSizeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\SubworldSizeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\CountryForm" (parent: .abstract.instanceof.App\Forms\Support\CountryForm).
Resolving inheritance for "App\Forms\Support\CountryForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\CountryForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EducationalInstitutionForm" (parent: .abstract.instanceof.App\Forms\Support\EducationalInstitutionForm).
Resolving inheritance for "App\Forms\Support\EducationalInstitutionForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EducationalInstitutionForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EducationalInstitutionImportForm" (parent: .abstract.instanceof.App\Forms\Support\EducationalInstitutionImportForm).
Resolving inheritance for "App\Forms\Support\EducationalInstitutionImportForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EducationalInstitutionImportForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EmissionForm" (parent: .abstract.instanceof.App\Forms\Support\EmissionForm).
Resolving inheritance for "App\Forms\Support\EmissionForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EmissionForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EnvironmentForm" (parent: .abstract.instanceof.App\Forms\Support\EnvironmentForm).
Resolving inheritance for "App\Forms\Support\EnvironmentForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EnvironmentForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Family\FamilyTemplateForm" (parent: .abstract.instanceof.App\Forms\Support\Family\FamilyTemplateForm).
Resolving inheritance for "App\Forms\Support\Family\FamilyTemplateForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Family\FamilyTemplateForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\FreeTrialForm" (parent: .abstract.instanceof.App\Forms\Support\FreeTrialForm).
Resolving inheritance for "App\Forms\Support\FreeTrialForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\FreeTrialForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\LanguagesForm" (parent: .abstract.instanceof.App\Forms\Support\LanguagesForm).
Resolving inheritance for "App\Forms\Support\LanguagesForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\LanguagesForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PackageForm" (parent: .abstract.instanceof.App\Forms\Support\PackageForm).
Resolving inheritance for "App\Forms\Support\PackageForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PackageForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\InformationPageForm" (parent: .abstract.instanceof.App\Forms\Support\PageContentManager\InformationPageForm).
Resolving inheritance for "App\Forms\Support\PageContentManager\InformationPageForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\InformationPageForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\InformationPanelForm" (parent: .abstract.instanceof.App\Forms\Support\PageContentManager\InformationPanelForm).
Resolving inheritance for "App\Forms\Support\PageContentManager\InformationPanelForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\InformationPanelForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\ShowcaseHeaderForm" (parent: .abstract.instanceof.App\Forms\Support\PageContentManager\ShowcaseHeaderForm).
Resolving inheritance for "App\Forms\Support\PageContentManager\ShowcaseHeaderForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\ShowcaseHeaderForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\SideMenuOptionForm" (parent: .abstract.instanceof.App\Forms\Support\PageContentManager\SideMenuOptionForm).
Resolving inheritance for "App\Forms\Support\PageContentManager\SideMenuOptionForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\SideMenuOptionForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\TutorialPanelForm" (parent: .abstract.instanceof.App\Forms\Support\PageContentManager\TutorialPanelForm).
Resolving inheritance for "App\Forms\Support\PageContentManager\TutorialPanelForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\TutorialPanelForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\SchoolCalendarForm" (parent: .abstract.instanceof.App\Forms\Support\SchoolCalendarForm).
Resolving inheritance for "App\Forms\Support\SchoolCalendarForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\SchoolCalendarForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\SupportMailTemplateForm" (parent: .abstract.instanceof.App\Forms\Support\SupportMailTemplateForm).
Resolving inheritance for "App\Forms\Support\SupportMailTemplateForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\SupportMailTemplateForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\TranslationForm" (parent: .abstract.instanceof.App\Forms\Support\TranslationForm).
Resolving inheritance for "App\Forms\Support\TranslationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\TranslationForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BabillardThemeForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\BabillardThemeForm).
Resolving inheritance for "App\Forms\Support\Troubadour\BabillardThemeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BabillardThemeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BackColorForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\BackColorForm).
Resolving inheritance for "App\Forms\Support\Troubadour\BackColorForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BackColorForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BackgroundForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\BackgroundForm).
Resolving inheritance for "App\Forms\Support\Troubadour\BackgroundForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BackgroundForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\CategoryForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\CategoryForm).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Forms\Support\Troubadour\CategoryForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\CategoryForm).
Resolving inheritance for "App\Forms\Support\Troubadour\CategoryForm" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Forms\Support\Troubadour\CategoryForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ChallengeTemplateForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\ChallengeTemplateForm).
Resolving inheritance for "App\Forms\Support\Troubadour\ChallengeTemplateForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ChallengeTemplateForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\FloorForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\FloorForm).
Resolving inheritance for "App\Forms\Support\Troubadour\FloorForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\FloorForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ForegroundForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\ForegroundForm).
Resolving inheritance for "App\Forms\Support\Troubadour\ForegroundForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ForegroundForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\LearningPathForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\LearningPathForm).
Resolving inheritance for "App\Forms\Support\Troubadour\LearningPathForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\LearningPathForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ThematiqueForm" (parent: .abstract.instanceof.App\Forms\Support\Troubadour\ThematiqueForm).
Resolving inheritance for "App\Forms\Support\Troubadour\ThematiqueForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ThematiqueForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\UsageStatisticsForm" (parent: .abstract.instanceof.App\Forms\Support\UsageStatisticsForm).
Resolving inheritance for "App\Forms\Support\UsageStatisticsForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\UsageStatisticsForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\UserRegionForm" (parent: .abstract.instanceof.App\Forms\Support\UserRegionForm).
Resolving inheritance for "App\Forms\Support\UserRegionForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\UserRegionForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\ZohoAuthorizationForm" (parent: .abstract.instanceof.App\Forms\Support\ZohoAuthorizationForm).
Resolving inheritance for "App\Forms\Support\ZohoAuthorizationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\ZohoAuthorizationForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\ChallengeForm" (parent: .abstract.instanceof.App\Forms\Troubadour\ChallengeForm).
Resolving inheritance for "App\Forms\Troubadour\ChallengeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\ChallengeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\CloseChallengeForm" (parent: .abstract.instanceof.App\Forms\Troubadour\CloseChallengeForm).
Resolving inheritance for "App\Forms\Troubadour\CloseChallengeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\CloseChallengeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\RequestDocumentsForm" (parent: .abstract.instanceof.App\Forms\Troubadour\RequestDocumentsForm).
Resolving inheritance for "App\Forms\Troubadour\RequestDocumentsForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\RequestDocumentsForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\SignupPlayFreeForm" (parent: .abstract.instanceof.App\Forms\Troubadour\SignupPlayFreeForm).
Resolving inheritance for "App\Forms\Troubadour\SignupPlayFreeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\SignupPlayFreeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\TextEntryForm" (parent: .abstract.instanceof.App\Forms\Troubadour\TextEntryForm).
Resolving inheritance for "App\Forms\Troubadour\TextEntryForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\TextEntryForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\EducationalInstitutionType" (parent: .abstract.instanceof.App\Forms\Types\EducationalInstitutionType).
Resolving inheritance for "App\Forms\Types\EducationalInstitutionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\EducationalInstitutionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\GradeLevelType" (parent: .abstract.instanceof.App\Forms\Types\GradeLevelType).
Resolving inheritance for "App\Forms\Types\GradeLevelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\GradeLevelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\ImageType" (parent: .abstract.instanceof.App\Forms\Types\ImageType).
Resolving inheritance for "App\Forms\Types\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\ImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\JsonType" (parent: .abstract.instanceof.App\Forms\Types\JsonType).
Resolving inheritance for "App\Forms\Types\JsonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\JsonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\PriceType" (parent: .abstract.instanceof.App\Forms\Types\PriceType).
Resolving inheritance for "App\Forms\Types\PriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\PriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\ProvinceType" (parent: .abstract.instanceof.App\Forms\Types\ProvinceType).
Resolving inheritance for "App\Forms\Types\ProvinceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\ProvinceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\StoryTemplateType" (parent: .abstract.instanceof.App\Forms\Types\StoryTemplateType).
Resolving inheritance for "App\Forms\Types\StoryTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\StoryTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\TranslationType" (parent: .abstract.instanceof.App\Forms\Types\TranslationType).
Resolving inheritance for "App\Forms\Types\TranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\TranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\UnsubscribeForm" (parent: .abstract.instanceof.App\Forms\UnsubscribeForm).
Resolving inheritance for "App\Forms\UnsubscribeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\UnsubscribeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ValidateEmailForm" (parent: .abstract.instanceof.App\Forms\ValidateEmailForm).
Resolving inheritance for "App\Forms\ValidateEmailForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ValidateEmailForm).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\DeviceSupportListener" (parent: .abstract.instanceof.App\Security\EventSubscribers\DeviceSupportListener).
Resolving inheritance for "App\Security\EventSubscribers\DeviceSupportListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\DeviceSupportListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\InteractiveLoginSubscriber" (parent: .abstract.instanceof.App\Security\EventSubscribers\InteractiveLoginSubscriber).
Resolving inheritance for "App\Security\EventSubscribers\InteractiveLoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\InteractiveLoginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\LoginTokenSubscriber" (parent: .abstract.instanceof.App\Security\EventSubscribers\LoginTokenSubscriber).
Resolving inheritance for "App\Security\EventSubscribers\LoginTokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\LoginTokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\LogoutSubscriber" (parent: .abstract.instanceof.App\Security\EventSubscribers\LogoutSubscriber).
Resolving inheritance for "App\Security\EventSubscribers\LogoutSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\LogoutSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\MaintenanceListener" (parent: .abstract.instanceof.App\Security\EventSubscribers\MaintenanceListener).
Resolving inheritance for "App\Security\EventSubscribers\MaintenanceListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\MaintenanceListener).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\ChallengeVoter" (parent: .abstract.instanceof.App\Security\Voters\ChallengeVoter).
Resolving inheritance for "App\Security\Voters\ChallengeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\ChallengeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\ClassroomVoter" (parent: .abstract.instanceof.App\Security\Voters\ClassroomVoter).
Resolving inheritance for "App\Security\Voters\ClassroomVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\ClassroomVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyModeVoter" (parent: .abstract.instanceof.App\Security\Voters\FamilyModeVoter).
Resolving inheritance for "App\Security\Voters\FamilyModeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyModeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyTextEntryVoter" (parent: .abstract.instanceof.App\Security\Voters\FamilyTextEntryVoter).
Resolving inheritance for "App\Security\Voters\FamilyTextEntryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyTextEntryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorkBlockVoter" (parent: .abstract.instanceof.App\Security\Voters\FamilyWorkBlockVoter).
Resolving inheritance for "App\Security\Voters\FamilyWorkBlockVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorkBlockVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorldObjectVoter" (parent: .abstract.instanceof.App\Security\Voters\FamilyWorldObjectVoter).
Resolving inheritance for "App\Security\Voters\FamilyWorldObjectVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorldObjectVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorldVoter" (parent: .abstract.instanceof.App\Security\Voters\FamilyWorldVoter).
Resolving inheritance for "App\Security\Voters\FamilyWorldVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorldVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\TextEntryVoter" (parent: .abstract.instanceof.App\Security\Voters\TextEntryVoter).
Resolving inheritance for "App\Security\Voters\TextEntryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\TextEntryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\UserChallengeVoter" (parent: .abstract.instanceof.App\Security\Voters\UserChallengeVoter).
Resolving inheritance for "App\Security\Voters\UserChallengeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\UserChallengeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\UserVoter" (parent: .abstract.instanceof.App\Security\Voters\UserVoter).
Resolving inheritance for "App\Security\Voters\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\UserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorkBlockVoter" (parent: .abstract.instanceof.App\Security\Voters\WorkBlockVoter).
Resolving inheritance for "App\Security\Voters\WorkBlockVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorkBlockVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorldObjectVoter" (parent: .abstract.instanceof.App\Security\Voters\WorldObjectVoter).
Resolving inheritance for "App\Security\Voters\WorldObjectVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorldObjectVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorldVoter" (parent: .abstract.instanceof.App\Security\Voters\WorldVoter).
Resolving inheritance for "App\Security\Voters\WorldVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorldVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Bucket\PrivateBucketManager" (parent: .abstract.instanceof.App\Service\Bucket\PrivateBucketManager).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Bucket\PrivateBucketManager" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Bucket\PrivateBucketManager).
Resolving inheritance for "App\Service\Bucket\PrivateBucketManager" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Bucket\PrivateBucketManager).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\AddFamilyMembersStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\AddFamilyMembersStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\AddFamilyMembersStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\AddFamilyMembersStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\AddStudentsStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\AddStudentsStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\AddStudentsStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\AddStudentsStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ChooseManagerTypeStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ChooseManagerTypeStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\ChooseManagerTypeStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ChooseManagerTypeStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\CreateClassroomStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\CreateClassroomStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\CreateClassroomStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\CreateClassroomStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\CreateFamilyStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\CreateFamilyStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\CreateFamilyStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\CreateFamilyStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\FamilyOnboardingCompleteStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\FamilyOnboardingCompleteStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\FamilyOnboardingCompleteStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\FamilyOnboardingCompleteStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\FamilyTeacherSwitchStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\FamilyTeacherSwitchStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\FamilyTeacherSwitchStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\FamilyTeacherSwitchStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\GoogleSignupStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\GoogleSignupStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\GoogleSignupStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\GoogleSignupStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\GoogleUserTypeStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\GoogleUserTypeStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\GoogleUserTypeStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\GoogleUserTypeStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ImportGoogleClassroomStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ImportGoogleClassroomStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\ImportGoogleClassroomStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ImportGoogleClassroomStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ImportGoogleStudentsStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ImportGoogleStudentsStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\ImportGoogleStudentsStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ImportGoogleStudentsStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\OnboardingCompleteStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingCompleteStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\OnboardingCompleteStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\OnboardingCompleteStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ParentTransferStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ParentTransferStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\ParentTransferStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ParentTransferStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ProductSelectorStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ProductSelectorStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\ProductSelectorStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ProductSelectorStep).
Resolving inheritance for ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ScholarLevelSelectStep" (parent: .abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ScholarLevelSelectStep).
Resolving inheritance for "App\Service\Onboarding\OnboardingSteps\ScholarLevelSelectStep" (parent: .instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ScholarLevelSelectStep).
Resolving inheritance for ".instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\InactiveManagerEvaluator" (parent: .abstract.instanceof.App\Service\User\Anonymization\InactiveManagerEvaluator).
Resolving inheritance for "App\Service\User\Anonymization\InactiveManagerEvaluator" (parent: .instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\InactiveManagerEvaluator).
Resolving inheritance for ".instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\InactiveStudentEvaluator" (parent: .abstract.instanceof.App\Service\User\Anonymization\InactiveStudentEvaluator).
Resolving inheritance for "App\Service\User\Anonymization\InactiveStudentEvaluator" (parent: .instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\InactiveStudentEvaluator).
Resolving inheritance for ".instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\IncompleteGoogleUserEvaluator" (parent: .abstract.instanceof.App\Service\User\Anonymization\IncompleteGoogleUserEvaluator).
Resolving inheritance for "App\Service\User\Anonymization\IncompleteGoogleUserEvaluator" (parent: .instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\IncompleteGoogleUserEvaluator).
Resolving inheritance for ".instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\UnvalidatedStudentEvaluator" (parent: .abstract.instanceof.App\Service\User\Anonymization\UnvalidatedStudentEvaluator).
Resolving inheritance for "App\Service\User\Anonymization\UnvalidatedStudentEvaluator" (parent: .instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\UnvalidatedStudentEvaluator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ChallengeFunctions" (parent: .abstract.instanceof.App\Twig\Extensions\ChallengeFunctions).
Resolving inheritance for "App\Twig\Extensions\ChallengeFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ChallengeFunctions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClassroomFunctions" (parent: .abstract.instanceof.App\Twig\Extensions\ClassroomFunctions).
Resolving inheritance for "App\Twig\Extensions\ClassroomFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClassroomFunctions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CommunicationPopupExtension" (parent: .abstract.instanceof.App\Twig\Extensions\CommunicationPopupExtension).
Resolving inheritance for "App\Twig\Extensions\CommunicationPopupExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CommunicationPopupExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\EntityExtension" (parent: .abstract.instanceof.App\Twig\Extensions\EntityExtension).
Resolving inheritance for "App\Twig\Extensions\EntityExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\EntityExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\EntityTranslationExtension" (parent: .abstract.instanceof.App\Twig\Extensions\EntityTranslationExtension).
Resolving inheritance for "App\Twig\Extensions\EntityTranslationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\EntityTranslationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FamilyFunctions" (parent: .abstract.instanceof.App\Twig\Extensions\FamilyFunctions).
Resolving inheritance for "App\Twig\Extensions\FamilyFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FamilyFunctions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FreemiumExtension" (parent: .abstract.instanceof.App\Twig\Extensions\FreemiumExtension).
Resolving inheritance for "App\Twig\Extensions\FreemiumExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FreemiumExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\GoogleFunctions" (parent: .abstract.instanceof.App\Twig\Extensions\GoogleFunctions).
Resolving inheritance for "App\Twig\Extensions\GoogleFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\GoogleFunctions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HashidsExtension" (parent: .abstract.instanceof.App\Twig\Extensions\HashidsExtension).
Resolving inheritance for "App\Twig\Extensions\HashidsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HashidsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\LearningPathExtension" (parent: .abstract.instanceof.App\Twig\Extensions\LearningPathExtension).
Resolving inheritance for "App\Twig\Extensions\LearningPathExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\LearningPathExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PackagesExtension" (parent: .abstract.instanceof.App\Twig\Extensions\PackagesExtension).
Resolving inheritance for "App\Twig\Extensions\PackagesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PackagesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PublicBucketExtension" (parent: .abstract.instanceof.App\Twig\Extensions\PublicBucketExtension).
Resolving inheritance for "App\Twig\Extensions\PublicBucketExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PublicBucketExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ReflectionFunctions" (parent: .abstract.instanceof.App\Twig\Extensions\ReflectionFunctions).
Resolving inheritance for "App\Twig\Extensions\ReflectionFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ReflectionFunctions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SVGExtension" (parent: .abstract.instanceof.App\Twig\Extensions\SVGExtension).
Resolving inheritance for "App\Twig\Extensions\SVGExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SVGExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\StoryExtension" (parent: .abstract.instanceof.App\Twig\Extensions\StoryExtension).
Resolving inheritance for "App\Twig\Extensions\StoryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\StoryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SubdomainFunctions" (parent: .abstract.instanceof.App\Twig\Extensions\SubdomainFunctions).
Resolving inheritance for "App\Twig\Extensions\SubdomainFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SubdomainFunctions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TextEntryExtension" (parent: .abstract.instanceof.App\Twig\Extensions\TextEntryExtension).
Resolving inheritance for "App\Twig\Extensions\TextEntryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TextEntryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourChallengeFunctions" (parent: .abstract.instanceof.App\Twig\Extensions\TroubadourChallengeFunctions).
Resolving inheritance for "App\Twig\Extensions\TroubadourChallengeFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourChallengeFunctions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourTutorialExtension" (parent: .abstract.instanceof.App\Twig\Extensions\TroubadourTutorialExtension).
Resolving inheritance for "App\Twig\Extensions\TroubadourTutorialExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourTutorialExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourUserChallengeFunctions" (parent: .abstract.instanceof.App\Twig\Extensions\TroubadourUserChallengeFunctions).
Resolving inheritance for "App\Twig\Extensions\TroubadourUserChallengeFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourUserChallengeFunctions).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.amazon" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "doctrine_cache_pool" (parent: cache.adapter.array).
Resolving inheritance for "doctrine_cache_pool" (parent: cache.adapter.apcu).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.NanomonxManager_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.NanomonxManager_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.NanomonxManager_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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.our_db_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.health" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.health" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_login" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.troubadour_api_demo" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.troubadour_api_demo" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.constellation_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.constellation_api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.oauth2.constellation_api" (parent: League\Bundle\OAuth2ServerBundle\Security\Authenticator\OAuth2Authenticator).
Resolving inheritance for "security.authenticator.manager.constellation_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.constellation_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.constellation_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.constellation_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.constellation_api" (parent: security.firewall.context).
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.oauth" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.oauth" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "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.context).
Resolving inheritance for "aws_secrets.cache" (parent: cache.adapter.apcu).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
723
Removed service "Bugsnag\Client"; reason: private alias.
Removed service "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.NanomonxManager_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.NanomonxManager_result_cache"; reason: private alias.
Removed service "doctrine.orm.NanomonxManager_query_cache"; reason: private alias.
Removed service "doctrine.orm.NanomonxManager_second_level_cache.region_cache_driver"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $NanomonxManagerEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $nanomonxManagerEntityManager"; reason: private alias.
Removed service "doctrine.orm.NanomonxManager_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.constellation_api"; reason: private alias.
Removed service "security.user_checker.constellation_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 "Aws\AccessAnalyzer\AccessAnalyzerClient"; reason: private alias.
Removed service "Aws\Account\AccountClient"; reason: private alias.
Removed service "Aws\ACMPCA\ACMPCAClient"; reason: private alias.
Removed service "Aws\Acm\AcmClient"; reason: private alias.
Removed service "Aws\PrometheusService\PrometheusServiceClient"; reason: private alias.
Removed service "Aws\Amplify\AmplifyClient"; reason: private alias.
Removed service "Aws\AmplifyBackend\AmplifyBackendClient"; reason: private alias.
Removed service "Aws\AmplifyUIBuilder\AmplifyUIBuilderClient"; reason: private alias.
Removed service "Aws\ApiGateway\ApiGatewayClient"; reason: private alias.
Removed service "Aws\ApiGatewayManagementApi\ApiGatewayManagementApiClient"; reason: private alias.
Removed service "Aws\ApiGatewayV2\ApiGatewayV2Client"; reason: private alias.
Removed service "Aws\AppConfig\AppConfigClient"; reason: private alias.
Removed service "Aws\AppConfigData\AppConfigDataClient"; reason: private alias.
Removed service "Aws\AppFabric\AppFabricClient"; reason: private alias.
Removed service "Aws\Appflow\AppflowClient"; reason: private alias.
Removed service "Aws\AppIntegrationsService\AppIntegrationsServiceClient"; reason: private alias.
Removed service "Aws\ApplicationAutoScaling\ApplicationAutoScalingClient"; reason: private alias.
Removed service "Aws\ApplicationInsights\ApplicationInsightsClient"; reason: private alias.
Removed service "Aws\ApplicationSignals\ApplicationSignalsClient"; reason: private alias.
Removed service "Aws\ApplicationCostProfiler\ApplicationCostProfilerClient"; reason: private alias.
Removed service "Aws\AppMesh\AppMeshClient"; reason: private alias.
Removed service "Aws\AppRunner\AppRunnerClient"; reason: private alias.
Removed service "Aws\Appstream\AppstreamClient"; reason: private alias.
Removed service "Aws\AppSync\AppSyncClient"; reason: private alias.
Removed service "Aws\AppTest\AppTestClient"; reason: private alias.
Removed service "Aws\ARCZonalShift\ARCZonalShiftClient"; reason: private alias.
Removed service "Aws\Artifact\ArtifactClient"; reason: private alias.
Removed service "Aws\Athena\AthenaClient"; reason: private alias.
Removed service "Aws\AuditManager\AuditManagerClient"; reason: private alias.
Removed service "Aws\AutoScalingPlans\AutoScalingPlansClient"; reason: private alias.
Removed service "Aws\AutoScaling\AutoScalingClient"; reason: private alias.
Removed service "Aws\B2bi\B2biClient"; reason: private alias.
Removed service "Aws\BackupGateway\BackupGatewayClient"; reason: private alias.
Removed service "Aws\Backup\BackupClient"; reason: private alias.
Removed service "Aws\Batch\BatchClient"; reason: private alias.
Removed service "Aws\BCMDataExports\BCMDataExportsClient"; reason: private alias.
Removed service "Aws\BedrockAgentRuntime\BedrockAgentRuntimeClient"; reason: private alias.
Removed service "Aws\BedrockAgent\BedrockAgentClient"; reason: private alias.
Removed service "Aws\BedrockRuntime\BedrockRuntimeClient"; reason: private alias.
Removed service "Aws\Bedrock\BedrockClient"; reason: private alias.
Removed service "Aws\BillingConductor\BillingConductorClient"; reason: private alias.
Removed service "Aws\Braket\BraketClient"; reason: private alias.
Removed service "Aws\Budgets\BudgetsClient"; reason: private alias.
Removed service "Aws\CostExplorer\CostExplorerClient"; reason: private alias.
Removed service "Aws\Chatbot\ChatbotClient"; reason: private alias.
Removed service "Aws\ChimeSDKIdentity\ChimeSDKIdentityClient"; reason: private alias.
Removed service "Aws\ChimeSDKMediaPipelines\ChimeSDKMediaPipelinesClient"; reason: private alias.
Removed service "Aws\ChimeSDKMeetings\ChimeSDKMeetingsClient"; reason: private alias.
Removed service "Aws\ChimeSDKMessaging\ChimeSDKMessagingClient"; reason: private alias.
Removed service "Aws\ChimeSDKVoice\ChimeSDKVoiceClient"; reason: private alias.
Removed service "Aws\Chime\ChimeClient"; reason: private alias.
Removed service "Aws\CleanRooms\CleanRoomsClient"; reason: private alias.
Removed service "Aws\CleanRoomsML\CleanRoomsMLClient"; reason: private alias.
Removed service "Aws\Cloud9\Cloud9Client"; reason: private alias.
Removed service "Aws\CloudControlApi\CloudControlApiClient"; reason: private alias.
Removed service "Aws\CloudDirectory\CloudDirectoryClient"; reason: private alias.
Removed service "Aws\CloudFormation\CloudFormationClient"; reason: private alias.
Removed service "Aws\CloudFrontKeyValueStore\CloudFrontKeyValueStoreClient"; reason: private alias.
Removed service "Aws\CloudFront\CloudFrontClient"; reason: private alias.
Removed service "Aws\CloudHsm\CloudHsmClient"; reason: private alias.
Removed service "Aws\CloudHSMV2\CloudHSMV2Client"; reason: private alias.
Removed service "Aws\CloudSearch\CloudSearchClient"; reason: private alias.
Removed service "Aws\CloudSearchDomain\CloudSearchDomainClient"; reason: private alias.
Removed service "Aws\CloudTrailData\CloudTrailDataClient"; reason: private alias.
Removed service "Aws\CloudTrail\CloudTrailClient"; reason: private alias.
Removed service "Aws\CodeArtifact\CodeArtifactClient"; reason: private alias.
Removed service "Aws\CodeBuild\CodeBuildClient"; reason: private alias.
Removed service "Aws\CodeCatalyst\CodeCatalystClient"; reason: private alias.
Removed service "Aws\CodeCommit\CodeCommitClient"; reason: private alias.
Removed service "Aws\CodeConnections\CodeConnectionsClient"; reason: private alias.
Removed service "Aws\CodeDeploy\CodeDeployClient"; reason: private alias.
Removed service "Aws\CodeGuruReviewer\CodeGuruReviewerClient"; reason: private alias.
Removed service "Aws\CodeGuruSecurity\CodeGuruSecurityClient"; reason: private alias.
Removed service "Aws\CodeGuruProfiler\CodeGuruProfilerClient"; reason: private alias.
Removed service "Aws\CodePipeline\CodePipelineClient"; reason: private alias.
Removed service "Aws\CodeStarconnections\CodeStarconnectionsClient"; reason: private alias.
Removed service "Aws\CodeStarNotifications\CodeStarNotificationsClient"; reason: private alias.
Removed service "Aws\CognitoIdentity\CognitoIdentityClient"; reason: private alias.
Removed service "Aws\CognitoIdentityProvider\CognitoIdentityProviderClient"; reason: private alias.
Removed service "Aws\CognitoSync\CognitoSyncClient"; reason: private alias.
Removed service "Aws\Comprehend\ComprehendClient"; reason: private alias.
Removed service "Aws\ComprehendMedical\ComprehendMedicalClient"; reason: private alias.
Removed service "Aws\ComputeOptimizer\ComputeOptimizerClient"; reason: private alias.
Removed service "Aws\ConfigService\ConfigServiceClient"; reason: private alias.
Removed service "Aws\ConnectContactLens\ConnectContactLensClient"; reason: private alias.
Removed service "Aws\Connect\ConnectClient"; reason: private alias.
Removed service "Aws\ConnectCampaignService\ConnectCampaignServiceClient"; reason: private alias.
Removed service "Aws\ConnectCases\ConnectCasesClient"; reason: private alias.
Removed service "Aws\ConnectParticipant\ConnectParticipantClient"; reason: private alias.
Removed service "Aws\ControlCatalog\ControlCatalogClient"; reason: private alias.
Removed service "Aws\ControlTower\ControlTowerClient"; reason: private alias.
Removed service "Aws\CostOptimizationHub\CostOptimizationHubClient"; reason: private alias.
Removed service "Aws\CostandUsageReportService\CostandUsageReportServiceClient"; reason: private alias.
Removed service "Aws\CustomerProfiles\CustomerProfilesClient"; reason: private alias.
Removed service "Aws\IotDataPlane\IotDataPlaneClient"; reason: private alias.
Removed service "Aws\GlueDataBrew\GlueDataBrewClient"; reason: private alias.
Removed service "Aws\DataExchange\DataExchangeClient"; reason: private alias.
Removed service "Aws\DataPipeline\DataPipelineClient"; reason: private alias.
Removed service "Aws\DataSync\DataSyncClient"; reason: private alias.
Removed service "Aws\DataZone\DataZoneClient"; reason: private alias.
Removed service "Aws\DAX\DAXClient"; reason: private alias.
Removed service "Aws\Deadline\DeadlineClient"; reason: private alias.
Removed service "Aws\Detective\DetectiveClient"; reason: private alias.
Removed service "Aws\DeviceFarm\DeviceFarmClient"; reason: private alias.
Removed service "Aws\DevOpsGuru\DevOpsGuruClient"; reason: private alias.
Removed service "Aws\DirectConnect\DirectConnectClient"; reason: private alias.
Removed service "Aws\DirectoryServiceData\DirectoryServiceDataClient"; reason: private alias.
Removed service "Aws\ApplicationDiscoveryService\ApplicationDiscoveryServiceClient"; reason: private alias.
Removed service "Aws\DLM\DLMClient"; reason: private alias.
Removed service "Aws\DatabaseMigrationService\DatabaseMigrationServiceClient"; reason: private alias.
Removed service "Aws\DocDBElastic\DocDBElasticClient"; reason: private alias.
Removed service "Aws\DocDB\DocDBClient"; reason: private alias.
Removed service "Aws\drs\drsClient"; reason: private alias.
Removed service "Aws\DirectoryService\DirectoryServiceClient"; reason: private alias.
Removed service "Aws\DynamoDb\DynamoDbClient"; reason: private alias.
Removed service "Aws\EBS\EBSClient"; reason: private alias.
Removed service "Aws\EC2InstanceConnect\EC2InstanceConnectClient"; reason: private alias.
Removed service "Aws\Ec2\Ec2Client"; reason: private alias.
Removed service "Aws\ECRPublic\ECRPublicClient"; reason: private alias.
Removed service "Aws\Ecr\EcrClient"; reason: private alias.
Removed service "Aws\Ecs\EcsClient"; reason: private alias.
Removed service "Aws\EKSAuth\EKSAuthClient"; reason: private alias.
Removed service "Aws\EKS\EKSClient"; reason: private alias.
Removed service "Aws\ElasticInference\ElasticInferenceClient"; reason: private alias.
Removed service "Aws\ElastiCache\ElastiCacheClient"; reason: private alias.
Removed service "Aws\ElasticBeanstalk\ElasticBeanstalkClient"; reason: private alias.
Removed service "Aws\Efs\EfsClient"; reason: private alias.
Removed service "Aws\ElasticLoadBalancing\ElasticLoadBalancingClient"; reason: private alias.
Removed service "Aws\ElasticLoadBalancingV2\ElasticLoadBalancingV2Client"; reason: private alias.
Removed service "Aws\Emr\EmrClient"; reason: private alias.
Removed service "Aws\ElasticTranscoder\ElasticTranscoderClient"; reason: private alias.
Removed service "Aws\Ses\SesClient"; reason: private alias.
Removed service "Aws\EMRContainers\EMRContainersClient"; reason: private alias.
Removed service "Aws\EMRServerless\EMRServerlessClient"; reason: private alias.
Removed service "Aws\MarketplaceEntitlementService\MarketplaceEntitlementServiceClient"; reason: private alias.
Removed service "Aws\EntityResolution\EntityResolutionClient"; reason: private alias.
Removed service "Aws\ElasticsearchService\ElasticsearchServiceClient"; reason: private alias.
Removed service "Aws\EventBridge\EventBridgeClient"; reason: private alias.
Removed service "Aws\CloudWatchEvents\CloudWatchEventsClient"; reason: private alias.
Removed service "Aws\CloudWatchEvidently\CloudWatchEvidentlyClient"; reason: private alias.
Removed service "Aws\FinSpaceData\FinSpaceDataClient"; reason: private alias.
Removed service "Aws\finspace\finspaceClient"; reason: private alias.
Removed service "Aws\Firehose\FirehoseClient"; reason: private alias.
Removed service "Aws\FIS\FISClient"; reason: private alias.
Removed service "Aws\FMS\FMSClient"; reason: private alias.
Removed service "Aws\ForecastService\ForecastServiceClient"; reason: private alias.
Removed service "Aws\ForecastQueryService\ForecastQueryServiceClient"; reason: private alias.
Removed service "Aws\FraudDetector\FraudDetectorClient"; reason: private alias.
Removed service "Aws\FreeTier\FreeTierClient"; reason: private alias.
Removed service "Aws\FSx\FSxClient"; reason: private alias.
Removed service "Aws\GameLift\GameLiftClient"; reason: private alias.
Removed service "Aws\Glacier\GlacierClient"; reason: private alias.
Removed service "Aws\GlobalAccelerator\GlobalAcceleratorClient"; reason: private alias.
Removed service "Aws\Glue\GlueClient"; reason: private alias.
Removed service "Aws\ManagedGrafana\ManagedGrafanaClient"; reason: private alias.
Removed service "Aws\Greengrass\GreengrassClient"; reason: private alias.
Removed service "Aws\GreengrassV2\GreengrassV2Client"; reason: private alias.
Removed service "Aws\GroundStation\GroundStationClient"; reason: private alias.
Removed service "Aws\GuardDuty\GuardDutyClient"; reason: private alias.
Removed service "Aws\Health\HealthClient"; reason: private alias.
Removed service "Aws\HealthLake\HealthLakeClient"; reason: private alias.
Removed service "Aws\Iam\IamClient"; reason: private alias.
Removed service "Aws\IdentityStore\IdentityStoreClient"; reason: private alias.
Removed service "Aws\imagebuilder\imagebuilderClient"; reason: private alias.
Removed service "Aws\ImportExport\ImportExportClient"; reason: private alias.
Removed service "Aws\InspectorScan\InspectorScanClient"; reason: private alias.
Removed service "Aws\Inspector\InspectorClient"; reason: private alias.
Removed service "Aws\Inspector2\Inspector2Client"; reason: private alias.
Removed service "Aws\InternetMonitor\InternetMonitorClient"; reason: private alias.
Removed service "Aws\IoTJobsDataPlane\IoTJobsDataPlaneClient"; reason: private alias.
Removed service "Aws\Iot\IotClient"; reason: private alias.
Removed service "Aws\IoT1ClickDevicesService\IoT1ClickDevicesServiceClient"; reason: private alias.
Removed service "Aws\IoT1ClickProjects\IoT1ClickProjectsClient"; reason: private alias.
Removed service "Aws\IoTAnalytics\IoTAnalyticsClient"; reason: private alias.
Removed service "Aws\IoTDeviceAdvisor\IoTDeviceAdvisorClient"; reason: private alias.
Removed service "Aws\IoTEventsData\IoTEventsDataClient"; reason: private alias.
Removed service "Aws\IoTEvents\IoTEventsClient"; reason: private alias.
Removed service "Aws\IoTFleetHub\IoTFleetHubClient"; reason: private alias.
Removed service "Aws\IoTFleetWise\IoTFleetWiseClient"; reason: private alias.
Removed service "Aws\IoTSecureTunneling\IoTSecureTunnelingClient"; reason: private alias.
Removed service "Aws\IoTSiteWise\IoTSiteWiseClient"; reason: private alias.
Removed service "Aws\IoTThingsGraph\IoTThingsGraphClient"; reason: private alias.
Removed service "Aws\IoTTwinMaker\IoTTwinMakerClient"; reason: private alias.
Removed service "Aws\IoTWireless\IoTWirelessClient"; reason: private alias.
Removed service "Aws\IVSRealTime\IVSRealTimeClient"; reason: private alias.
Removed service "Aws\IVS\IVSClient"; reason: private alias.
Removed service "Aws\ivschat\ivschatClient"; reason: private alias.
Removed service "Aws\Kafka\KafkaClient"; reason: private alias.
Removed service "Aws\KafkaConnect\KafkaConnectClient"; reason: private alias.
Removed service "Aws\KendraRanking\KendraRankingClient"; reason: private alias.
Removed service "Aws\kendra\kendraClient"; reason: private alias.
Removed service "Aws\Keyspaces\KeyspacesClient"; reason: private alias.
Removed service "Aws\KinesisVideoArchivedMedia\KinesisVideoArchivedMediaClient"; reason: private alias.
Removed service "Aws\KinesisVideoMedia\KinesisVideoMediaClient"; reason: private alias.
Removed service "Aws\KinesisVideoSignalingChannels\KinesisVideoSignalingChannelsClient"; reason: private alias.
Removed service "Aws\KinesisVideoWebRTCStorage\KinesisVideoWebRTCStorageClient"; reason: private alias.
Removed service "Aws\Kinesis\KinesisClient"; reason: private alias.
Removed service "Aws\KinesisAnalytics\KinesisAnalyticsClient"; reason: private alias.
Removed service "Aws\KinesisAnalyticsV2\KinesisAnalyticsV2Client"; reason: private alias.
Removed service "Aws\KinesisVideo\KinesisVideoClient"; reason: private alias.
Removed service "Aws\Kms\KmsClient"; reason: private alias.
Removed service "Aws\LakeFormation\LakeFormationClient"; reason: private alias.
Removed service "Aws\Lambda\LambdaClient"; reason: private alias.
Removed service "Aws\LaunchWizard\LaunchWizardClient"; reason: private alias.
Removed service "Aws\LexModelBuildingService\LexModelBuildingServiceClient"; reason: private alias.
Removed service "Aws\LicenseManagerLinuxSubscriptions\LicenseManagerLinuxSubscriptionsClient"; reason: private alias.
Removed service "Aws\LicenseManagerUserSubscriptions\LicenseManagerUserSubscriptionsClient"; reason: private alias.
Removed service "Aws\LicenseManager\LicenseManagerClient"; reason: private alias.
Removed service "Aws\Lightsail\LightsailClient"; reason: private alias.
Removed service "Aws\LocationService\LocationServiceClient"; reason: private alias.
Removed service "Aws\CloudWatchLogs\CloudWatchLogsClient"; reason: private alias.
Removed service "Aws\LookoutEquipment\LookoutEquipmentClient"; reason: private alias.
Removed service "Aws\LookoutMetrics\LookoutMetricsClient"; reason: private alias.
Removed service "Aws\LookoutforVision\LookoutforVisionClient"; reason: private alias.
Removed service "Aws\MainframeModernization\MainframeModernizationClient"; reason: private alias.
Removed service "Aws\MachineLearning\MachineLearningClient"; reason: private alias.
Removed service "Aws\Macie2\Macie2Client"; reason: private alias.
Removed service "Aws\MailManager\MailManagerClient"; reason: private alias.
Removed service "Aws\ManagedBlockchainQuery\ManagedBlockchainQueryClient"; reason: private alias.
Removed service "Aws\ManagedBlockchain\ManagedBlockchainClient"; reason: private alias.
Removed service "Aws\MarketplaceAgreement\MarketplaceAgreementClient"; reason: private alias.
Removed service "Aws\MarketplaceCatalog\MarketplaceCatalogClient"; reason: private alias.
Removed service "Aws\MarketplaceDeployment\MarketplaceDeploymentClient"; reason: private alias.
Removed service "Aws\MarketplaceCommerceAnalytics\MarketplaceCommerceAnalyticsClient"; reason: private alias.
Removed service "Aws\MediaConnect\MediaConnectClient"; reason: private alias.
Removed service "Aws\MediaConvert\MediaConvertClient"; reason: private alias.
Removed service "Aws\MediaLive\MediaLiveClient"; reason: private alias.
Removed service "Aws\MediaPackageVod\MediaPackageVodClient"; reason: private alias.
Removed service "Aws\MediaPackage\MediaPackageClient"; reason: private alias.
Removed service "Aws\MediaPackageV2\MediaPackageV2Client"; reason: private alias.
Removed service "Aws\MediaStoreData\MediaStoreDataClient"; reason: private alias.
Removed service "Aws\MediaStore\MediaStoreClient"; reason: private alias.
Removed service "Aws\MediaTailor\MediaTailorClient"; reason: private alias.
Removed service "Aws\MedicalImaging\MedicalImagingClient"; reason: private alias.
Removed service "Aws\MemoryDB\MemoryDBClient"; reason: private alias.
Removed service "Aws\MarketplaceMetering\MarketplaceMeteringClient"; reason: private alias.
Removed service "Aws\MigrationHub\MigrationHubClient"; reason: private alias.
Removed service "Aws\mgn\mgnClient"; reason: private alias.
Removed service "Aws\MigrationHubRefactorSpaces\MigrationHubRefactorSpacesClient"; reason: private alias.
Removed service "Aws\MigrationHubConfig\MigrationHubConfigClient"; reason: private alias.
Removed service "Aws\MigrationHubOrchestrator\MigrationHubOrchestratorClient"; reason: private alias.
Removed service "Aws\MigrationHubStrategyRecommendations\MigrationHubStrategyRecommendationsClient"; reason: private alias.
Removed service "Aws\LexModelsV2\LexModelsV2Client"; reason: private alias.
Removed service "Aws\CloudWatch\CloudWatchClient"; reason: private alias.
Removed service "Aws\MQ\MQClient"; reason: private alias.
Removed service "Aws\MTurk\MTurkClient"; reason: private alias.
Removed service "Aws\MWAA\MWAAClient"; reason: private alias.
Removed service "Aws\NeptuneGraph\NeptuneGraphClient"; reason: private alias.
Removed service "Aws\Neptune\NeptuneClient"; reason: private alias.
Removed service "Aws\Neptunedata\NeptunedataClient"; reason: private alias.
Removed service "Aws\NetworkFirewall\NetworkFirewallClient"; reason: private alias.
Removed service "Aws\NetworkManager\NetworkManagerClient"; reason: private alias.
Removed service "Aws\NetworkMonitor\NetworkMonitorClient"; reason: private alias.
Removed service "Aws\NimbleStudio\NimbleStudioClient"; reason: private alias.
Removed service "Aws\OAM\OAMClient"; reason: private alias.
Removed service "Aws\Omics\OmicsClient"; reason: private alias.
Removed service "Aws\OpenSearchService\OpenSearchServiceClient"; reason: private alias.
Removed service "Aws\OpenSearchServerless\OpenSearchServerlessClient"; reason: private alias.
Removed service "Aws\OpsWorks\OpsWorksClient"; reason: private alias.
Removed service "Aws\OpsWorksCM\OpsWorksCMClient"; reason: private alias.
Removed service "Aws\Organizations\OrganizationsClient"; reason: private alias.
Removed service "Aws\OSIS\OSISClient"; reason: private alias.
Removed service "Aws\Outposts\OutpostsClient"; reason: private alias.
Removed service "Aws\Panorama\PanoramaClient"; reason: private alias.
Removed service "Aws\PaymentCryptographyData\PaymentCryptographyDataClient"; reason: private alias.
Removed service "Aws\PaymentCryptography\PaymentCryptographyClient"; reason: private alias.
Removed service "Aws\PcaConnectorAd\PcaConnectorAdClient"; reason: private alias.
Removed service "Aws\PcaConnectorScep\PcaConnectorScepClient"; reason: private alias.
Removed service "Aws\PCS\PCSClient"; reason: private alias.
Removed service "Aws\PersonalizeEvents\PersonalizeEventsClient"; reason: private alias.
Removed service "Aws\PersonalizeRuntime\PersonalizeRuntimeClient"; reason: private alias.
Removed service "Aws\Personalize\PersonalizeClient"; reason: private alias.
Removed service "Aws\PI\PIClient"; reason: private alias.
Removed service "Aws\PinpointEmail\PinpointEmailClient"; reason: private alias.
Removed service "Aws\PinpointSMSVoiceV2\PinpointSMSVoiceV2Client"; reason: private alias.
Removed service "Aws\Pinpoint\PinpointClient"; reason: private alias.
Removed service "Aws\Pipes\PipesClient"; reason: private alias.
Removed service "Aws\Polly\PollyClient"; reason: private alias.
Removed service "Aws\Pricing\PricingClient"; reason: private alias.
Removed service "Aws\PrivateNetworks\PrivateNetworksClient"; reason: private alias.
Removed service "Aws\Proton\ProtonClient"; reason: private alias.
Removed service "Aws\QApps\QAppsClient"; reason: private alias.
Removed service "Aws\QBusiness\QBusinessClient"; reason: private alias.
Removed service "Aws\QConnect\QConnectClient"; reason: private alias.
Removed service "Aws\QLDBSession\QLDBSessionClient"; reason: private alias.
Removed service "Aws\QLDB\QLDBClient"; reason: private alias.
Removed service "Aws\QuickSight\QuickSightClient"; reason: private alias.
Removed service "Aws\RAM\RAMClient"; reason: private alias.
Removed service "Aws\RecycleBin\RecycleBinClient"; reason: private alias.
Removed service "Aws\RDSDataService\RDSDataServiceClient"; reason: private alias.
Removed service "Aws\Rds\RdsClient"; reason: private alias.
Removed service "Aws\RedshiftDataAPIService\RedshiftDataAPIServiceClient"; reason: private alias.
Removed service "Aws\RedshiftServerless\RedshiftServerlessClient"; reason: private alias.
Removed service "Aws\Redshift\RedshiftClient"; reason: private alias.
Removed service "Aws\Rekognition\RekognitionClient"; reason: private alias.
Removed service "Aws\Repostspace\RepostspaceClient"; reason: private alias.
Removed service "Aws\ResilienceHub\ResilienceHubClient"; reason: private alias.
Removed service "Aws\ResourceExplorer2\ResourceExplorer2Client"; reason: private alias.
Removed service "Aws\ResourceGroups\ResourceGroupsClient"; reason: private alias.
Removed service "Aws\ResourceGroupsTaggingAPI\ResourceGroupsTaggingAPIClient"; reason: private alias.
Removed service "Aws\RoboMaker\RoboMakerClient"; reason: private alias.
Removed service "Aws\RolesAnywhere\RolesAnywhereClient"; reason: private alias.
Removed service "Aws\Route53RecoveryCluster\Route53RecoveryClusterClient"; reason: private alias.
Removed service "Aws\Route53RecoveryControlConfig\Route53RecoveryControlConfigClient"; reason: private alias.
Removed service "Aws\Route53RecoveryReadiness\Route53RecoveryReadinessClient"; reason: private alias.
Removed service "Aws\Route53\Route53Client"; reason: private alias.
Removed service "Aws\Route53Domains\Route53DomainsClient"; reason: private alias.
Removed service "Aws\Route53Profiles\Route53ProfilesClient"; reason: private alias.
Removed service "Aws\Route53Resolver\Route53ResolverClient"; reason: private alias.
Removed service "Aws\CloudWatchRUM\CloudWatchRUMClient"; reason: private alias.
Removed service "Aws\LexRuntimeV2\LexRuntimeV2Client"; reason: private alias.
Removed service "Aws\LexRuntimeService\LexRuntimeServiceClient"; reason: private alias.
Removed service "Aws\SageMakerRuntime\SageMakerRuntimeClient"; reason: private alias.
Removed service "Aws\S3\S3Client"; reason: private alias.
Removed service "Aws\S3Control\S3ControlClient"; reason: private alias.
Removed service "Aws\S3Outposts\S3OutpostsClient"; reason: private alias.
Removed service "Aws\AugmentedAIRuntime\AugmentedAIRuntimeClient"; reason: private alias.
Removed service "Aws\SagemakerEdgeManager\SagemakerEdgeManagerClient"; reason: private alias.
Removed service "Aws\SageMakerFeatureStoreRuntime\SageMakerFeatureStoreRuntimeClient"; reason: private alias.
Removed service "Aws\SageMakerGeospatial\SageMakerGeospatialClient"; reason: private alias.
Removed service "Aws\SageMakerMetrics\SageMakerMetricsClient"; reason: private alias.
Removed service "Aws\SageMaker\SageMakerClient"; reason: private alias.
Removed service "Aws\SavingsPlans\SavingsPlansClient"; reason: private alias.
Removed service "Aws\Scheduler\SchedulerClient"; reason: private alias.
Removed service "Aws\Schemas\SchemasClient"; reason: private alias.
Removed service "Aws\SecretsManager\SecretsManagerClient"; reason: private alias.
Removed service "Aws\SecurityHub\SecurityHubClient"; reason: private alias.
Removed service "Aws\SecurityLake\SecurityLakeClient"; reason: private alias.
Removed service "Aws\ServerlessApplicationRepository\ServerlessApplicationRepositoryClient"; reason: private alias.
Removed service "Aws\ServiceQuotas\ServiceQuotasClient"; reason: private alias.
Removed service "Aws\AppRegistry\AppRegistryClient"; reason: private alias.
Removed service "Aws\ServiceCatalog\ServiceCatalogClient"; reason: private alias.
Removed service "Aws\ServiceDiscovery\ServiceDiscoveryClient"; reason: private alias.
Removed service "Aws\SesV2\SesV2Client"; reason: private alias.
Removed service "Aws\Shield\ShieldClient"; reason: private alias.
Removed service "Aws\signer\signerClient"; reason: private alias.
Removed service "Aws\SimSpaceWeaver\SimSpaceWeaverClient"; reason: private alias.
Removed service "Aws\PinpointSMSVoice\PinpointSMSVoiceClient"; reason: private alias.
Removed service "Aws\Sms\SmsClient"; reason: private alias.
Removed service "Aws\SnowDeviceManagement\SnowDeviceManagementClient"; reason: private alias.
Removed service "Aws\SnowBall\SnowBallClient"; reason: private alias.
Removed service "Aws\Sns\SnsClient"; reason: private alias.
Removed service "Aws\Sqs\SqsClient"; reason: private alias.
Removed service "Aws\SSMContacts\SSMContactsClient"; reason: private alias.
Removed service "Aws\SSMIncidents\SSMIncidentsClient"; reason: private alias.
Removed service "Aws\SSMQuickSetup\SSMQuickSetupClient"; reason: private alias.
Removed service "Aws\SsmSap\SsmSapClient"; reason: private alias.
Removed service "Aws\Ssm\SsmClient"; reason: private alias.
Removed service "Aws\SSOAdmin\SSOAdminClient"; reason: private alias.
Removed service "Aws\SSOOIDC\SSOOIDCClient"; reason: private alias.
Removed service "Aws\SSO\SSOClient"; reason: private alias.
Removed service "Aws\Sfn\SfnClient"; reason: private alias.
Removed service "Aws\StorageGateway\StorageGatewayClient"; reason: private alias.
Removed service "Aws\DynamoDbStreams\DynamoDbStreamsClient"; reason: private alias.
Removed service "Aws\Sts\StsClient"; reason: private alias.
Removed service "Aws\SupplyChain\SupplyChainClient"; reason: private alias.
Removed service "Aws\SupportApp\SupportAppClient"; reason: private alias.
Removed service "Aws\Support\SupportClient"; reason: private alias.
Removed service "Aws\Swf\SwfClient"; reason: private alias.
Removed service "Aws\Synthetics\SyntheticsClient"; reason: private alias.
Removed service "Aws\TaxSettings\TaxSettingsClient"; reason: private alias.
Removed service "Aws\Textract\TextractClient"; reason: private alias.
Removed service "Aws\TimestreamInfluxDB\TimestreamInfluxDBClient"; reason: private alias.
Removed service "Aws\TimestreamQuery\TimestreamQueryClient"; reason: private alias.
Removed service "Aws\TimestreamWrite\TimestreamWriteClient"; reason: private alias.
Removed service "Aws\Tnb\TnbClient"; reason: private alias.
Removed service "Aws\TranscribeService\TranscribeServiceClient"; reason: private alias.
Removed service "Aws\Transfer\TransferClient"; reason: private alias.
Removed service "Aws\Translate\TranslateClient"; reason: private alias.
Removed service "Aws\TrustedAdvisor\TrustedAdvisorClient"; reason: private alias.
Removed service "Aws\VerifiedPermissions\VerifiedPermissionsClient"; reason: private alias.
Removed service "Aws\VoiceID\VoiceIDClient"; reason: private alias.
Removed service "Aws\VPCLattice\VPCLatticeClient"; reason: private alias.
Removed service "Aws\WafRegional\WafRegionalClient"; reason: private alias.
Removed service "Aws\Waf\WafClient"; reason: private alias.
Removed service "Aws\WAFV2\WAFV2Client"; reason: private alias.
Removed service "Aws\WellArchitected\WellArchitectedClient"; reason: private alias.
Removed service "Aws\ConnectWisdomService\ConnectWisdomServiceClient"; reason: private alias.
Removed service "Aws\WorkDocs\WorkDocsClient"; reason: private alias.
Removed service "Aws\WorkMail\WorkMailClient"; reason: private alias.
Removed service "Aws\WorkMailMessageFlow\WorkMailMessageFlowClient"; reason: private alias.
Removed service "Aws\WorkSpacesThinClient\WorkSpacesThinClientClient"; reason: private alias.
Removed service "Aws\WorkSpacesWeb\WorkSpacesWebClient"; reason: private alias.
Removed service "Aws\WorkSpaces\WorkSpacesClient"; reason: private alias.
Removed service "Aws\XRay\XRayClient"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\ClientRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\ClientRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\RefreshTokenRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\ScopeRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\ScopeRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\UserRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\UserRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\AuthCodeRepository"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Security\Authenticator\OAuth2Authenticator"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Security\EventListener\CheckScopeListener"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\SymfonyLeagueEventListenerProvider"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\AuthorizationServer\GrantConfigurator"; reason: private alias.
Removed service "League\OAuth2\Server\AuthorizationServer"; reason: private alias.
Removed service "League\OAuth2\Server\ResourceServer"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\ClientCredentialsGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\PasswordGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\RefreshTokenGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\AuthCodeGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\ImplicitGrant"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Controller\AuthorizationController"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Controller\TokenController"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\CreateClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\UpdateClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\DeleteClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\ListClientsCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\ClearExpiredTokensCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\GenerateKeyPairCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\UserConverterInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\UserConverter"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\ScopeConverterInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\ScopeConverter"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Event\AuthorizationRequestResolveEventFactory"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\ScopeManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\InMemory\ScopeManager"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\AccessTokenRepository"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\ClientManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\ClientManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\AccessTokenManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\AccessTokenManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\RefreshTokenManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\RefreshTokenManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\AuthorizationCodeManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\AuthorizationCodeManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\CredentialsRevokerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\CredentialsRevoker\DoctrineCredentialsRevoker"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
Removed service "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
Removed service "karser_recaptcha3.google.request_method"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\GeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\DumperInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".service_locator.yoUhxil"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "App\Repository\NanomonxManager.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.constellation_api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.constellation_api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.NanomonxManager_metadata_driver"; reason: private alias.
Removed service ".service_locator.yNtF4N1"; reason: private alias.
Removed service ".service_locator.diNoEIK"; reason: private alias.
Removed service ".service_locator.d0mOH9H"; reason: private alias.
Removed service ".service_locator.i5rPWsK"; reason: private alias.
Removed service ".service_locator.H18Fg0u"; reason: private alias.
Removed service ".service_locator.t4IDJ1Q"; reason: private alias.
Removed service ".service_locator.AVw6Raa"; reason: private alias.
Removed service ".service_locator.tW4gNg6"; reason: private alias.
Removed service ".service_locator.T.QeT2r"; reason: private alias.
Removed service ".service_locator.naQFem9"; reason: private alias.
Removed service ".service_locator.NfkLTzE"; reason: private alias.
Removed service ".service_locator.ay4aDpn"; reason: private alias.
Removed service ".service_locator.GTvjLKs"; reason: private alias.
Removed service ".service_locator.yMnPV3I"; reason: private alias.
Removed service ".service_locator.PnOhcnS"; reason: private alias.
Removed service ".service_locator.ex7DfQ2"; reason: private alias.
Removed service ".service_locator.aU9Q02S"; reason: private alias.
Removed service ".service_locator.gulq_SB"; reason: private alias.
Removed service ".service_locator.6faIJxC"; reason: private alias.
Removed service ".service_locator.nQ2oQx9"; reason: private alias.
Removed service ".service_locator.8BjVZpv"; reason: private alias.
Removed service ".service_locator.E3QdDHj"; reason: private alias.
Removed service ".service_locator.GbWx0W."; reason: private alias.
Removed service ".service_locator.TM9qgTE"; reason: private alias.
Removed service ".service_locator.xWGx1rq"; reason: private alias.
Removed service ".service_locator.jqdx7lF"; reason: private alias.
Removed service ".service_locator.Icdrkcp"; reason: private alias.
Removed service ".service_locator.kvCakIK"; reason: private alias.
Removed service ".service_locator.jXnGeiO"; reason: private alias.
Removed service ".service_locator.ASIAxPN"; reason: private alias.
Removed service ".service_locator.7pdfAXJ"; reason: private alias.
Removed service ".service_locator.jNL9PF4"; reason: private alias.
Removed service ".service_locator.0g5ki7L"; reason: private alias.
Removed service ".service_locator.YoQOtn9"; reason: private alias.
Removed service ".service_locator.xm2gfku"; reason: private alias.
Removed service ".service_locator.Ls.nYQL"; reason: private alias.
Removed service ".service_locator.UySzJH1"; reason: private alias.
Removed service ".service_locator.sQQBbAN"; reason: private alias.
Removed service ".service_locator.YncK7tn"; reason: private alias.
Removed service ".service_locator.UDshF97"; reason: private alias.
Removed service ".service_locator.oN3GwmZ"; reason: private alias.
Removed service ".service_locator.e5BXuTh"; reason: private alias.
Removed service ".service_locator.8DLzx2r"; reason: private alias.
Removed service ".service_locator.IdxpKHs"; reason: private alias.
Removed service ".service_locator.UzfGCig"; reason: private alias.
Removed service ".service_locator.WmJgFP2"; reason: private alias.
Removed service ".service_locator.a.kl6Vd"; reason: private alias.
Removed service ".service_locator.vWx9OrO"; reason: private alias.
Removed service ".service_locator.Z1M7fP0"; reason: private alias.
Removed service ".service_locator...2Ndi3"; reason: private alias.
Removed service ".service_locator.HDTbut."; reason: private alias.
Removed service ".service_locator.s2rTxwQ"; reason: private alias.
Removed service ".service_locator.j5PD7yG"; reason: private alias.
Removed service ".service_locator.STLUeBU"; reason: private alias.
Removed service ".service_locator.u_1z84I"; reason: private alias.
Removed service ".service_locator.fI0fI44"; reason: private alias.
Removed service ".service_locator.BtZzFSp"; reason: private alias.
Removed service ".service_locator.YRwkxGv"; reason: private alias.
Removed service ".service_locator.eQ0GPD2"; reason: private alias.
Removed service ".service_locator.POBDCKG"; reason: private alias.
Removed service ".service_locator.u53b34S"; reason: private alias.
Removed service ".service_locator.SPw2nd8"; reason: private alias.
Removed service ".service_locator.PBSZC0x"; reason: private alias.
Removed service ".service_locator.4E9v4Uz"; reason: private alias.
Removed service ".service_locator.pwcp7h7"; reason: private alias.
Removed service ".service_locator.UyNJ33Q"; reason: private alias.
Removed service ".service_locator.0HGmgs1"; reason: private alias.
Removed service ".service_locator.QiadkI."; reason: private alias.
Removed service ".service_locator.ZSICouZ"; reason: private alias.
Removed service ".service_locator.aVXkBiP"; reason: private alias.
Removed service ".service_locator.gakvRpO"; reason: private alias.
Removed service ".service_locator.48bwPqt"; reason: private alias.
Removed service ".service_locator.BZFeTqp"; reason: private alias.
Removed service ".service_locator.p57DDVM"; reason: private alias.
Removed service ".service_locator.TDKjB8R"; reason: private alias.
Removed service ".service_locator.9.XCH_C"; reason: private alias.
Removed service ".service_locator.Kti.zq1"; reason: private alias.
Removed service ".service_locator.5.Mxmx."; reason: private alias.
Removed service ".service_locator.Cc9fuZh"; reason: private alias.
Removed service ".service_locator.T5mFuS4"; reason: private alias.
Removed service ".service_locator.DGSs0.K"; reason: private alias.
Removed service ".service_locator.d.tVVtu"; reason: private alias.
Removed service ".service_locator.jKu2X7j"; reason: private alias.
Removed service ".service_locator.Rgx0Aej"; reason: private alias.
Removed service ".service_locator.l6ShHBh"; reason: private alias.
Removed service ".service_locator.ItXNttO"; reason: private alias.
Removed service ".service_locator.Dh8kCJG"; reason: private alias.
Removed service ".service_locator.MDY0Hq7"; reason: private alias.
Removed service ".service_locator.rOB9Zn8"; reason: private alias.
Removed service ".service_locator.Jk7gLM."; reason: private alias.
Removed service ".service_locator._X6GOhj"; reason: private alias.
Removed service ".service_locator.VL8sUDW"; reason: private alias.
Removed service ".service_locator.IIXissz"; reason: private alias.
Removed service ".service_locator.vmo6RRV"; reason: private alias.
Removed service ".service_locator.L.trYpB"; reason: private alias.
Removed service ".service_locator.zFVg.5s"; reason: private alias.
Removed service ".service_locator.Hfqe88D"; reason: private alias.
Removed service ".service_locator.dpjckfe"; reason: private alias.
Removed service ".service_locator.LcG97vp"; reason: private alias.
Removed service ".service_locator.uq_QZx9"; reason: private alias.
Removed service ".service_locator.13Jmyhc"; reason: private alias.
Removed service ".service_locator.P.Wk_18"; reason: private alias.
Removed service ".service_locator.k4ntBlM"; reason: private alias.
Removed service ".service_locator.omEwC0K"; reason: private alias.
Removed service ".service_locator.2eRqtbo"; reason: private alias.
Removed service ".service_locator.fX4rQp0"; reason: private alias.
Removed service ".service_locator.uEgd7K5"; reason: private alias.
Removed service ".service_locator.3r2DQ8o"; reason: private alias.
Removed service ".service_locator.KjidChO"; reason: private alias.
Removed service ".service_locator.XUWh00T"; reason: private alias.
Removed service ".service_locator.AnevjRA"; reason: private alias.
Removed service ".service_locator.1mAVlqi"; reason: private alias.
Removed service ".service_locator.wZwCmxu"; reason: private alias.
Removed service ".service_locator.i7_Hqn2"; reason: private alias.
Removed service ".service_locator.eiIo9WC"; reason: private alias.
Removed service ".service_locator.KG_AnHf"; reason: private alias.
Removed service ".service_locator.BJITgAm"; reason: private alias.
Removed service ".service_locator.S2zqm2M"; reason: private alias.
117
Changed reference of service "App\Controller\Site\Nanomonx\AuthController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\EventListener\AuthorizationRequestResolveListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\ErrorListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\LocaleSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\ClientLoginAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\EventSubscribers\LoginTokenSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\EventSubscribers\LogoutSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\GoogleAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Error\BugsnagReporter" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Mail\EmailManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Mail\ReceiptManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\User\Anonymization\AnonymizationEmailManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\Extensions\SubdomainFunctions" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.amazon" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "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 "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "aws_secrets.env_var_provider" previously pointing to "aws_secrets.secrets_manager_client" to "aws_secrets.client".
Changed reference of service "league.oauth2_server.repository.scope" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.repository.user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.symfony_league_listener_provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.controller.authorization" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.controller.token" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.manager.doctrine.client" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "presta_sitemap.controller" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.event_listener.static_routes_alternate" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.H6dAzVJ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.8VxuLm6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.RNUN4fe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.SRUsQq3" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.dBLx5FV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.jMsvEqi" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.bVv9oIh" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.lohkWdZ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.AWQQOC6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.To.I5Du" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.BDQ9yyv" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.VnGLDVP" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ChjgXFG" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3PcN6sM" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3PcN6sM" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.6.PGK4v" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Pmw9ekY" previously pointing to "router.default" to "router".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_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.App\Security\Voters\ChallengeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\ClassroomVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\FamilyModeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\FamilyTextEntryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\FamilyWorkBlockVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\FamilyWorldObjectVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\FamilyWorldVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\TextEntryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\UserChallengeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\WorkBlockVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\WorldObjectVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voters\WorldVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.QaaoWjx" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.DMfgFyO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YAcX0.U" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Jth9NBV" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dumper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.dumper" previously pointing to "router.default" to "router".
1052
Removed service "App\Entity"; reason: abstract.
Removed service "App\Kernel"; reason: abstract.
Removed service "App\Migrations"; 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 "limiter"; 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\WhenValidator"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnonymizeUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AnonymizeUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSupportGuyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateSupportGuyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestAnonymizationEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\TestAnonymizationEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestGiftCodeEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\TestGiftCodeEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestMarketingEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\TestMarketingEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestPurchaseEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\TestPurchaseEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateLearningPathCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateLearningPathCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateZohoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateZohoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ClassroomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ClientVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ClientVersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\ClientVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ConnectionTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ConnectionTokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\ConnectionTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\EnvironmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\EnvironmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\EnvironmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\GalleryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ObsoleteRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ObsoleteRoutesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\ObsoleteRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\SaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\SaveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\SaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\SubWorldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\SubWorldController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\SubWorldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\TextEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\TextEntryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\TextEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\ThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\UserChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\UserChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\UserChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Constellation\WorldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Constellation\WorldController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Constellation\WorldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Public\AssetBundlesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Public\AssetBundlesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Public\AssetBundlesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Public\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Public\WebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Public\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Troubadour\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoSceneryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoSceneryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Troubadour\Demo\DemoSceneryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoWorldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoWorldController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Troubadour\Demo\DemoWorldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\SceneryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\SceneryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Troubadour\SceneryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\UserChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\UserChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Troubadour\UserChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\WorldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\WorldController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Troubadour\WorldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Troubadour\WorldObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Troubadour\WorldObjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Troubadour\WorldObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticatedUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticatedUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthenticatedUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\AuthRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\AuthRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\AuthRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\BucketRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\BucketRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\BucketRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CartRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CartRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\CartRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ClassroomRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ClassroomRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\ClassroomRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CommunicationPopupRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CommunicationPopupRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\CommunicationPopupRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\CountryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\CountryRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\CountryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\InformationPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\InformationPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\InformationPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\LanguageRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\LanguageRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\LanguageRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\LicenceRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\LicenceRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\LicenceRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\OwnedLicencesRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\OwnedLicencesRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\OwnedLicencesRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ReadingChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ReadingChallengeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\ReadingChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\SchoolsRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\SchoolsRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\SchoolsRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\SharedLicencesRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\SharedLicencesRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\SharedLicencesRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\StudentsRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\StudentsRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\StudentsRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\WhiteListRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\WhiteListRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\WhiteListRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Admin\ZohoLeadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Admin\ZohoLeadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Admin\ZohoLeadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ChallengeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Constellation\ChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ChallengeTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ChallengeTemplateRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Constellation\ChallengeTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\ClassroomRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\ClassroomRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Constellation\ClassroomRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\GalleryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\GalleryRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Constellation\GalleryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\RevisionRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\RevisionRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Constellation\RevisionRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Constellation\UserChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Constellation\UserChallengeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Constellation\UserChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\AuthRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\AuthRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Family\AuthRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\BabillardRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\BabillardRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Family\BabillardRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\ChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\ChallengeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Family\ChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\FamilyCreationRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\FamilyCreationRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Family\FamilyCreationRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Family\SharingRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Family\SharingRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Family\SharingRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\AnonymizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\AnonymizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\AnonymizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\BlackListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\BlackListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\BlackListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\CommunicationPopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\CommunicationPopupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\CommunicationPopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\DataExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\DataExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\DataExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\EducationalInstitutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\EducationalInstitutionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\EducationalInstitutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\InformationPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\InformationPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\InformationPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\LicenceTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\LicenceTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\LicenceTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ManagerImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ManagerImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\ManagerImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\ScholarLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\ScholarLevelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\ScholarLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\SubscriptionDealingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\SubscriptionDealingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\SubscriptionDealingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Admin\UserRegionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Admin\UserRegionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Admin\UserRegionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Constellation\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\ReadingTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\ReadingTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Constellation\ReadingTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Family\FamilyTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Family\FamilyTemplateRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Family\FamilyTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\BabillardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\BabillardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Troubadour\BabillardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Troubadour\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Troubadour\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\LearningPathController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\LearningPathController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Troubadour\LearningPathController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Support\Troubadour\SceneryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Support\Troubadour\SceneryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Support\Troubadour\SceneryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\BabillardRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\BabillardRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\BabillardRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\CategoryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\CategoryRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\CategoryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ChallengeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\ChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ChallengeTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ChallengeTemplateRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\ChallengeTemplateRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\ClassroomRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\ClassroomRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\ClassroomRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\Demo\DemoRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\PathwayRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\PathwayRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\PathwayRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\SceneryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\SceneryRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\SceneryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\SharingRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\SharingRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\SharingRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\StudentRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\StudentRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\StudentRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\TextEntryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\TextEntryRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\TextEntryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\UserChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\UserChallengeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\UserChallengeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\Troubadour\WorkBlockRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\Troubadour\WorkBlockRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\Troubadour\WorkBlockRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\ClassroomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\ExpiredLicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\ExpiredLicencesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\ExpiredLicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\InTransferLicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\InTransferLicencesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\InTransferLicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\LicenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\LicenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\LicenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\OnBoardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\OnBoardingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\OnBoardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\OwnedLicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\OwnedLicencesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\OwnedLicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\PurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\PurchaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\PurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\SharedLicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\SharedLicencesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\SharedLicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\StudentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\StudentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\StudentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Admin\WhiteListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Admin\WhiteListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Admin\WhiteListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Base\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Base\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Base\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Constellation\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Constellation\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\ChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Constellation\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\GalleryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Constellation\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\ObsoleteRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\ObsoleteRoutesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Constellation\ObsoleteRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Constellation\UserChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Constellation\UserChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Constellation\UserChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeConstructionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeConstructionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\ChallengeConstructionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ChallengeExplorationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ChallengeExplorationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\ChallengeExplorationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\DemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\DemoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\DemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\FamilyCreationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\FamilyCreationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\FamilyCreationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\OnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\OnboardingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\OnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\SharingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\SharingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\SharingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Family\TrashCanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Family\TrashCanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Family\TrashCanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Info\LandingPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Info\LandingPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Info\LandingPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Nanomonx\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Nanomonx\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ClientFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ClientFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Nanomonx\ClientFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ErrorPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ErrorPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Nanomonx\ErrorPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\GoogleLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\GoogleLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Nanomonx\GoogleLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\HealthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\HealthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Nanomonx\HealthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\InfosController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\InfosController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Nanomonx\InfosController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Nanomonx\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Nanomonx\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Nanomonx\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\BlackListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\BlackListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\BlackListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CacheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CommunicationPopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CommunicationPopupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\CommunicationPopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ConceptController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ConceptController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\ConceptController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\CountryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\DataExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\DataExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\DataExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\EducationalInstitutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\EducationalInstitutionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\EducationalInstitutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\LicenceTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\LicenceTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\LicenceTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ManagerImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ManagerImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\ManagerImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\PackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ScholarLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ScholarLevelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\ScholarLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SchoolCalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SchoolCalendarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\SchoolCalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SchoolYearController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SchoolYearController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\SchoolYearController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StatisticController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\StudiedLanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\StudiedLanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\StudiedLanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SubjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SubjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\SubjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\SubscriptionDealingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\SubscriptionDealingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\SubscriptionDealingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\UsageTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\UsageTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\UsageTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\UserRegionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\UserRegionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\UserRegionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Admin\ZohoCRMController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Admin\ZohoCRMController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Admin\ZohoCRMController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Constellation\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ClientVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ClientVersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Constellation\ClientVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\EnvironmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\EnvironmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Constellation\EnvironmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ReadingTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ReadingTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Constellation\ReadingTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\SubworldSizeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\SubworldSizeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Constellation\SubworldSizeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\ThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Constellation\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Family\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Family\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Family\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\InformationPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\InformationPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\PageContentManager\InformationPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\InformationPanelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\InformationPanelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\PageContentManager\InformationPanelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\PageContentManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\PageContentManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\PageContentManager\PageContentManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\SideMenuOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\SideMenuOptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\PageContentManager\SideMenuOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\PageContentManager\TutorialPanelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\PageContentManager\TutorialPanelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\PageContentManager\TutorialPanelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BabillardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BabillardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\BabillardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BackColorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BackColorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\BackColorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\BackgroundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\BackgroundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\BackgroundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\DemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\DemoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\DemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\FloorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\FloorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\FloorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\ForegroundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\ForegroundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\ForegroundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\LearningPathController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\LearningPathController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\LearningPathController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\SceneryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\SceneryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\SceneryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Support\Troubadour\ThematiqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Support\Troubadour\ThematiqueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Support\Troubadour\ThematiqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\DemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\DemoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\DemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\SharingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\SharingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\SharingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Teacher\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\BabillardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\BabillardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Teacher\BabillardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Teacher\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\ChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Teacher\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\PathwayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\PathwayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Teacher\PathwayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Troubadour\Teacher\UserChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Troubadour\Teacher\UserChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Troubadour\Teacher\UserChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AuthorizationRequestResolveListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AuthorizationRequestResolveListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ErrorListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ErrorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\HistoryListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\HistoryListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\JsonRequestTransformerListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\JsonRequestTransformerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SitemapSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\SitemapSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserActivityListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UserActivityListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\AccountForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\AccountForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ActivateRedeemCodeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\ActivateRedeemCodeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ChangeUsernameForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\ChangeUsernameForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\CheckPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\CheckPasswordForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ClassroomForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\ClassroomForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ContactForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\ContactForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\CreateManagerForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\CreateManagerForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\FamilyForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\FamilyForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ImportStudentsForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\ImportStudentsForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ParentTransferForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\ParentTransferForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\QuoteForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\QuoteForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\QuoteFormSchool"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\QuoteFormSchool"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\ScholarLevelSelectForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\ScholarLevelSelectForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Admin\StudentForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Admin\StudentForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\ChallengeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constellation\ChallengeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\ChallengeTemplateForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constellation\ChallengeTemplateForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\CloseChallengeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constellation\CloseChallengeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Constellation\TextEntryForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constellation\TextEntryForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\FloodGuardResetPasswordConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\FloodGuardResetPasswordConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\FloodGuardValidEmailConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\FloodGuardValidEmailConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\GoogleManagerConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\GoogleManagerConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\LegalAgeConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\LegalAgeConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueClientIdConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\UniqueClientIdConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueGroupNameConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\UniqueGroupNameConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\UniqueUsernameConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\UniqueUsernameConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\ValidEmailConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\ValidEmailConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Forms\Constraints\ValidManagerConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Constraints\ValidManagerConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilyChallengeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Family\FamilyChallengeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilyMemberSelectForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Family\FamilyMemberSelectForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Family\FamilySignupForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Family\FamilySignupForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ForgotPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\ForgotPasswordForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\OnBoarding\FamilySwitchForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\OnBoarding\FamilySwitchForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\PurchaseEmailForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\PurchaseEmailForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ResetPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\ResetPasswordForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ConceptForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Catalog\ConceptForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ScholarLevelForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Catalog\ScholarLevelForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\StudiedLanguageForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Catalog\StudiedLanguageForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\SubjectForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Catalog\SubjectForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Catalog\ThemesForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Catalog\ThemesForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\CommunicationPopupForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\CommunicationPopupForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\ClientVersionForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Constellation\ClientVersionForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\ReadingTemplateForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Constellation\ReadingTemplateForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Constellation\SubworldSizeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Constellation\SubworldSizeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\CountryForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\CountryForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EducationalInstitutionForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\EducationalInstitutionForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EducationalInstitutionImportForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\EducationalInstitutionImportForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EmissionForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\EmissionForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\EnvironmentForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\EnvironmentForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Family\FamilyTemplateForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Family\FamilyTemplateForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\FreeTrialForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\FreeTrialForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\LanguagesForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\LanguagesForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PackageForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\PackageForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\InformationPageForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\PageContentManager\InformationPageForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\InformationPanelForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\PageContentManager\InformationPanelForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\ShowcaseHeaderForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\PageContentManager\ShowcaseHeaderForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\SideMenuOptionForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\PageContentManager\SideMenuOptionForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\PageContentManager\TutorialPanelForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\PageContentManager\TutorialPanelForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\SchoolCalendarForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\SchoolCalendarForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\SupportMailTemplateForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\SupportMailTemplateForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\TranslationForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\TranslationForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BabillardThemeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\BabillardThemeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BackColorForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\BackColorForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\BackgroundForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\BackgroundForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\CategoryForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Forms\Support\Troubadour\CategoryForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\CategoryForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ChallengeTemplateForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\ChallengeTemplateForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\FloorForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\FloorForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ForegroundForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\ForegroundForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\LearningPathForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\LearningPathForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\Troubadour\ThematiqueForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\Troubadour\ThematiqueForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\UsageStatisticsForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\UsageStatisticsForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\UserRegionForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\UserRegionForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Support\ZohoAuthorizationForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Support\ZohoAuthorizationForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\ChallengeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Troubadour\ChallengeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\CloseChallengeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Troubadour\CloseChallengeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\RequestDocumentsForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Troubadour\RequestDocumentsForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\SignupPlayFreeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Troubadour\SignupPlayFreeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Troubadour\TextEntryForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Troubadour\TextEntryForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\EducationalInstitutionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\EducationalInstitutionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\GradeLevelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\GradeLevelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\JsonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\JsonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\PriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\PriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\ProvinceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\ProvinceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\StoryTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\StoryTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\TranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\TranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\UnsubscribeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\UnsubscribeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\ValidateEmailForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\ValidateEmailForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\DeviceSupportListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\EventSubscribers\DeviceSupportListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\InteractiveLoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\EventSubscribers\InteractiveLoginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\LoginTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\EventSubscribers\LoginTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\LogoutSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\EventSubscribers\LogoutSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscribers\MaintenanceListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\EventSubscribers\MaintenanceListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\ChallengeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\ChallengeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\ClassroomVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\ClassroomVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyModeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\FamilyModeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyTextEntryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\FamilyTextEntryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorkBlockVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\FamilyWorkBlockVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorldObjectVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\FamilyWorldObjectVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\FamilyWorldVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\FamilyWorldVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\TextEntryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\TextEntryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\UserChallengeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\UserChallengeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorkBlockVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\WorkBlockVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorldObjectVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\WorldObjectVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\WorldVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\WorldVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Bucket\PrivateBucketManager"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Bucket\PrivateBucketManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Bucket\PrivateBucketManager"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\AddFamilyMembersStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\AddFamilyMembersStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\AddStudentsStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\AddStudentsStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ChooseManagerTypeStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ChooseManagerTypeStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\CreateClassroomStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\CreateClassroomStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\CreateFamilyStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\CreateFamilyStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\FamilyOnboardingCompleteStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\FamilyOnboardingCompleteStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\FamilyTeacherSwitchStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\FamilyTeacherSwitchStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\GoogleSignupStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\GoogleSignupStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\GoogleUserTypeStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\GoogleUserTypeStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ImportGoogleClassroomStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ImportGoogleClassroomStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ImportGoogleStudentsStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ImportGoogleStudentsStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\OnboardingCompleteStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingCompleteStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ParentTransferStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ParentTransferStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ProductSelectorStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ProductSelectorStep"; reason: abstract.
Removed service ".instanceof.App\Service\Onboarding\OnboardingSteps\OnboardingStepInterface.0.App\Service\Onboarding\OnboardingSteps\ScholarLevelSelectStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Onboarding\OnboardingSteps\ScholarLevelSelectStep"; reason: abstract.
Removed service ".instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\InactiveManagerEvaluator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\User\Anonymization\InactiveManagerEvaluator"; reason: abstract.
Removed service ".instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\InactiveStudentEvaluator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\User\Anonymization\InactiveStudentEvaluator"; reason: abstract.
Removed service ".instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\IncompleteGoogleUserEvaluator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\User\Anonymization\IncompleteGoogleUserEvaluator"; reason: abstract.
Removed service ".instanceof.App\Service\User\Anonymization\AnonymizationEvaluatorInterface.0.App\Service\User\Anonymization\UnvalidatedStudentEvaluator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\User\Anonymization\UnvalidatedStudentEvaluator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ChallengeFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ChallengeFunctions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClassroomFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ClassroomFunctions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CommunicationPopupExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\CommunicationPopupExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\EntityExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\EntityExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\EntityTranslationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\EntityTranslationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FamilyFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\FamilyFunctions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FreemiumExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\FreemiumExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\GoogleFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\GoogleFunctions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HashidsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\HashidsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\LearningPathExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\LearningPathExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PackagesExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\PackagesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PublicBucketExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\PublicBucketExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ReflectionFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ReflectionFunctions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SVGExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\SVGExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\StoryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\StoryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SubdomainFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\SubdomainFunctions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TextEntryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TextEntryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourChallengeFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TroubadourChallengeFunctions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourTutorialExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TroubadourTutorialExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TroubadourUserChallengeFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TroubadourUserChallengeFunctions"; reason: abstract.
585
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\DataFixtures\Processors\UserProcessor"; reason: unused.
Removed service "App\Exception\BatchFailedException"; reason: unused.
Removed service "App\Exception\InvalidGoogleUserException"; reason: unused.
Removed service "App\Exception\RestException"; reason: unused.
Removed service "App\Exception\RestValidationException"; reason: unused.
Removed service "App\Exception\StripeException"; reason: unused.
Removed service "App\Exception\UnknownStripeEventException"; reason: unused.
Removed service "App\Forms\Constraints\FloodGuardResetPasswordConstraint"; reason: unused.
Removed service "App\Forms\Constraints\FloodGuardValidEmailConstraint"; reason: unused.
Removed service "App\Forms\Constraints\GoogleManagerConstraint"; reason: unused.
Removed service "App\Forms\Constraints\LegalAgeConstraint"; reason: unused.
Removed service "App\Forms\Constraints\UniqueClientIdConstraint"; reason: unused.
Removed service "App\Forms\Constraints\UniqueGroupNameConstraint"; reason: unused.
Removed service "App\Forms\Constraints\UniqueUsernameConstraint"; reason: unused.
Removed service "App\Forms\Constraints\ValidEmailConstraint"; reason: unused.
Removed service "App\Forms\Constraints\ValidManagerConstraint"; reason: unused.
Removed service "App\Forms\Transformers\JsonArrayTransformer"; reason: unused.
Removed service "App\Forms\Transformers\JsonObjectTransformer"; reason: unused.
Removed service "App\Helper\BaseUserHelper"; reason: unused.
Removed service "App\Helper\CartSpreadsheetHelper"; reason: unused.
Removed service "App\Helper\ChallengeRulesHelper"; reason: unused.
Removed service "App\Helper\ClassRegistrationHelper"; reason: unused.
Removed service "App\Helper\ClassroomHelper"; reason: unused.
Removed service "App\Helper\Constellation\ChallengeHelper"; reason: unused.
Removed service "App\Helper\Constellation\ChallengeTemplateHelper"; reason: unused.
Removed service "App\Helper\Constellation\SubWorldHelper"; reason: unused.
Removed service "App\Helper\Constellation\TextEntryHelper"; reason: unused.
Removed service "App\Helper\Constellation\UserChallengeHelper"; reason: unused.
Removed service "App\Helper\Constellation\WorldHelper"; reason: unused.
Removed service "App\Helper\CountryHelper"; reason: unused.
Removed service "App\Helper\EntitiesHelper"; reason: unused.
Removed service "App\Helper\ExceptionHelper"; reason: unused.
Removed service "App\Helper\Family\UserChallengeHelper"; reason: unused.
Removed service "App\Helper\GradeLevelHelper"; reason: unused.
Removed service "App\Helper\ImageHelper"; reason: unused.
Removed service "App\Helper\LicenceHelper"; reason: unused.
Removed service "App\Helper\ManagerHelper"; reason: unused.
Removed service "App\Helper\PageContentManager\InformationPanelHelper"; reason: unused.
Removed service "App\Helper\PageContentManager\RouteHelper"; reason: unused.
Removed service "App\Helper\PageContentManager\ShowcaseHeaderHelper"; reason: unused.
Removed service "App\Helper\PageContentManager\TutorialPanelHelper"; reason: unused.
Removed service "App\Helper\RestHelper"; reason: unused.
Removed service "App\Helper\ScholarLevelHelper"; reason: unused.
Removed service "App\Helper\StudentHelper"; reason: unused.
Removed service "App\Helper\TemplateImageHelper"; reason: unused.
Removed service "App\Helper\ThemeHelper"; reason: unused.
Removed service "App\Helper\TransfersSpreadsheetHelper"; reason: unused.
Removed service "App\Helper\Troubadour\BabillardHelper"; reason: unused.
Removed service "App\Helper\Troubadour\CatalogHelper"; reason: unused.
Removed service "App\Helper\Troubadour\ChallengeHelper"; reason: unused.
Removed service "App\Helper\Troubadour\ChallengeTemplateHelper"; reason: unused.
Removed service "App\Helper\Troubadour\DemoHelper"; reason: unused.
Removed service "App\Helper\Troubadour\TextEntryHelper"; reason: unused.
Removed service "App\Helper\Troubadour\UserChallengeHelper"; reason: unused.
Removed service "App\Helper\UserAgreementHelper"; reason: unused.
Removed service "App\Helper\UserRegionHelper"; reason: unused.
Removed service "App\Licence\Province"; reason: unused.
Removed service "App\Licence\Tax"; reason: unused.
Removed service "App\Repository\Bundle\Utf8StringBundle"; reason: unused.
Removed service "App\Repository\ClassRegistrationRepository"; reason: unused.
Removed service "App\Repository\ClassroomRepository"; reason: unused.
Removed service "App\Repository\CodeRepository"; reason: unused.
Removed service "App\Repository\Constellation\ChallengeRepository"; reason: unused.
Removed service "App\Repository\Constellation\StudentWorldRepository"; reason: unused.
Removed service "App\Repository\Constellation\TeacherWorldRepository"; reason: unused.
Removed service "App\Repository\Constellation\UserChallengeRepository"; reason: unused.
Removed service "App\Repository\EducationalInstitutionRepository"; reason: unused.
Removed service "App\Repository\Family\StoryTemplateRepository"; reason: unused.
Removed service "App\Repository\GoogleRefreshTokenRepository"; reason: unused.
Removed service "App\Repository\GroupLicenceRepository"; reason: unused.
Removed service "App\Repository\InformationPageRepository"; reason: unused.
Removed service "App\Repository\LicenceTransferRepository"; reason: unused.
Removed service "App\Repository\LicenceTypeRepository"; reason: unused.
Removed service "App\Repository\LoginTokenRepository"; reason: unused.
Removed service "App\Repository\ManagerStatsRepository"; reason: unused.
Removed service "App\Repository\NanomonxRepository"; reason: unused.
Removed service "App\Repository\PackageRepository"; reason: unused.
Removed service "App\Repository\PageContentManager\SideMenuOptionRepository"; reason: unused.
Removed service "App\Repository\ProvinceRepository"; reason: unused.
Removed service "App\Repository\SceneryRepository"; reason: unused.
Removed service "App\Repository\ScholarLevelRepository"; reason: unused.
Removed service "App\Repository\SubscriptionRepository"; reason: unused.
Removed service "App\Repository\Troubadour\BabillardRepository"; reason: unused.
Removed service "App\Repository\Troubadour\CategoryRepository"; reason: unused.
Removed service "App\Repository\Troubadour\ChallengeRepository"; reason: unused.
Removed service "App\Repository\Troubadour\ThematiqueRepository"; reason: unused.
Removed service "App\Repository\Troubadour\UserChallengeRepository"; reason: unused.
Removed service "App\Repository\Troubadour\WorkBlockRepository"; reason: unused.
Removed service "App\Repository\Type\Utf8String"; reason: unused.
Removed service "App\Repository\Type\Utf8Text"; reason: unused.
Removed service "App\Service\Licences\CodeClaiming\ClaimCodeResult"; reason: unused.
Removed service "App\Service\Licences\CodeClaiming\GiftCodeClaimer"; reason: unused.
Removed service "App\Service\Licences\CodeClaiming\RedeemCodeClaimer"; reason: unused.
Removed service "App\Service\Mail\Types\LearningPathUpdateEmailInfo"; reason: unused.
Removed service "App\Service\Zoho\ZohoException"; reason: unused.
Removed service "App\Service\Zoho\ZohoLead"; reason: unused.
Removed service "App\Service\Zoho\ZohoNotAuthenticatedException"; reason: unused.
Removed service "App\Utility\ArrayUtils"; reason: unused.
Removed service "App\Utility\DateTimeUtils"; reason: unused.
Removed service "App\Utility\EntityUtils"; reason: unused.
Removed service "App\Utility\StringUtils"; reason: unused.
Removed service "App\Utility\VersionUtils"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "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 ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~8UwkTpe"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.orm.NanomonxManager_second_level_cache.cache_configuration"; reason: unused.
Removed service "doctrine.orm.NanomonxManager_second_level_cache.default_cache_factory"; reason: unused.
Removed service "doctrine.orm.NanomonxManager_second_level_cache.logger_chain"; reason: unused.
Removed service "doctrine.orm.NanomonxManager_second_level_cache.logger_statistics"; 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 "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 "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.user_checker.chain.constellation_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 "aws_sdk"; reason: unused.
Removed service "aws.accessanalyzer"; reason: unused.
Removed service "aws.account"; reason: unused.
Removed service "aws.acmpca"; reason: unused.
Removed service "aws.acm"; reason: unused.
Removed service "aws.prometheusservice"; reason: unused.
Removed service "aws.amplify"; reason: unused.
Removed service "aws.amplifybackend"; reason: unused.
Removed service "aws.amplifyuibuilder"; reason: unused.
Removed service "aws.apigateway"; reason: unused.
Removed service "aws.apigatewaymanagementapi"; reason: unused.
Removed service "aws.apigatewayv2"; reason: unused.
Removed service "aws.appconfig"; reason: unused.
Removed service "aws.appconfigdata"; reason: unused.
Removed service "aws.appfabric"; reason: unused.
Removed service "aws.appflow"; reason: unused.
Removed service "aws.appintegrationsservice"; reason: unused.
Removed service "aws.applicationautoscaling"; reason: unused.
Removed service "aws.applicationinsights"; reason: unused.
Removed service "aws.applicationsignals"; reason: unused.
Removed service "aws.applicationcostprofiler"; reason: unused.
Removed service "aws.appmesh"; reason: unused.
Removed service "aws.apprunner"; reason: unused.
Removed service "aws.appstream"; reason: unused.
Removed service "aws.appsync"; reason: unused.
Removed service "aws.apptest"; reason: unused.
Removed service "aws.arczonalshift"; reason: unused.
Removed service "aws.artifact"; reason: unused.
Removed service "aws.athena"; reason: unused.
Removed service "aws.auditmanager"; reason: unused.
Removed service "aws.autoscalingplans"; reason: unused.
Removed service "aws.autoscaling"; reason: unused.
Removed service "aws.b2bi"; reason: unused.
Removed service "aws.backupgateway"; reason: unused.
Removed service "aws.backup"; reason: unused.
Removed service "aws.batch"; reason: unused.
Removed service "aws.bcmdataexports"; reason: unused.
Removed service "aws.bedrockagentruntime"; reason: unused.
Removed service "aws.bedrockagent"; reason: unused.
Removed service "aws.bedrockruntime"; reason: unused.
Removed service "aws.bedrock"; reason: unused.
Removed service "aws.billingconductor"; reason: unused.
Removed service "aws.braket"; reason: unused.
Removed service "aws.budgets"; reason: unused.
Removed service "aws.costexplorer"; reason: unused.
Removed service "aws.chatbot"; reason: unused.
Removed service "aws.chimesdkidentity"; reason: unused.
Removed service "aws.chimesdkmediapipelines"; reason: unused.
Removed service "aws.chimesdkmeetings"; reason: unused.
Removed service "aws.chimesdkmessaging"; reason: unused.
Removed service "aws.chimesdkvoice"; reason: unused.
Removed service "aws.chime"; reason: unused.
Removed service "aws.cleanrooms"; reason: unused.
Removed service "aws.cleanroomsml"; reason: unused.
Removed service "aws.cloud9"; reason: unused.
Removed service "aws.cloudcontrolapi"; reason: unused.
Removed service "aws.clouddirectory"; reason: unused.
Removed service "aws.cloudformation"; reason: unused.
Removed service "aws.cloudfrontkeyvaluestore"; reason: unused.
Removed service "aws.cloudfront"; reason: unused.
Removed service "aws.cloudhsm"; reason: unused.
Removed service "aws.cloudhsmv2"; reason: unused.
Removed service "aws.cloudsearch"; reason: unused.
Removed service "aws.cloudsearchdomain"; reason: unused.
Removed service "aws.cloudtraildata"; reason: unused.
Removed service "aws.cloudtrail"; reason: unused.
Removed service "aws.codeartifact"; reason: unused.
Removed service "aws.codebuild"; reason: unused.
Removed service "aws.codecatalyst"; reason: unused.
Removed service "aws.codecommit"; reason: unused.
Removed service "aws.codeconnections"; reason: unused.
Removed service "aws.codedeploy"; reason: unused.
Removed service "aws.codegurureviewer"; reason: unused.
Removed service "aws.codegurusecurity"; reason: unused.
Removed service "aws.codeguruprofiler"; reason: unused.
Removed service "aws.codepipeline"; reason: unused.
Removed service "aws.codestarconnections"; reason: unused.
Removed service "aws.codestarnotifications"; reason: unused.
Removed service "aws.cognitoidentity"; reason: unused.
Removed service "aws.cognitoidentityprovider"; reason: unused.
Removed service "aws.cognitosync"; reason: unused.
Removed service "aws.comprehend"; reason: unused.
Removed service "aws.comprehendmedical"; reason: unused.
Removed service "aws.computeoptimizer"; reason: unused.
Removed service "aws.configservice"; reason: unused.
Removed service "aws.connectcontactlens"; reason: unused.
Removed service "aws.connect"; reason: unused.
Removed service "aws.connectcampaignservice"; reason: unused.
Removed service "aws.connectcases"; reason: unused.
Removed service "aws.connectparticipant"; reason: unused.
Removed service "aws.controlcatalog"; reason: unused.
Removed service "aws.controltower"; reason: unused.
Removed service "aws.costoptimizationhub"; reason: unused.
Removed service "aws.costandusagereportservice"; reason: unused.
Removed service "aws.customerprofiles"; reason: unused.
Removed service "aws.iotdataplane"; reason: unused.
Removed service "aws.gluedatabrew"; reason: unused.
Removed service "aws.dataexchange"; reason: unused.
Removed service "aws.datapipeline"; reason: unused.
Removed service "aws.datasync"; reason: unused.
Removed service "aws.datazone"; reason: unused.
Removed service "aws.dax"; reason: unused.
Removed service "aws.deadline"; reason: unused.
Removed service "aws.detective"; reason: unused.
Removed service "aws.devicefarm"; reason: unused.
Removed service "aws.devopsguru"; reason: unused.
Removed service "aws.directconnect"; reason: unused.
Removed service "aws.directoryservicedata"; reason: unused.
Removed service "aws.applicationdiscoveryservice"; reason: unused.
Removed service "aws.dlm"; reason: unused.
Removed service "aws.databasemigrationservice"; reason: unused.
Removed service "aws.docdbelastic"; reason: unused.
Removed service "aws.docdb"; reason: unused.
Removed service "aws.drs"; reason: unused.
Removed service "aws.directoryservice"; reason: unused.
Removed service "aws.dynamodb"; reason: unused.
Removed service "aws.ebs"; reason: unused.
Removed service "aws.ec2instanceconnect"; reason: unused.
Removed service "aws.ec2"; reason: unused.
Removed service "aws.ecrpublic"; reason: unused.
Removed service "aws.ecr"; reason: unused.
Removed service "aws.ecs"; reason: unused.
Removed service "aws.eksauth"; reason: unused.
Removed service "aws.eks"; reason: unused.
Removed service "aws.elasticinference"; reason: unused.
Removed service "aws.elasticache"; reason: unused.
Removed service "aws.elasticbeanstalk"; reason: unused.
Removed service "aws.efs"; reason: unused.
Removed service "aws.elasticloadbalancing"; reason: unused.
Removed service "aws.elasticloadbalancingv2"; reason: unused.
Removed service "aws.emr"; reason: unused.
Removed service "aws.elastictranscoder"; reason: unused.
Removed service "aws.ses"; reason: unused.
Removed service "aws.emrcontainers"; reason: unused.
Removed service "aws.emrserverless"; reason: unused.
Removed service "aws.marketplaceentitlementservice"; reason: unused.
Removed service "aws.entityresolution"; reason: unused.
Removed service "aws.elasticsearchservice"; reason: unused.
Removed service "aws.eventbridge"; reason: unused.
Removed service "aws.cloudwatchevents"; reason: unused.
Removed service "aws.cloudwatchevidently"; reason: unused.
Removed service "aws.finspacedata"; reason: unused.
Removed service "aws.finspace"; reason: unused.
Removed service "aws.firehose"; reason: unused.
Removed service "aws.fis"; reason: unused.
Removed service "aws.fms"; reason: unused.
Removed service "aws.forecastservice"; reason: unused.
Removed service "aws.forecastqueryservice"; reason: unused.
Removed service "aws.frauddetector"; reason: unused.
Removed service "aws.freetier"; reason: unused.
Removed service "aws.fsx"; reason: unused.
Removed service "aws.gamelift"; reason: unused.
Removed service "aws.glacier"; reason: unused.
Removed service "aws.globalaccelerator"; reason: unused.
Removed service "aws.glue"; reason: unused.
Removed service "aws.managedgrafana"; reason: unused.
Removed service "aws.greengrass"; reason: unused.
Removed service "aws.greengrassv2"; reason: unused.
Removed service "aws.groundstation"; reason: unused.
Removed service "aws.guardduty"; reason: unused.
Removed service "aws.health"; reason: unused.
Removed service "aws.healthlake"; reason: unused.
Removed service "aws.iam"; reason: unused.
Removed service "aws.identitystore"; reason: unused.
Removed service "aws.imagebuilder"; reason: unused.
Removed service "aws.importexport"; reason: unused.
Removed service "aws.inspectorscan"; reason: unused.
Removed service "aws.inspector"; reason: unused.
Removed service "aws.inspector2"; reason: unused.
Removed service "aws.internetmonitor"; reason: unused.
Removed service "aws.iotjobsdataplane"; reason: unused.
Removed service "aws.iot"; reason: unused.
Removed service "aws.iot1clickdevicesservice"; reason: unused.
Removed service "aws.iot1clickprojects"; reason: unused.
Removed service "aws.iotanalytics"; reason: unused.
Removed service "aws.iotdeviceadvisor"; reason: unused.
Removed service "aws.ioteventsdata"; reason: unused.
Removed service "aws.iotevents"; reason: unused.
Removed service "aws.iotfleethub"; reason: unused.
Removed service "aws.iotfleetwise"; reason: unused.
Removed service "aws.iotsecuretunneling"; reason: unused.
Removed service "aws.iotsitewise"; reason: unused.
Removed service "aws.iotthingsgraph"; reason: unused.
Removed service "aws.iottwinmaker"; reason: unused.
Removed service "aws.iotwireless"; reason: unused.
Removed service "aws.ivsrealtime"; reason: unused.
Removed service "aws.ivs"; reason: unused.
Removed service "aws.ivschat"; reason: unused.
Removed service "aws.kafka"; reason: unused.
Removed service "aws.kafkaconnect"; reason: unused.
Removed service "aws.kendraranking"; reason: unused.
Removed service "aws.kendra"; reason: unused.
Removed service "aws.keyspaces"; reason: unused.
Removed service "aws.kinesisvideoarchivedmedia"; reason: unused.
Removed service "aws.kinesisvideomedia"; reason: unused.
Removed service "aws.kinesisvideosignalingchannels"; reason: unused.
Removed service "aws.kinesisvideowebrtcstorage"; reason: unused.
Removed service "aws.kinesis"; reason: unused.
Removed service "aws.kinesisanalytics"; reason: unused.
Removed service "aws.kinesisanalyticsv2"; reason: unused.
Removed service "aws.kinesisvideo"; reason: unused.
Removed service "aws.kms"; reason: unused.
Removed service "aws.lakeformation"; reason: unused.
Removed service "aws.lambda"; reason: unused.
Removed service "aws.launchwizard"; reason: unused.
Removed service "aws.lexmodelbuildingservice"; reason: unused.
Removed service "aws.licensemanagerlinuxsubscriptions"; reason: unused.
Removed service "aws.licensemanagerusersubscriptions"; reason: unused.
Removed service "aws.licensemanager"; reason: unused.
Removed service "aws.lightsail"; reason: unused.
Removed service "aws.locationservice"; reason: unused.
Removed service "aws.cloudwatchlogs"; reason: unused.
Removed service "aws.lookoutequipment"; reason: unused.
Removed service "aws.lookoutmetrics"; reason: unused.
Removed service "aws.lookoutforvision"; reason: unused.
Removed service "aws.mainframemodernization"; reason: unused.
Removed service "aws.machinelearning"; reason: unused.
Removed service "aws.macie2"; reason: unused.
Removed service "aws.mailmanager"; reason: unused.
Removed service "aws.managedblockchainquery"; reason: unused.
Removed service "aws.managedblockchain"; reason: unused.
Removed service "aws.marketplaceagreement"; reason: unused.
Removed service "aws.marketplacecatalog"; reason: unused.
Removed service "aws.marketplacedeployment"; reason: unused.
Removed service "aws.marketplacecommerceanalytics"; reason: unused.
Removed service "aws.mediaconnect"; reason: unused.
Removed service "aws.mediaconvert"; reason: unused.
Removed service "aws.medialive"; reason: unused.
Removed service "aws.mediapackagevod"; reason: unused.
Removed service "aws.mediapackage"; reason: unused.
Removed service "aws.mediapackagev2"; reason: unused.
Removed service "aws.mediastoredata"; reason: unused.
Removed service "aws.mediastore"; reason: unused.
Removed service "aws.mediatailor"; reason: unused.
Removed service "aws.medicalimaging"; reason: unused.
Removed service "aws.memorydb"; reason: unused.
Removed service "aws.marketplacemetering"; reason: unused.
Removed service "aws.migrationhub"; reason: unused.
Removed service "aws.mgn"; reason: unused.
Removed service "aws.migrationhubrefactorspaces"; reason: unused.
Removed service "aws.migrationhubconfig"; reason: unused.
Removed service "aws.migrationhuborchestrator"; reason: unused.
Removed service "aws.migrationhubstrategyrecommendations"; reason: unused.
Removed service "aws.lexmodelsv2"; reason: unused.
Removed service "aws.cloudwatch"; reason: unused.
Removed service "aws.mq"; reason: unused.
Removed service "aws.mturk"; reason: unused.
Removed service "aws.mwaa"; reason: unused.
Removed service "aws.neptunegraph"; reason: unused.
Removed service "aws.neptune"; reason: unused.
Removed service "aws.neptunedata"; reason: unused.
Removed service "aws.networkfirewall"; reason: unused.
Removed service "aws.networkmanager"; reason: unused.
Removed service "aws.networkmonitor"; reason: unused.
Removed service "aws.nimblestudio"; reason: unused.
Removed service "aws.oam"; reason: unused.
Removed service "aws.omics"; reason: unused.
Removed service "aws.opensearchservice"; reason: unused.
Removed service "aws.opensearchserverless"; reason: unused.
Removed service "aws.opsworks"; reason: unused.
Removed service "aws.opsworkscm"; reason: unused.
Removed service "aws.organizations"; reason: unused.
Removed service "aws.osis"; reason: unused.
Removed service "aws.outposts"; reason: unused.
Removed service "aws.panorama"; reason: unused.
Removed service "aws.paymentcryptographydata"; reason: unused.
Removed service "aws.paymentcryptography"; reason: unused.
Removed service "aws.pcaconnectorad"; reason: unused.
Removed service "aws.pcaconnectorscep"; reason: unused.
Removed service "aws.pcs"; reason: unused.
Removed service "aws.personalizeevents"; reason: unused.
Removed service "aws.personalizeruntime"; reason: unused.
Removed service "aws.personalize"; reason: unused.
Removed service "aws.pi"; reason: unused.
Removed service "aws.pinpointemail"; reason: unused.
Removed service "aws.pinpointsmsvoicev2"; reason: unused.
Removed service "aws.pinpoint"; reason: unused.
Removed service "aws.pipes"; reason: unused.
Removed service "aws.polly"; reason: unused.
Removed service "aws.pricing"; reason: unused.
Removed service "aws.privatenetworks"; reason: unused.
Removed service "aws.proton"; reason: unused.
Removed service "aws.qapps"; reason: unused.
Removed service "aws.qbusiness"; reason: unused.
Removed service "aws.qconnect"; reason: unused.
Removed service "aws.qldbsession"; reason: unused.
Removed service "aws.qldb"; reason: unused.
Removed service "aws.quicksight"; reason: unused.
Removed service "aws.ram"; reason: unused.
Removed service "aws.recyclebin"; reason: unused.
Removed service "aws.rdsdataservice"; reason: unused.
Removed service "aws.rds"; reason: unused.
Removed service "aws.redshiftdataapiservice"; reason: unused.
Removed service "aws.redshiftserverless"; reason: unused.
Removed service "aws.redshift"; reason: unused.
Removed service "aws.rekognition"; reason: unused.
Removed service "aws.repostspace"; reason: unused.
Removed service "aws.resiliencehub"; reason: unused.
Removed service "aws.resourceexplorer2"; reason: unused.
Removed service "aws.resourcegroups"; reason: unused.
Removed service "aws.resourcegroupstaggingapi"; reason: unused.
Removed service "aws.robomaker"; reason: unused.
Removed service "aws.rolesanywhere"; reason: unused.
Removed service "aws.route53recoverycluster"; reason: unused.
Removed service "aws.route53recoverycontrolconfig"; reason: unused.
Removed service "aws.route53recoveryreadiness"; reason: unused.
Removed service "aws.route53"; reason: unused.
Removed service "aws.route53domains"; reason: unused.
Removed service "aws.route53profiles"; reason: unused.
Removed service "aws.route53resolver"; reason: unused.
Removed service "aws.cloudwatchrum"; reason: unused.
Removed service "aws.lexruntimev2"; reason: unused.
Removed service "aws.lexruntimeservice"; reason: unused.
Removed service "aws.sagemakerruntime"; reason: unused.
Removed service "aws.s3"; reason: unused.
Removed service "aws.s3control"; reason: unused.
Removed service "aws.s3outposts"; reason: unused.
Removed service "aws.augmentedairuntime"; reason: unused.
Removed service "aws.sagemakeredgemanager"; reason: unused.
Removed service "aws.sagemakerfeaturestoreruntime"; reason: unused.
Removed service "aws.sagemakergeospatial"; reason: unused.
Removed service "aws.sagemakermetrics"; reason: unused.
Removed service "aws.sagemaker"; reason: unused.
Removed service "aws.savingsplans"; reason: unused.
Removed service "aws.scheduler"; reason: unused.
Removed service "aws.schemas"; reason: unused.
Removed service "aws.secretsmanager"; reason: unused.
Removed service "aws.securityhub"; reason: unused.
Removed service "aws.securitylake"; reason: unused.
Removed service "aws.serverlessapplicationrepository"; reason: unused.
Removed service "aws.servicequotas"; reason: unused.
Removed service "aws.appregistry"; reason: unused.
Removed service "aws.servicecatalog"; reason: unused.
Removed service "aws.servicediscovery"; reason: unused.
Removed service "aws.sesv2"; reason: unused.
Removed service "aws.shield"; reason: unused.
Removed service "aws.signer"; reason: unused.
Removed service "aws.simspaceweaver"; reason: unused.
Removed service "aws.pinpointsmsvoice"; reason: unused.
Removed service "aws.sms"; reason: unused.
Removed service "aws.snowdevicemanagement"; reason: unused.
Removed service "aws.snowball"; reason: unused.
Removed service "aws.sns"; reason: unused.
Removed service "aws.sqs"; reason: unused.
Removed service "aws.ssmcontacts"; reason: unused.
Removed service "aws.ssmincidents"; reason: unused.
Removed service "aws.ssmquicksetup"; reason: unused.
Removed service "aws.ssmsap"; reason: unused.
Removed service "aws.ssm"; reason: unused.
Removed service "aws.ssoadmin"; reason: unused.
Removed service "aws.ssooidc"; reason: unused.
Removed service "aws.sso"; reason: unused.
Removed service "aws.sfn"; reason: unused.
Removed service "aws.storagegateway"; reason: unused.
Removed service "aws.dynamodbstreams"; reason: unused.
Removed service "aws.sts"; reason: unused.
Removed service "aws.supplychain"; reason: unused.
Removed service "aws.supportapp"; reason: unused.
Removed service "aws.support"; reason: unused.
Removed service "aws.swf"; reason: unused.
Removed service "aws.synthetics"; reason: unused.
Removed service "aws.taxsettings"; reason: unused.
Removed service "aws.textract"; reason: unused.
Removed service "aws.timestreaminfluxdb"; reason: unused.
Removed service "aws.timestreamquery"; reason: unused.
Removed service "aws.timestreamwrite"; reason: unused.
Removed service "aws.tnb"; reason: unused.
Removed service "aws.transcribeservice"; reason: unused.
Removed service "aws.transfer"; reason: unused.
Removed service "aws.translate"; reason: unused.
Removed service "aws.trustedadvisor"; reason: unused.
Removed service "aws.verifiedpermissions"; reason: unused.
Removed service "aws.voiceid"; reason: unused.
Removed service "aws.vpclattice"; reason: unused.
Removed service "aws.wafregional"; reason: unused.
Removed service "aws.waf"; reason: unused.
Removed service "aws.wafv2"; reason: unused.
Removed service "aws.wellarchitected"; reason: unused.
Removed service "aws.connectwisdomservice"; reason: unused.
Removed service "aws.workdocs"; reason: unused.
Removed service "aws.workmail"; reason: unused.
Removed service "aws.workmailmessageflow"; reason: unused.
Removed service "aws.workspacesthinclient"; reason: unused.
Removed service "aws.workspacesweb"; reason: unused.
Removed service "aws.workspaces"; reason: unused.
Removed service "aws.xray"; reason: unused.
Removed service "league.oauth2_server.authenticator.oauth2"; reason: unused.
Removed service "league.oauth2_server.command.generate_keypair"; reason: unused.
Removed service "league.oauth2_server.credentials_revoker.doctrine"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl_post"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl"; reason: unused.
Removed service "nelmio_security.ua_parser"; reason: unused.
Removed service "nelmio_security.ua_parser.ua_php"; reason: unused.
Removed service "nelmio_security.policy_manager"; reason: unused.
Removed service "nelmio_security.csp_report.filter.noise_detector_custom_rules"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.bvmE8RF"; reason: unused.
Removed service ".service_locator.pPd95Z1"; reason: unused.
829
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\AuthController" to "App\Controller\Api\Constellation\AuthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\ChallengeController" to "App\Controller\Api\Constellation\ChallengeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\ClassroomController" to "App\Controller\Api\Constellation\ClassroomController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\ClientVersionController" to "App\Controller\Api\Constellation\ClientVersionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\ConnectionTokenController" to "App\Controller\Api\Constellation\ConnectionTokenController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\EnvironmentController" to "App\Controller\Api\Constellation\EnvironmentController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\GalleryController" to "App\Controller\Api\Constellation\GalleryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\ObsoleteRoutesController" to "App\Controller\Api\Constellation\ObsoleteRoutesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController" to "App\Controller\Api\Constellation\PublicRequest\PublicTextEntryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\SaveController" to "App\Controller\Api\Constellation\SaveController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\SubWorldController" to "App\Controller\Api\Constellation\SubWorldController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\TextEntryController" to "App\Controller\Api\Constellation\TextEntryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\ThemeController" to "App\Controller\Api\Constellation\ThemeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\UserChallengeController" to "App\Controller\Api\Constellation\UserChallengeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\UserController" to "App\Controller\Api\Constellation\UserController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Constellation\WorldController" to "App\Controller\Api\Constellation\WorldController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Public\AssetBundlesController" to "App\Controller\Api\Public\AssetBundlesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Public\WebhookController" to "App\Controller\Api\Public\WebhookController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Troubadour\AssetController" to "App\Controller\Api\Troubadour\AssetController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Troubadour\Demo\DemoSceneryController" to "App\Controller\Api\Troubadour\Demo\DemoSceneryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Troubadour\Demo\DemoWorldController" to "App\Controller\Api\Troubadour\Demo\DemoWorldController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController" to "App\Controller\Api\Troubadour\Demo\DemoWorldObjectController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Troubadour\SceneryController" to "App\Controller\Api\Troubadour\SceneryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Troubadour\UserChallengeController" to "App\Controller\Api\Troubadour\UserChallengeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Troubadour\WorldController" to "App\Controller\Api\Troubadour\WorldController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Api\Troubadour\WorldObjectController" to "App\Controller\Api\Troubadour\WorldObjectController".
Inlined service ".service_locator.QaaoWjx.App\Controller\AuthenticatedUserController" to "App\Controller\AuthenticatedUserController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\AuthRestController" to "App\Controller\Rest\Admin\AuthRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\BucketRestController" to "App\Controller\Rest\Admin\BucketRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\CartRestController" to "App\Controller\Rest\Admin\CartRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\ClassroomRestController" to "App\Controller\Rest\Admin\ClassroomRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\CommunicationPopupRestController" to "App\Controller\Rest\Admin\CommunicationPopupRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\CountryRestController" to "App\Controller\Rest\Admin\CountryRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\InformationPageController" to "App\Controller\Rest\Admin\InformationPageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\LanguageRestController" to "App\Controller\Rest\Admin\LanguageRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\LicenceRestController" to "App\Controller\Rest\Admin\LicenceRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\OwnedLicencesRestController" to "App\Controller\Rest\Admin\OwnedLicencesRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\ReadingChallengeRestController" to "App\Controller\Rest\Admin\ReadingChallengeRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\SchoolsRestController" to "App\Controller\Rest\Admin\SchoolsRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\SharedLicencesRestController" to "App\Controller\Rest\Admin\SharedLicencesRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\StudentsRestController" to "App\Controller\Rest\Admin\StudentsRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\WhiteListRestController" to "App\Controller\Rest\Admin\WhiteListRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Admin\ZohoLeadController" to "App\Controller\Rest\Admin\ZohoLeadController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Constellation\ChallengeRestController" to "App\Controller\Rest\Constellation\ChallengeRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Constellation\ChallengeTemplateRestController" to "App\Controller\Rest\Constellation\ChallengeTemplateRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Constellation\ClassroomRestController" to "App\Controller\Rest\Constellation\ClassroomRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Constellation\GalleryRestController" to "App\Controller\Rest\Constellation\GalleryRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Constellation\RevisionRestController" to "App\Controller\Rest\Constellation\RevisionRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Constellation\UserChallengeRestController" to "App\Controller\Rest\Constellation\UserChallengeRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Family\AuthRestController" to "App\Controller\Rest\Family\AuthRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Family\BabillardRestController" to "App\Controller\Rest\Family\BabillardRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Family\ChallengeRestController" to "App\Controller\Rest\Family\ChallengeRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Family\FamilyCreationRestController" to "App\Controller\Rest\Family\FamilyCreationRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Family\SharingRestController" to "App\Controller\Rest\Family\SharingRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\AnonymizationController" to "App\Controller\Rest\Support\Admin\AnonymizationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\BlackListController" to "App\Controller\Rest\Support\Admin\BlackListController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\CommunicationPopupController" to "App\Controller\Rest\Support\Admin\CommunicationPopupController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\DataExportController" to "App\Controller\Rest\Support\Admin\DataExportController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\EducationalInstitutionController" to "App\Controller\Rest\Support\Admin\EducationalInstitutionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\InformationPageController" to "App\Controller\Rest\Support\Admin\InformationPageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\LanguageController" to "App\Controller\Rest\Support\Admin\LanguageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\LicenceTypeController" to "App\Controller\Rest\Support\Admin\LicenceTypeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\ManagerController" to "App\Controller\Rest\Support\Admin\ManagerController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\ManagerImportController" to "App\Controller\Rest\Support\Admin\ManagerImportController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\ScholarLevelController" to "App\Controller\Rest\Support\Admin\ScholarLevelController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\StudentController" to "App\Controller\Rest\Support\Admin\StudentController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\SubscriptionDealingController" to "App\Controller\Rest\Support\Admin\SubscriptionDealingController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Admin\UserRegionController" to "App\Controller\Rest\Support\Admin\UserRegionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Constellation\CatalogController" to "App\Controller\Rest\Support\Constellation\CatalogController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Constellation\ReadingTemplateController" to "App\Controller\Rest\Support\Constellation\ReadingTemplateController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController" to "App\Controller\Rest\Support\Constellation\UserchallengeQuickReviewController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Family\FamilyTemplateRestController" to "App\Controller\Rest\Support\Family\FamilyTemplateRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Troubadour\BabillardController" to "App\Controller\Rest\Support\Troubadour\BabillardController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Troubadour\CatalogController" to "App\Controller\Rest\Support\Troubadour\CatalogController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Troubadour\CategoryController" to "App\Controller\Rest\Support\Troubadour\CategoryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Troubadour\LearningPathController" to "App\Controller\Rest\Support\Troubadour\LearningPathController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Support\Troubadour\SceneryController" to "App\Controller\Rest\Support\Troubadour\SceneryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\BabillardRestController" to "App\Controller\Rest\Troubadour\BabillardRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\CategoryRestController" to "App\Controller\Rest\Troubadour\CategoryRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\ChallengeRestController" to "App\Controller\Rest\Troubadour\ChallengeRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\ChallengeTemplateRestController" to "App\Controller\Rest\Troubadour\ChallengeTemplateRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\ClassroomRestController" to "App\Controller\Rest\Troubadour\ClassroomRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\Demo\DemoRestController" to "App\Controller\Rest\Troubadour\Demo\DemoRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController" to "App\Controller\Rest\Troubadour\Demo\DemoTextEntryRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController" to "App\Controller\Rest\Troubadour\Demo\DemoUserChallengeRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController" to "App\Controller\Rest\Troubadour\Demo\DemoWorkBlockRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\PathwayRestController" to "App\Controller\Rest\Troubadour\PathwayRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\SceneryRestController" to "App\Controller\Rest\Troubadour\SceneryRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\SharingRestController" to "App\Controller\Rest\Troubadour\SharingRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\StudentRestController" to "App\Controller\Rest\Troubadour\StudentRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\TextEntryRestController" to "App\Controller\Rest\Troubadour\TextEntryRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\UserChallengeRestController" to "App\Controller\Rest\Troubadour\UserChallengeRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Rest\Troubadour\WorkBlockRestController" to "App\Controller\Rest\Troubadour\WorkBlockRestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\AuthController" to "App\Controller\Site\Admin\AuthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\ClassroomController" to "App\Controller\Site\Admin\ClassroomController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\ExpiredLicencesController" to "App\Controller\Site\Admin\ExpiredLicencesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\InTransferLicencesController" to "App\Controller\Site\Admin\InTransferLicencesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\LicenceController" to "App\Controller\Site\Admin\LicenceController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\OnBoardingController" to "App\Controller\Site\Admin\OnBoardingController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\OwnedLicencesController" to "App\Controller\Site\Admin\OwnedLicencesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\PurchaseController" to "App\Controller\Site\Admin\PurchaseController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\SharedLicencesController" to "App\Controller\Site\Admin\SharedLicencesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\StudentsController" to "App\Controller\Site\Admin\StudentsController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Admin\WhiteListController" to "App\Controller\Site\Admin\WhiteListController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Base\ErrorController" to "App\Controller\Site\Base\ErrorController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Constellation\AuthController" to "App\Controller\Site\Constellation\AuthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Constellation\CatalogController" to "App\Controller\Site\Constellation\CatalogController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Constellation\ChallengeController" to "App\Controller\Site\Constellation\ChallengeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Constellation\GalleryController" to "App\Controller\Site\Constellation\GalleryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Constellation\ObsoleteRoutesController" to "App\Controller\Site\Constellation\ObsoleteRoutesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Constellation\UserChallengeController" to "App\Controller\Site\Constellation\UserChallengeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\AuthController" to "App\Controller\Site\Family\AuthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\ChallengeConstructionController" to "App\Controller\Site\Family\ChallengeConstructionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\ChallengeController" to "App\Controller\Site\Family\ChallengeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\ChallengeExplorationController" to "App\Controller\Site\Family\ChallengeExplorationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\DemoController" to "App\Controller\Site\Family\DemoController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\ErrorController" to "App\Controller\Site\Family\ErrorController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\FamilyCreationController" to "App\Controller\Site\Family\FamilyCreationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\OnboardingController" to "App\Controller\Site\Family\OnboardingController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\SharingController" to "App\Controller\Site\Family\SharingController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Family\TrashCanController" to "App\Controller\Site\Family\TrashCanController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Info\LandingPageController" to "App\Controller\Site\Info\LandingPageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Nanomonx\AuthController" to "App\Controller\Site\Nanomonx\AuthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Nanomonx\ClientController" to "App\Controller\Site\Nanomonx\ClientController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Nanomonx\ClientFormController" to "App\Controller\Site\Nanomonx\ClientFormController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Nanomonx\ErrorPageController" to "App\Controller\Site\Nanomonx\ErrorPageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Nanomonx\GoogleLoginController" to "App\Controller\Site\Nanomonx\GoogleLoginController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Nanomonx\HealthController" to "App\Controller\Site\Nanomonx\HealthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Nanomonx\InfosController" to "App\Controller\Site\Nanomonx\InfosController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Nanomonx\ManagerController" to "App\Controller\Site\Nanomonx\ManagerController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\BlackListController" to "App\Controller\Site\Support\Admin\BlackListController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\CacheController" to "App\Controller\Site\Support\Admin\CacheController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\CommunicationPopupController" to "App\Controller\Site\Support\Admin\CommunicationPopupController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\ConceptController" to "App\Controller\Site\Support\Admin\ConceptController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\CountryController" to "App\Controller\Site\Support\Admin\CountryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\DataExportController" to "App\Controller\Site\Support\Admin\DataExportController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\EducationalInstitutionController" to "App\Controller\Site\Support\Admin\EducationalInstitutionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\LanguageController" to "App\Controller\Site\Support\Admin\LanguageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\LicenceTypeController" to "App\Controller\Site\Support\Admin\LicenceTypeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\ManagerController" to "App\Controller\Site\Support\Admin\ManagerController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\ManagerImportController" to "App\Controller\Site\Support\Admin\ManagerImportController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\PackageController" to "App\Controller\Site\Support\Admin\PackageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\ScholarLevelController" to "App\Controller\Site\Support\Admin\ScholarLevelController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\SchoolCalendarController" to "App\Controller\Site\Support\Admin\SchoolCalendarController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\SchoolYearController" to "App\Controller\Site\Support\Admin\SchoolYearController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\StatisticController" to "App\Controller\Site\Support\Admin\StatisticController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\StudentController" to "App\Controller\Site\Support\Admin\StudentController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\StudiedLanguageController" to "App\Controller\Site\Support\Admin\StudiedLanguageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\SubjectController" to "App\Controller\Site\Support\Admin\SubjectController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\SubscriptionDealingController" to "App\Controller\Site\Support\Admin\SubscriptionDealingController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\UsageTypeController" to "App\Controller\Site\Support\Admin\UsageTypeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\UserRegionController" to "App\Controller\Site\Support\Admin\UserRegionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Admin\ZohoCRMController" to "App\Controller\Site\Support\Admin\ZohoCRMController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\AuthController" to "App\Controller\Site\Support\AuthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Constellation\CatalogController" to "App\Controller\Site\Support\Constellation\CatalogController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Constellation\ClientVersionController" to "App\Controller\Site\Support\Constellation\ClientVersionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Constellation\EnvironmentController" to "App\Controller\Site\Support\Constellation\EnvironmentController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Constellation\ReadingTemplateController" to "App\Controller\Site\Support\Constellation\ReadingTemplateController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Constellation\SubworldSizeController" to "App\Controller\Site\Support\Constellation\SubworldSizeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Constellation\ThemeController" to "App\Controller\Site\Support\Constellation\ThemeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController" to "App\Controller\Site\Support\Constellation\UserchallengeQuickReviewController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Family\CatalogController" to "App\Controller\Site\Support\Family\CatalogController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\PageContentManager\InformationPageController" to "App\Controller\Site\Support\PageContentManager\InformationPageController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\PageContentManager\InformationPanelController" to "App\Controller\Site\Support\PageContentManager\InformationPanelController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\PageContentManager\PageContentManagerController" to "App\Controller\Site\Support\PageContentManager\PageContentManagerController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController" to "App\Controller\Site\Support\PageContentManager\ShowcaseHeaderController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\PageContentManager\SideMenuOptionController" to "App\Controller\Site\Support\PageContentManager\SideMenuOptionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\PageContentManager\TutorialPanelController" to "App\Controller\Site\Support\PageContentManager\TutorialPanelController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\BabillardController" to "App\Controller\Site\Support\Troubadour\BabillardController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\BackColorController" to "App\Controller\Site\Support\Troubadour\BackColorController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\BackgroundController" to "App\Controller\Site\Support\Troubadour\BackgroundController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\CatalogController" to "App\Controller\Site\Support\Troubadour\CatalogController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\CategoryController" to "App\Controller\Site\Support\Troubadour\CategoryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\DemoController" to "App\Controller\Site\Support\Troubadour\DemoController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\FloorController" to "App\Controller\Site\Support\Troubadour\FloorController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\ForegroundController" to "App\Controller\Site\Support\Troubadour\ForegroundController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\LearningPathController" to "App\Controller\Site\Support\Troubadour\LearningPathController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\SceneryController" to "App\Controller\Site\Support\Troubadour\SceneryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Support\Troubadour\ThematiqueController" to "App\Controller\Site\Support\Troubadour\ThematiqueController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\DemoController" to "App\Controller\Site\Troubadour\DemoController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\SharingController" to "App\Controller\Site\Troubadour\SharingController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Student\Auth\StudentAuthController" to "App\Controller\Site\Troubadour\Student\Auth\StudentAuthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController" to "App\Controller\Site\Troubadour\Student\Challenge\ChallengePortfolioController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController" to "App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController" to "App\Controller\Site\Troubadour\Student\Classroom\ClassroomSelectionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController" to "App\Controller\Site\Troubadour\Student\Construction\ChallengeConstructionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController" to "App\Controller\Site\Troubadour\Student\Construction\ChallengeExplorationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController" to "App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Teacher\AuthController" to "App\Controller\Site\Troubadour\Teacher\AuthController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Teacher\BabillardController" to "App\Controller\Site\Troubadour\Teacher\BabillardController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Teacher\CatalogController" to "App\Controller\Site\Troubadour\Teacher\CatalogController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Teacher\ChallengeController" to "App\Controller\Site\Troubadour\Teacher\ChallengeController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController" to "App\Controller\Site\Troubadour\Teacher\ObsoleteRoutesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Teacher\PathwayController" to "App\Controller\Site\Troubadour\Teacher\PathwayController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Site\Troubadour\Teacher\UserChallengeController" to "App\Controller\Site\Troubadour\Teacher\UserChallengeController".
Inlined service ".service_locator.QaaoWjx.App\Service\Bucket\PrivateBucketManager" to "App\Service\Bucket\PrivateBucketManager".
Inlined service "App\Service\Server\ServerVars" to "App\Service\DeepLink\Platform".
Inlined service "App\Service\Licences\CodeClaiming\CodeClaimerFactory" to "App\Service\Licences\CodeClaiming\ClaimCodeCommand".
Inlined service "App\Service\Licences\GroupLicenceUsageMonitor" to "App\Service\Licences\LicenceUsageMonitor".
Inlined service "App\Service\Zoho\ZohoTokenStore" to "App\Service\Zoho\ZohoCRM".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.TsdaCDZ" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.DMfgFyO.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "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.Hu7m0tQ" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.nvIJVVC" to "router.expression_language_provider".
Inlined service ".service_locator.YAcX0.U.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "doctrine_cache_pool.recorder_inner" to "doctrine_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.zqtiJAI" 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.wsZe9IY" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.NanomonxManager_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.Gf5ykBg" 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 "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.F8.hOt." 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 "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "doctrine.orm.NanomonxManager_second_level_cache.regions_configuration" to "doctrine.orm.NanomonxManager_configuration".
Inlined service "cache.doctrine.orm.NanomonxManager.metadata" to "doctrine.orm.NanomonxManager_configuration".
Inlined service ".doctrine.orm.NanomonxManager_metadata_driver" to "doctrine.orm.NanomonxManager_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.NanomonxManager_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.NanomonxManager_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.NanomonxManager_configuration".
Inlined service "doctrine.orm.NanomonxManager_entity_listener_resolver" to "doctrine.orm.NanomonxManager_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.NanomonxManager_configuration".
Inlined service "doctrine.orm.NanomonxManager_configuration" to "doctrine.orm.NanomonxManager_entity_manager".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.orm.NanomonxManager_entity_manager".
Inlined service "doctrine.orm.NanomonxManager_manager_configurator" to "doctrine.orm.NanomonxManager_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "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.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\Extensions\ChallengeFunctions" to "twig".
Inlined service "App\Twig\Extensions\ClassroomFunctions" to "twig".
Inlined service "App\Twig\Extensions\CommunicationPopupExtension" to "twig".
Inlined service "App\Twig\Extensions\EntityExtension" to "twig".
Inlined service "App\Twig\Extensions\EntityTranslationExtension" to "twig".
Inlined service "App\Twig\Extensions\FreemiumExtension" to "twig".
Inlined service "App\Twig\Extensions\HashidsExtension" to "twig".
Inlined service "App\Twig\Extensions\PackagesExtension" to "twig".
Inlined service "App\Twig\Extensions\ReflectionFunctions" to "twig".
Inlined service "App\Twig\Extensions\SVGExtension" to "twig".
Inlined service "App\Twig\Extensions\StoryExtension" to "twig".
Inlined service "App\Twig\Extensions\SubdomainFunctions" to "twig".
Inlined service "App\Twig\Extensions\TextEntryExtension" to "twig".
Inlined service "App\Twig\Extensions\TroubadourChallengeFunctions" to "twig".
Inlined service "App\Twig\Extensions\TroubadourTutorialExtension" to "twig".
Inlined service "App\Twig\Extensions\TroubadourUserChallengeFunctions" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "nelmio_security.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "App\Service\PageContentManager\PageContentManager" to "twig".
Inlined service "App\Service\User\PrivacyPolicyManager" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.Fuy.CqR.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.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.Mff1tjh" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.IzZKMvp" to "security.helper".
Inlined service ".service_locator.69.Lm1S" 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.F36gZ1q" to "security.access_map".
Inlined service ".security.request_matcher.zqu83pS" to "security.access_map".
Inlined service ".security.request_matcher.cp7pmIi" to "security.access_map".
Inlined service ".security.request_matcher.q0rRG_6" to "security.access_map".
Inlined service ".security.request_matcher.dZIS8h0" to "security.access_map".
Inlined service ".security.request_matcher.XnxJOpd" to "security.access_map".
Inlined service ".security.request_matcher.G87iZPt" to "security.access_map".
Inlined service ".security.request_matcher.k3lr2Xi" to "security.access_map".
Inlined service ".security.request_matcher.E3aRVuV" to "security.access_map".
Inlined service ".security.request_matcher.0uEF_yI" to "security.access_map".
Inlined service ".security.request_matcher.ZTh04Zg" to "security.access_map".
Inlined service ".security.request_matcher.xKnLj8W" to "security.access_map".
Inlined service ".security.request_matcher.wzpi_kC" to "security.access_map".
Inlined service ".security.request_matcher.di8.lhq" to "security.access_map".
Inlined service ".security.request_matcher.7y0SJ5W" to "security.access_map".
Inlined service ".security.request_matcher.tmI9dXO" to "security.access_map".
Inlined service ".security.request_matcher.1MV6c8A" to "security.access_map".
Inlined service ".security.request_matcher.X9xw7Ih" to "security.access_map".
Inlined service ".security.request_matcher.2hr9drJ" to "security.access_map".
Inlined service ".security.request_matcher.PeevnXy" to "security.access_map".
Inlined service ".security.request_matcher.GuKgmTq" to "security.access_map".
Inlined service ".security.request_matcher.dt3WrcJ" to "security.access_map".
Inlined service ".security.request_matcher.c_anXak" to "security.access_map".
Inlined service ".security.request_matcher.bR2cSUw" to "security.access_map".
Inlined service ".security.request_matcher.cOVGPE0" to "security.access_map".
Inlined service ".security.request_matcher.wavsmcm" to "security.access_map".
Inlined service ".security.request_matcher.BnP2pKq" to "security.access_map".
Inlined service ".security.request_matcher.Ayo5Qit" to "security.access_map".
Inlined service ".security.request_matcher.nVyArYX" to "security.access_map".
Inlined service ".security.request_matcher.noCCfNa" to "security.access_map".
Inlined service ".security.request_matcher.SBbe9I2" to "security.access_map".
Inlined service ".security.request_matcher.1Ycpfy7" to "security.access_map".
Inlined service ".security.request_matcher.mAXB_g1" to "security.access_map".
Inlined service ".security.request_matcher.TQ.mhLl" to "security.access_map".
Inlined service ".security.request_matcher.fOhSjMW" to "security.access_map".
Inlined service ".security.request_matcher.KUTUIUW" to "security.access_map".
Inlined service ".security.request_matcher.paALnxZ" to "security.access_map".
Inlined service ".security.request_matcher.B.oOS0M" to "security.access_map".
Inlined service ".security.request_matcher.vRpDNKh" to "security.access_map".
Inlined service ".security.request_matcher.BRQxl4Q" to "security.access_map".
Inlined service ".security.request_matcher.KUFmQkg" to "security.access_map".
Inlined service ".security.request_matcher._e1UczJ" to "security.access_map".
Inlined service ".security.request_matcher.lj7Fg4B" to "security.access_map".
Inlined service ".security.request_matcher.SyLpQ8E" to "security.access_map".
Inlined service ".security.request_matcher.4gz__a2" to "security.access_map".
Inlined service ".security.request_matcher.a0IcmNk" to "security.access_map".
Inlined service ".security.request_matcher.xGZvk64" to "security.access_map".
Inlined service ".security.request_matcher.gcocO0Q" to "security.access_map".
Inlined service ".security.request_matcher.m8Aeuci" to "security.access_map".
Inlined service ".security.request_matcher.CVIyNHG" to "security.access_map".
Inlined service ".security.request_matcher.8Q2gA2T" to "security.access_map".
Inlined service ".security.request_matcher.8n6e242" to "security.access_map".
Inlined service ".security.request_matcher.P_w9VUZ" to "security.access_map".
Inlined service ".security.request_matcher.lU6qvVZ" to "security.access_map".
Inlined service ".security.request_matcher.DzSYixr" to "security.access_map".
Inlined service ".security.request_matcher.eW6NXZD" to "security.access_map".
Inlined service ".security.request_matcher.r8taWJg" to "security.access_map".
Inlined service ".security.request_matcher.U2Ffz2a" to "security.access_map".
Inlined service ".security.request_matcher.wc9l3MA" to "security.access_map".
Inlined service ".security.request_matcher.xkMNx7v" to "security.access_map".
Inlined service ".security.request_matcher.5LgNxP9" to "security.access_map".
Inlined service ".security.request_matcher.Sqz5tiH" to "security.access_map".
Inlined service ".security.request_matcher.goXW9QO" to "security.access_map".
Inlined service ".security.request_matcher.0Kk_r32" to "security.access_map".
Inlined service ".security.request_matcher.17zRQQS" to "security.access_map".
Inlined service ".security.request_matcher.HV67KUA" to "security.access_map".
Inlined service ".security.request_matcher.G8YptCO" to "security.access_map".
Inlined service ".security.request_matcher.iHikGz5" to "security.access_map".
Inlined service ".security.request_matcher.szcK9Jk" to "security.access_map".
Inlined service ".security.request_matcher.LX07tv1" to "security.access_map".
Inlined service ".security.request_matcher.wbJPHX7" to "security.access_map".
Inlined service ".security.request_matcher.Yw_Pn5J" to "security.access_map".
Inlined service ".security.request_matcher.865QZ9L" to "security.access_map".
Inlined service ".security.request_matcher.BCr3_ma" to "security.access_map".
Inlined service ".security.request_matcher.timwHSn" to "security.access_map".
Inlined service ".security.request_matcher.pC4UV3n" to "security.access_map".
Inlined service ".security.request_matcher.YIDBVxE" to "security.access_map".
Inlined service ".security.request_matcher.mTaVgFW" to "security.access_map".
Inlined service ".security.request_matcher._NKnHSc" to "security.access_map".
Inlined service ".security.request_matcher.hmsKPjK" to "security.access_map".
Inlined service ".security.request_matcher.ljZYhIh" to "security.access_map".
Inlined service ".security.request_matcher.NdvyHny" to "security.access_map".
Inlined service ".security.request_matcher.adExqED" to "security.access_map".
Inlined service ".security.request_matcher.0TUWCAJ" to "security.access_map".
Inlined service ".security.request_matcher.j0GH1Zy" to "security.access_map".
Inlined service ".security.request_matcher.YFVIFFc" to "security.access_map".
Inlined service ".security.request_matcher.DETDy9J" to "security.access_map".
Inlined service ".security.request_matcher.5iBMutD" to "security.access_map".
Inlined service ".security.request_matcher.3soEoDT" to "security.access_map".
Inlined service ".security.request_matcher.FxGTCgW" to "security.access_map".
Inlined service ".security.request_matcher.6c0jgUk" to "security.access_map".
Inlined service ".security.request_matcher.kWYPyRV" to "security.access_map".
Inlined service ".security.request_matcher.tdd1upI" to "security.access_map".
Inlined service ".security.request_matcher.po0T6tJ" to "security.access_map".
Inlined service ".security.request_matcher.4vG3DrT" to "security.access_map".
Inlined service ".security.request_matcher.Y2Y8deo" to "security.access_map".
Inlined service ".security.request_matcher.XrM9su9" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service ".security.request_matcher.X_BSXAX" to "security.access_map".
Inlined service ".security.request_matcher.zxN7ox." to "security.access_map".
Inlined service ".security.request_matcher.oPsJ4OY" to "security.access_map".
Inlined service ".security.request_matcher.98L9qC4" to "security.access_map".
Inlined service ".security.request_matcher.tThF62Q" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.BUeaYr7" to ".security.request_matcher.s8NrPte".
Inlined service "security.firewall.map.config.health" to "security.firewall.map.context.health".
Inlined service ".security.request_matcher.haZUSYa" to ".security.request_matcher.fznOPdc".
Inlined service "security.firewall.map.config.api_login" to "security.firewall.map.context.api_login".
Inlined service ".security.request_matcher.wz10bdX" to ".security.request_matcher.x.s0pgd".
Inlined service "security.firewall.map.config.troubadour_api_demo" to "security.firewall.map.context.troubadour_api_demo".
Inlined service "league.oauth2_server.resource_server" to "security.authenticator.oauth2.constellation_api".
Inlined service "debug.security.firewall.authenticator.constellation_api.inner" to "debug.security.firewall.authenticator.constellation_api".
Inlined service "security.exception_listener.constellation_api" to "security.firewall.map.context.constellation_api".
Inlined service "security.firewall.map.config.constellation_api" to "security.firewall.map.context.constellation_api".
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.hIr2ee1" to ".security.request_matcher..Y71IsS".
Inlined service "security.firewall.map.config.oauth" to "security.firewall.map.context.oauth".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
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.WghTYeM" to ".security.request_matcher.F36gZ1q".
Inlined service ".security.request_matcher.VLmdnHA" to ".security.request_matcher.zqu83pS".
Inlined service ".security.request_matcher.o0eVsIM" to ".security.request_matcher.cp7pmIi".
Inlined service ".security.request_matcher.SayVEA9" to ".security.request_matcher.q0rRG_6".
Inlined service ".security.request_matcher..Y_LxBk" to ".security.request_matcher.dZIS8h0".
Inlined service ".security.request_matcher.lWT9J7h" to ".security.request_matcher.XnxJOpd".
Inlined service ".security.request_matcher.laharAV" to ".security.request_matcher.G87iZPt".
Inlined service ".security.request_matcher.JpoFqkw" to ".security.request_matcher.k3lr2Xi".
Inlined service ".security.request_matcher.0lDYf_j" to ".security.request_matcher.E3aRVuV".
Inlined service ".security.request_matcher..py_P4g" to ".security.request_matcher.0uEF_yI".
Inlined service ".security.request_matcher.2lvH9cr" to ".security.request_matcher.ZTh04Zg".
Inlined service ".security.request_matcher.bCn79Rs" to ".security.request_matcher.xKnLj8W".
Inlined service ".security.request_matcher..ubb1bC" to ".security.request_matcher.wzpi_kC".
Inlined service ".security.request_matcher.VFlkeHT" to ".security.request_matcher.di8.lhq".
Inlined service ".security.request_matcher..MVSHgL" to ".security.request_matcher.7y0SJ5W".
Inlined service ".security.request_matcher.Zcm7YkO" to ".security.request_matcher.tmI9dXO".
Inlined service ".security.request_matcher.vVIgL_e" to ".security.request_matcher.1MV6c8A".
Inlined service ".security.request_matcher.EKJWRrX" to ".security.request_matcher.X9xw7Ih".
Inlined service ".security.request_matcher.XByWg79" to ".security.request_matcher.2hr9drJ".
Inlined service ".security.request_matcher.4i8471E" to ".security.request_matcher.PeevnXy".
Inlined service ".security.request_matcher.9ddFg5B" to ".security.request_matcher.GuKgmTq".
Inlined service ".security.request_matcher.HM20APv" to ".security.request_matcher.dt3WrcJ".
Inlined service ".security.request_matcher.xefYTXl" to ".security.request_matcher.c_anXak".
Inlined service ".security.request_matcher.QH.yTfA" to ".security.request_matcher.bR2cSUw".
Inlined service ".security.request_matcher.ndQNJcO" to ".security.request_matcher.cOVGPE0".
Inlined service ".security.request_matcher.XK3De0P" to ".security.request_matcher.wavsmcm".
Inlined service ".security.request_matcher.Y60YN.B" to ".security.request_matcher.BnP2pKq".
Inlined service ".security.request_matcher.V4NLgFu" to ".security.request_matcher.BnP2pKq".
Inlined service ".security.request_matcher.QpLIi0P" to ".security.request_matcher.Ayo5Qit".
Inlined service ".security.request_matcher.ykcgIdu" to ".security.request_matcher.nVyArYX".
Inlined service ".security.request_matcher.hWm4LHu" to ".security.request_matcher.noCCfNa".
Inlined service ".security.request_matcher.XxkwPpL" to ".security.request_matcher.SBbe9I2".
Inlined service ".security.request_matcher.Y5caP1T" to ".security.request_matcher.1Ycpfy7".
Inlined service ".security.request_matcher.rFk_Gu5" to ".security.request_matcher.mAXB_g1".
Inlined service ".security.request_matcher.QeuARuI" to ".security.request_matcher.TQ.mhLl".
Inlined service ".security.request_matcher.NbT8iGK" to ".security.request_matcher.fOhSjMW".
Inlined service ".security.request_matcher.Ip5HmI6" to ".security.request_matcher.KUTUIUW".
Inlined service ".security.request_matcher.yirVMR7" to ".security.request_matcher.paALnxZ".
Inlined service ".security.request_matcher.WAc8xQA" to ".security.request_matcher.B.oOS0M".
Inlined service ".security.request_matcher.dDZJ1N8" to ".security.request_matcher.vRpDNKh".
Inlined service ".security.request_matcher.sgPGyk4" to ".security.request_matcher.BRQxl4Q".
Inlined service ".security.request_matcher.aLnU5EQ" to ".security.request_matcher.KUFmQkg".
Inlined service ".security.request_matcher.VL.d6hO" to ".security.request_matcher._e1UczJ".
Inlined service ".security.request_matcher.hHUC8xb" to ".security.request_matcher.lj7Fg4B".
Inlined service ".security.request_matcher.R.uPBev" to ".security.request_matcher.SyLpQ8E".
Inlined service ".security.request_matcher.OauIOFM" to ".security.request_matcher.4gz__a2".
Inlined service ".security.request_matcher.b.qrSZV" to ".security.request_matcher.a0IcmNk".
Inlined service ".security.request_matcher.dt3.FMt" to ".security.request_matcher.xGZvk64".
Inlined service ".security.request_matcher.0Bj4Tji" to ".security.request_matcher.gcocO0Q".
Inlined service ".security.request_matcher.pviuqaW" to ".security.request_matcher.m8Aeuci".
Inlined service ".security.request_matcher.bgm3wjj" to ".security.request_matcher.CVIyNHG".
Inlined service ".security.request_matcher.auzcbbN" to ".security.request_matcher.8Q2gA2T".
Inlined service ".security.request_matcher.GTTi6Dt" to ".security.request_matcher.8n6e242".
Inlined service ".security.request_matcher.pKV_ceJ" to ".security.request_matcher.P_w9VUZ".
Inlined service ".security.request_matcher.urYnsZb" to ".security.request_matcher.lU6qvVZ".
Inlined service ".security.request_matcher.WnTLoo6" to ".security.request_matcher.DzSYixr".
Inlined service ".security.request_matcher.kAOJOPZ" to ".security.request_matcher.eW6NXZD".
Inlined service ".security.request_matcher.liu3iSY" to ".security.request_matcher.r8taWJg".
Inlined service ".security.request_matcher.86HZ.DV" to ".security.request_matcher.U2Ffz2a".
Inlined service ".security.request_matcher.IolJ0J1" to ".security.request_matcher.wc9l3MA".
Inlined service ".security.request_matcher.tpV.o34" to ".security.request_matcher.xkMNx7v".
Inlined service ".security.request_matcher.m7cpxih" to ".security.request_matcher.5LgNxP9".
Inlined service ".security.request_matcher.KpvVAX5" to ".security.request_matcher.Sqz5tiH".
Inlined service ".security.request_matcher.EmgBvpY" to ".security.request_matcher.goXW9QO".
Inlined service ".security.request_matcher.AdAYym9" to ".security.request_matcher.0Kk_r32".
Inlined service ".security.request_matcher.wDp0UUM" to ".security.request_matcher.17zRQQS".
Inlined service ".security.request_matcher.lljOLIB" to ".security.request_matcher.HV67KUA".
Inlined service ".security.request_matcher.yFT0QQm" to ".security.request_matcher.G8YptCO".
Inlined service ".security.request_matcher.aeAvD_q" to ".security.request_matcher.iHikGz5".
Inlined service ".security.request_matcher.71tI48C" to ".security.request_matcher.szcK9Jk".
Inlined service ".security.request_matcher.LX0i9OD" to ".security.request_matcher.LX07tv1".
Inlined service ".security.request_matcher.Kj_9nkh" to ".security.request_matcher.wbJPHX7".
Inlined service ".security.request_matcher.cTcy5O." to ".security.request_matcher.Yw_Pn5J".
Inlined service ".security.request_matcher.YJ4C1oC" to ".security.request_matcher.865QZ9L".
Inlined service ".security.request_matcher.2ENe9TD" to ".security.request_matcher.BCr3_ma".
Inlined service ".security.request_matcher.lbMbenZ" to ".security.request_matcher.timwHSn".
Inlined service ".security.request_matcher.txuEVfu" to ".security.request_matcher.timwHSn".
Inlined service ".security.request_matcher.OSiLw0R" to ".security.request_matcher.pC4UV3n".
Inlined service ".security.request_matcher.Um7ghcq" to ".security.request_matcher.YIDBVxE".
Inlined service ".security.request_matcher.cgN9sCy" to ".security.request_matcher.mTaVgFW".
Inlined service ".security.request_matcher.EkGviff" to ".security.request_matcher._NKnHSc".
Inlined service ".security.request_matcher.x6.DXuV" to ".security.request_matcher.hmsKPjK".
Inlined service ".security.request_matcher.F4KZNK6" to ".security.request_matcher.ljZYhIh".
Inlined service ".security.request_matcher.j93GyPw" to ".security.request_matcher.NdvyHny".
Inlined service ".security.request_matcher.lhZBVG0" to ".security.request_matcher.adExqED".
Inlined service ".security.request_matcher.RHM.Y4p" to ".security.request_matcher.0TUWCAJ".
Inlined service ".security.request_matcher.E38Ufga" to ".security.request_matcher.j0GH1Zy".
Inlined service ".security.request_matcher.XJuQWnz" to ".security.request_matcher.DETDy9J".
Inlined service ".security.request_matcher.kEJlC.y" to ".security.request_matcher.5iBMutD".
Inlined service ".security.request_matcher.JVD7X54" to ".security.request_matcher.3soEoDT".
Inlined service ".security.request_matcher.Q0.W4dv" to ".security.request_matcher.FxGTCgW".
Inlined service ".security.request_matcher.O_c3cbV" to ".security.request_matcher.kWYPyRV".
Inlined service ".security.request_matcher.N8M_Mp6" to ".security.request_matcher.tdd1upI".
Inlined service ".security.request_matcher.xd9PNuw" to ".security.request_matcher.po0T6tJ".
Inlined service ".security.request_matcher.Uw.2J0M" to ".security.request_matcher.4vG3DrT".
Inlined service ".security.request_matcher.3L.srRq" to ".security.request_matcher.Y2Y8deo".
Inlined service ".security.request_matcher.AM6KqP5" to ".security.request_matcher.XrM9su9".
Inlined service ".security.request_matcher.zYq_K.N" to ".security.request_matcher.XrM9su9".
Inlined service ".security.request_matcher.i5EveLp" to ".security.request_matcher.X_BSXAX".
Inlined service ".security.request_matcher.4rQkq1l" to ".security.request_matcher.zxN7ox.".
Inlined service ".security.request_matcher.gXHvgso" to ".security.request_matcher.oPsJ4OY".
Inlined service ".security.request_matcher.Lu40Iw4" to ".security.request_matcher.98L9qC4".
Inlined service ".security.request_matcher.qCVbcy7" to ".security.request_matcher.tThF62Q".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "bugsnag.factory" to "bugsnag".
Inlined service "aws_secrets.cache.recorder_inner" to "aws_secrets.cache".
Inlined service "aws_secrets.env_var_provider" to "aws_secrets.env_var_cached_provider".
Inlined service "aws_secrets.env_var_cached_provider" to "aws_secrets.env_var_array_provider".
Inlined service "aws_secrets.env_var_array_provider" to "aws_secrets.env_var_processor".
Inlined service "league.oauth2_server.manager.in_memory.scope" to "league.oauth2_server.repository.scope".
Inlined service "league.oauth2_server.symfony_league_listener_provider" to "league.oauth2_server.emitter".
Inlined service "league.oauth2_server.repository.client" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.scope" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.emitter" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.client_credentials" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.password" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.auth_code" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.implicit" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.authorization_server.grant_configurator" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.auth_code" to "league.oauth2_server.grant.auth_code".
Inlined service "league.oauth2_server.factory.authorization_request_resolve_event" to "league.oauth2_server.controller.authorization".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.google_classroom".
Inlined service "knpu.oauth2.provider.google_classroom" to "knpu.oauth2.client.google_classroom".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.request_method.symfony_http_client" to "karser_recaptcha3.google.recaptcha".
Inlined service "nelmio_security.nonce_generator" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains_regex" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_schemes" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_injected_scripts" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_browser_bugs" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.ua_parser.ua_php.provider" to "nelmio_security.csp_report.filter.noise_detector_browser_bugs".
Inlined service "nelmio_security.csp_report.log_formatter" to "nelmio_security.csp_report.logger".
Inlined service "nelmio_security.csp_report.logger" to "nelmio_security.csp_reporter_controller".
Inlined service "nelmio_security.csp_report.filter" to "nelmio_security.csp_reporter_controller".
Inlined service "debug.security.event_dispatcher.constellation_api.inner" to "debug.security.event_dispatcher.constellation_api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.NwmT2jN" to ".service_locator.NwmT2jN.kernel::process()".
Inlined service ".service_locator.sElm_Az" to ".service_locator.sElm_Az.App\Controller\Api\Constellation\AuthController::getLoginToken()".
Inlined service ".service_locator.PFxgb2Q" to ".service_locator.PFxgb2Q.App\Controller\Api\Constellation\AuthController::Signup()".
Inlined service ".service_locator.Vm5RUl6" to ".service_locator.Vm5RUl6.App\Controller\Api\Constellation\AuthController::GetChildFriendlyPassword()".
Inlined service ".service_locator.P_phlK1" to ".service_locator.P_phlK1.App\Controller\Api\Constellation\ClassroomController::VerifyClassroomCode()".
Inlined service ".service_locator.9_xdH1B" to ".service_locator.9_xdH1B.App\Controller\Api\Constellation\ClassroomController::AddStudentToClass()".
Inlined service ".service_locator.DDpTZSh" to ".service_locator.DDpTZSh.App\Controller\Api\Constellation\SaveController::PostSave()".
Inlined service ".service_locator.w2q.jMp" to ".service_locator.w2q.jMp.App\Controller\Api\Constellation\TextEntryController::UpdateTextEntries()".
Inlined service ".service_locator.gtLmRsX" to ".service_locator.gtLmRsX.App\Controller\Api\Constellation\ThemeController::GetThemesForClassroom()".
Inlined service ".service_locator.0kTZhst" to ".service_locator.0kTZhst.App\Controller\Api\Public\WebhookController::stripeWebhookAction()".
Inlined service ".service_locator.jTyuuPA" to ".service_locator.jTyuuPA.App\Controller\Api\Troubadour\Demo\DemoWorldObjectController::DeleteWorldObjectById()".
Inlined service ".service_locator.rgcJ5nj" to ".service_locator.rgcJ5nj.App\Controller\Rest\Admin\BucketRestController::GetFile()".
Inlined service ".service_locator.f.mGaOX" to ".service_locator.f.mGaOX.App\Controller\Rest\Admin\OwnedLicencesRestController::AssignLicenceToManager()".
Inlined service ".service_locator.H6dAzVJ" to ".service_locator.H6dAzVJ.App\Controller\Rest\Admin\ReadingChallengeRestController::createReadingChallenge()".
Inlined service ".service_locator._72OyVe" to ".service_locator._72OyVe.App\Controller\Rest\Admin\ReadingChallengeRestController::CreateReadingChallengeFromTemplate()".
Inlined service ".service_locator.6Ul51iV" to ".service_locator.6Ul51iV.App\Controller\Rest\Admin\SharedLicencesRestController::ClaimLicence()".
Inlined service ".service_locator.A269k9x" to ".service_locator.A269k9x.App\Controller\Rest\Admin\ZohoLeadController::AddItem()".
Inlined service ".service_locator.JuWEpIF" to ".service_locator.JuWEpIF.App\Controller\Rest\Constellation\UserChallengeRestController::DisplayUserChallenge()".
Inlined service ".service_locator.VHh0pl2" to ".service_locator.VHh0pl2.App\Controller\Rest\Family\AuthRestController::forgotPasscode()".
Inlined service ".service_locator.NxL5VQh" to ".service_locator.NxL5VQh.App\Controller\Rest\Support\Admin\AnonymizationController::AnonymizeStudent()".
Inlined service ".service_locator.I77OclP" to ".service_locator.I77OclP.App\Controller\Rest\Support\Admin\ManagerImportController::Import()".
Inlined service ".service_locator.RNUN4fe" to ".service_locator.RNUN4fe.App\Controller\Rest\Troubadour\BabillardRestController::Get()".
Inlined service ".service_locator.SRUsQq3" to ".service_locator.SRUsQq3.App\Controller\Rest\Troubadour\BabillardRestController::AddUserChallenge()".
Inlined service ".service_locator.hF67N.C" to ".service_locator.hF67N.C.App\Controller\Rest\Troubadour\ChallengeRestController::GetNonParticipatingStudents()".
Inlined service ".service_locator.m3hcm.o" to ".service_locator.m3hcm.o.App\Controller\Rest\Troubadour\Demo\DemoRestController::UpdateDisplayedGuidedTutorial()".
Inlined service ".service_locator.h4B2WrE" to ".service_locator.h4B2WrE.App\Controller\Site\Admin\AuthController::MyGroups()".
Inlined service ".service_locator.93C03Bs" to ".service_locator.93C03Bs.App\Controller\Site\Admin\ClassroomController::CreateClassroom()".
Inlined service ".service_locator.kx.vw4K" to ".service_locator.kx.vw4K.App\Controller\Site\Admin\ClassroomController::ImportGoogleClassrooms()".
Inlined service ".service_locator.fjihGwQ" to ".service_locator.fjihGwQ.App\Controller\Site\Admin\ClassroomController::ConfigureGoogleClassrooms()".
Inlined service ".service_locator.dW7ohm7" to ".service_locator.dW7ohm7.App\Controller\Site\Admin\ClassroomController::EditClassroom()".
Inlined service ".service_locator.vjS1Zob" to ".service_locator.vjS1Zob.App\Controller\Site\Admin\LicenceController::GetLicences()".
Inlined service ".service_locator.0dzks6X" to ".service_locator.0dzks6X.App\Controller\Site\Admin\OnBoardingController::ChooseManagerType()".
Inlined service ".service_locator.jZbsARF" to ".service_locator.jZbsARF.App\Controller\Site\Admin\OnBoardingController::EndOnboarding()".
Inlined service ".service_locator.v9KRh3q" to ".service_locator.v9KRh3q.App\Controller\Site\Admin\OnBoardingController::CreateClassroom()".
Inlined service ".service_locator.4xRuEoG" to ".service_locator.4xRuEoG.App\Controller\Site\Admin\OnBoardingController::ImportGoogleClassroom()".
Inlined service ".service_locator.3hPjZiU" to ".service_locator.3hPjZiU.App\Controller\Site\Admin\OnBoardingController::ImportGoogleStudents()".
Inlined service ".service_locator.7Ps1d2B" to ".service_locator.7Ps1d2B.App\Controller\Site\Admin\OnBoardingController::ParentTransfer()".
Inlined service ".service_locator.OdOBeeG" to ".service_locator.OdOBeeG.App\Controller\Site\Admin\OnBoardingController::OnboardingCompleted()".
Inlined service ".service_locator.3j4fjTH" to ".service_locator.3j4fjTH.App\Controller\Site\Admin\OnBoardingController::FamilyTeacherSwitch()".
Inlined service ".service_locator.mmecjqH" to ".service_locator.mmecjqH.App\Controller\Site\Admin\PurchaseController::ThanksForPurchasing()".
Inlined service ".service_locator.fAKNffM" to ".service_locator.fAKNffM.App\Controller\Site\Admin\SharedLicencesController::SharedLicences()".
Inlined service ".service_locator..QZb1Mm" to ".service_locator..QZb1Mm.App\Controller\Site\Base\ErrorController::showPrettyException()".
Inlined service ".service_locator.wTJs92x" to ".service_locator.wTJs92x.App\Controller\Site\Constellation\AuthController::Login()".
Inlined service ".service_locator.jr9N3AD" to ".service_locator.jr9N3AD.App\Controller\Site\Constellation\CatalogController::GetCatalog()".
Inlined service ".service_locator.jMsvEqi" to ".service_locator.jMsvEqi.App\Controller\Site\Family\AuthController::FamilyBabillard()".
Inlined service ".service_locator.bGw_XRn" to ".service_locator.bGw_XRn.App\Controller\Site\Family\AuthController::GoToTeacherMode()".
Inlined service ".service_locator.Anr5Lj3" to ".service_locator.Anr5Lj3.App\Controller\Site\Family\AuthController::SignUpRoute()".
Inlined service ".service_locator.YQZC.5e" to ".service_locator.YQZC.5e.App\Controller\Site\Family\AuthController::SignUp()".
Inlined service ".service_locator.SwzxfFy" to ".service_locator.SwzxfFy.App\Controller\Site\Family\AuthController::GoogleSignUp()".
Inlined service ".service_locator.9bsurui" to ".service_locator.9bsurui.App\Controller\Site\Family\DemoController::GetFamilyTutorial()".
Inlined service ".service_locator.lohkWdZ" to ".service_locator.lohkWdZ.App\Controller\Site\Nanomonx\AuthController::Index()".
Inlined service ".service_locator.hmgPSba" to ".service_locator.hmgPSba.App\Controller\Site\Nanomonx\AuthController::Login()".
Inlined service ".service_locator.2avEyNM" to ".service_locator.2avEyNM.App\Controller\Site\Nanomonx\AuthController::ConfirmEmailRoute()".
Inlined service ".service_locator.Rb27qDx" to ".service_locator.Rb27qDx.App\Controller\Site\Nanomonx\AuthController::SignUp()".
Inlined service ".service_locator.Ixv5AqM" to ".service_locator.Ixv5AqM.App\Controller\Site\Nanomonx\ClientController::GetClient()".
Inlined service ".service_locator.m4jF0qc" to ".service_locator.m4jF0qc.App\Controller\Site\Nanomonx\GoogleLoginController::connect()".
Inlined service ".service_locator.jjMIL4d" to ".service_locator.jjMIL4d.App\Controller\Site\Nanomonx\GoogleLoginController::CompleteSignup()".
Inlined service ".service_locator.kq5Ot69" to ".service_locator.kq5Ot69.App\Controller\Site\Nanomonx\GoogleLoginController::MergeAccount()".
Inlined service ".service_locator.YVt_HIP" to ".service_locator.YVt_HIP.App\Controller\Site\Nanomonx\ManagerController::EditManager()".
Inlined service ".service_locator.RyGnYPc" to ".service_locator.RyGnYPc.App\Controller\Site\Nanomonx\ManagerController::ChangeUsername()".
Inlined service ".service_locator.xHU4onD" to ".service_locator.xHU4onD.App\Controller\Site\Support\Admin\ManagerController::TransferPackagesToManager()".
Inlined service ".service_locator.T6Yb._U" to ".service_locator.T6Yb._U.App\Controller\Site\Support\Admin\ZohoCRMController::CreatePackage()".
Inlined service ".service_locator.VnGLDVP" to ".service_locator.VnGLDVP.App\Controller\Site\Support\Constellation\ReadingTemplateController::CreateReadingTemplate()".
Inlined service ".service_locator.O7EIYW6" to ".service_locator.O7EIYW6.App\Controller\Site\Support\Troubadour\DemoController::Index()".
Inlined service ".service_locator.y81nhv5" to ".service_locator.y81nhv5.App\Controller\Site\Troubadour\Student\Challenge\ChallengeSelectionController::ChallengesByClassList()".
Inlined service ".service_locator.iWfT6vu" to ".service_locator.iWfT6vu.App\Controller\Site\Troubadour\Student\Construction\ChallengeRevisionController::GetChallenge()".
Inlined service ".service_locator.5f7Qhqg" to ".service_locator.5f7Qhqg.App\Controller\Site\Troubadour\Teacher\AuthController::MyGroups()".
Inlined service ".service_locator.aRnw7U2" to ".service_locator.aRnw7U2.App\Controller\Site\Troubadour\Teacher\AuthController::displayIndexPage()".
Inlined service ".service_locator.Pmw9ekY" to ".service_locator.Pmw9ekY.App\Controller\Site\Troubadour\Teacher\BabillardController::GetBabillard()".
Inlined service ".service_locator.yC0MGKp" to ".service_locator.yC0MGKp.App\Controller\Site\Troubadour\Teacher\PathwayController::GetPathway()".
Inlined service ".service_locator.qINrZPZ" to ".service_locator.qINrZPZ.App\Controller\Site\Troubadour\Teacher\UserChallengeController::GetChallenge()".
Inlined service ".service_locator.u3Lh6.s" to ".service_locator.u3Lh6.s.App\Factories\ClassroomFactory::Create()".
Inlined service ".service_locator.50toFHt" to ".service_locator.50toFHt.App\Factories\WorkBlockFactory::create()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.NanomonxManager_metadata_driver.inner" to ".doctrine.orm.NanomonxManager_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.NanomonxManager_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voters\ChallengeVoter" to ".debug.security.voter.App\Security\Voters\ChallengeVoter".
Inlined service "App\Security\Voters\ClassroomVoter" to ".debug.security.voter.App\Security\Voters\ClassroomVoter".
Inlined service "App\Security\Voters\FamilyModeVoter" to ".debug.security.voter.App\Security\Voters\FamilyModeVoter".
Inlined service "App\Security\Voters\FamilyTextEntryVoter" to ".debug.security.voter.App\Security\Voters\FamilyTextEntryVoter".
Inlined service "App\Security\Voters\FamilyWorkBlockVoter" to ".debug.security.voter.App\Security\Voters\FamilyWorkBlockVoter".
Inlined service "App\Security\Voters\FamilyWorldObjectVoter" to ".debug.security.voter.App\Security\Voters\FamilyWorldObjectVoter".
Inlined service "App\Security\Voters\FamilyWorldVoter" to ".debug.security.voter.App\Security\Voters\FamilyWorldVoter".
Inlined service "App\Security\Voters\TextEntryVoter" to ".debug.security.voter.App\Security\Voters\TextEntryVoter".
Inlined service "App\Security\Voters\UserChallengeVoter" to ".debug.security.voter.App\Security\Voters\UserChallengeVoter".
Inlined service "App\Security\Voters\UserVoter" to ".debug.security.voter.App\Security\Voters\UserVoter".
Inlined service "App\Security\Voters\WorkBlockVoter" to ".debug.security.voter.App\Security\Voters\WorkBlockVoter".
Inlined service "App\Security\Voters\WorldObjectVoter" to ".debug.security.voter.App\Security\Voters\WorldObjectVoter".
Inlined service "App\Security\Voters\WorldVoter" to ".debug.security.voter.App\Security\Voters\WorldVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.DMfgFyO" to ".service_locator.DMfgFyO.translation.warmer".
Inlined service ".service_locator.Gi9Faxn" to ".service_locator.Gi9Faxn.router.default".
Inlined service ".service_locator.YAcX0.U" to ".service_locator.YAcX0.U.router.cache_warmer".
Inlined service ".service_locator.Fuy.CqR" to ".service_locator.Fuy.CqR.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ccTBFaB" to "debug.argument_resolver.inner".
Inlined service "doctrine.orm.NanomonxManager_attribute_metadata_driver" to ".doctrine.orm.NanomonxManager_metadata_driver.inner".
Inlined service "doctrine.orm.NanomonxManager_attribute_metadata_driver" to ".doctrine.orm.NanomonxManager_metadata_driver.inner".
Inlined service "league.oauth2_server.persistence.driver" to ".doctrine.orm.NanomonxManager_metadata_driver.inner".
Inlined service ".service_locator.HnhSCtQ" to "console.command_loader".
Inlined service ".service_locator.Gi9Faxn.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service ".security.request_matcher.fiwR7t1" to "security.access_map".
Inlined service ".security.request_matcher.fiwR7t1" to "security.access_map".
Inlined service ".security.request_matcher.fiwR7t1" to "security.access_map".
Inlined service ".security.request_matcher.fiwR7t1" to "security.access_map".
Inlined service ".security.request_matcher.fiwR7t1" to "security.access_map".
Inlined service ".security.request_matcher.fiwR7t1" to "security.access_map".
Inlined service ".security.request_matcher.fiwR7t1" to "security.access_map".
Inlined service ".security.request_matcher.n_tV7kE" to "security.access_map".
Inlined service ".security.request_matcher.3j1QLg2" to "security.access_map".
Inlined service ".security.request_matcher.3j1QLg2" to "security.access_map".
Inlined service ".security.request_matcher.uXujfZQ" to "security.access_map".
Inlined service ".security.request_matcher.n_tV7kE" to "security.access_map".
Inlined service ".security.request_matcher.uXujfZQ" to "security.access_map".
Inlined service ".security.request_matcher.ZKhmv8o" to "security.access_map".
Inlined service ".security.request_matcher.ZKhmv8o" to "security.access_map".
Inlined service ".security.request_matcher.ZKhmv8o" to "security.access_map".
Inlined service ".security.request_matcher.ZKhmv8o" to "security.access_map".
Inlined service ".security.request_matcher.ZKhmv8o" to "security.access_map".
Inlined service ".security.request_matcher.ZKhmv8o" to "security.access_map".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.constellation_api", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.constellation_api", "debug.security.event_dispatcher.main", ".debug.http_client", "event_dispatcher", but was never used.