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 "CalendarBundle\DependencyInjection\CalendarExtension".
The "Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData()" method is considered internal First, the data of the row is split into chunks where each chunk contains data that belongs to a particular component/class. Afterwards, all these chunks are processed, one after the other. For each chunk of class data only one of the following code paths is executed: Path A: The data chunk belongs to a joined/associated object and the association is collection-valued. Path B: The data chunk belongs to a joined/associated object and the association is single-valued. Path C: The data chunk belongs to a root result element/object that appears in the topmost level of the hydrated result. A typical example are the objects of the type specified by the FROM clause in a DQL query. It may change without further notice. You should not extend it from "App\Hydrator\OrderItemInvoiceCountHydrator".
The "App\Security\Voter\CategoryVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\CourseDataVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\CourseFieldVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\CourseOccurrenceVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\CourseSecurityVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\CourseSeriesVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\CourseSubscriptionVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\CourseTypeVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\CourseVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\FrontendClientVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\InvoiceVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\MailTemplateVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\OccurrenceVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\OrderVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\PersonVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\VenueSecurityVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\VenueVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\VoucherVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
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 "App\User\DependencyInjection\MenkeUserExtension".
The "App\User\Security\Voter\ClientVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:925 called by DoctrineExtension.php:543, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:934 called by DoctrineExtension.php:543, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "invoice/_index_listing.html.twig" at line 4.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "invoice/_index_listing.html.twig" at line 8.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "invoice/_index_listing.html.twig" at line 22.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "invoice/_index_listing.html.twig" at line 163.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "invoice/_index_listing.html.twig" at line 173.
Since twig/twig 3.12: Character "�" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 25 in "course/certificates/Ticket/image.jpg" at line 637.
Since twig/twig 3.12: Character "�" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 25 in "course/certificates/Default/image.jpg" at line 637.
Since twig/twig 3.12: Character "�" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 25 in "course/certificates/Plattform/image.jpg" at line 637.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/templates/form/fields/vich_fields.html.twig at line 2.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/vhosts/test.kursimple.de/httpdocs/kursverwaltungssystem/templates/form/fields/vich_fields.html.twig at line 88.
Since twig/twig 3.12: Character "�" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 25 in "@certificates/Ticket/image.jpg" at line 637.
Since twig/twig 3.12: Character "�" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 25 in "@certificates/Default/image.jpg" at line 637.
Since twig/twig 3.12: Character "�" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 25 in "@certificates/Plattform/image.jpg" at line 637.
Specifying the "nullable" attribute for join columns in to-one associations (here, App\Entity\CourseOccurrenceSpeaker::$occurrence) that are part of the identifier is a no-op.
The ORM will always set it to false.
Doing so is deprecated and will be an error in 4.0. (ToOneOwningSideMapping.php:136 called by ClassMetadata.php:1431, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.
Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\UploadableField" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\UploadableField" instead.
"SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.custom_domain AS custom_domain_18, t0.keycloak_client_id AS keycloak_client_id_19, t0.keycloakGroupId AS keycloakGroupId_20 FROM client t0 WHERE t0.id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.custom_domain AS custom_domain_18, t0.keycloak_client_id AS keycloak_client_id_19, t0.keycloakGroupId AS keycloakGroupId_20 FROM client t0 WHERE t0.id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
[ClientResolver] Client found from request parameter
app
[
"client_id" => 7
"client_name" => "LBW Akademie GmbH"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1"
(parameters:
[1 => 72 => "THEME_NAME"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1"
"params" => [1 => 72 => "THEME_NAME"
]
"types" => [1 => 12 => 2]
]
debug
[ClientResolver] Client found from request parameter
app
[
"client_id" => 7
"client_name" => "LBW Akademie GmbH"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1"
(parameters:
[1 => 72 => "THEME_NAME"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1"
"params" => [1 => 72 => "THEME_NAME"
]
"types" => [1 => 12 => 2]
]
"SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.session_id AS session_id_4, t0.customer_id AS customer_id_5, t0.client_id AS client_id_6 FROM cart t0 WHERE t0.session_id = ? LIMIT 1"
(parameters:
[1 => ""
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.session_id AS session_id_4, t0.customer_id AS customer_id_5, t0.client_id AS client_id_6 FROM cart t0 WHERE t0.session_id = ? LIMIT 1"
"params" => [1 => ""
]
"types" => [1 => 2]
]
[ClientResolver] Client found from request parameter
app
[
"client_id" => 7
"client_name" => "LBW Akademie GmbH"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.modified AS modified_2, c0_.session_id AS session_id_3, c0_.customer_id AS customer_id_4, c0_.client_id AS client_id_5 FROM cart c0_ INNER JOIN cart_item c1_ ON c0_.id = c1_.cart_id WHERE c0_.session_id = ? AND c0_.client_id = ? AND c0_.customer_id IS NULL GROUP BY c0_.id HAVING COUNT(c1_.id) > 0 ORDER BY c0_.created DESC LIMIT 1"
(parameters:
[1 => "gn5nkvi81no3dvtgnqkshopiv5"
2 => 7]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.modified AS modified_2, c0_.session_id AS session_id_3, c0_.customer_id AS customer_id_4, c0_.client_id AS client_id_5 FROM cart c0_ INNER JOIN cart_item c1_ ON c0_.id = c1_.cart_id WHERE c0_.session_id = ? AND c0_.client_id = ? AND c0_.customer_id IS NULL GROUP BY c0_.id HAVING COUNT(c1_.id) > 0 ORDER BY c0_.created DESC LIMIT 1"
"params" => [1 => "gn5nkvi81no3dvtgnqkshopiv5"
2 => 7]
"types" => [1 => 22 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.modified AS modified_2, c0_.session_id AS session_id_3, c0_.customer_id AS customer_id_4, c0_.client_id AS client_id_5 FROM cart c0_ WHERE c0_.session_id = ? AND c0_.client_id = ? AND c0_.customer_id IS NULL"
(parameters:
[1 => "gn5nkvi81no3dvtgnqkshopiv5"
2 => 7]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.modified AS modified_2, c0_.session_id AS session_id_3, c0_.customer_id AS customer_id_4, c0_.client_id AS client_id_5 FROM cart c0_ WHERE c0_.session_id = ? AND c0_.client_id = ? AND c0_.customer_id IS NULL"
"params" => [1 => "gn5nkvi81no3dvtgnqkshopiv5"
2 => 7]
"types" => [1 => 22 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.quantity AS quantity_4, t0.client_id AS client_id_5, t0.cart_id AS cart_id_6, t0.course_occurrence_id AS course_occurrence_id_7, t0.course_occurrence_time_id AS course_occurrence_time_id_8, t0.course_item_id AS course_item_id_9 FROM cart_item t0 WHERE t0.cart_id = ?"
(parameters:
[1 => 100000326]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.quantity AS quantity_4, t0.client_id AS client_id_5, t0.cart_id AS cart_id_6, t0.course_occurrence_id AS course_occurrence_id_7, t0.course_occurrence_time_id AS course_occurrence_time_id_8, t0.course_item_id AS course_item_id_9 FROM cart_item t0 WHERE t0.cart_id = ?"
"params" => [1 => 100000326]
"types" => [1 => 1]
]
CartRestController::show() - Reloading cart with ID: 100000326
app
info
CartRestController::show() - Cart reloaded
app
[
"reload_time" => "0 seconds"
]
info
CartRestController::show() - Loading items for cart ID: 100000326
app
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.modified AS modified_2, c0_.quantity AS quantity_3, c1_.id AS id_4, c1_.created AS created_5, c1_.modified AS modified_6, c1_.published AS published_7, c1_.start AS start_8, c1_.end AS end_9, c1_.slots AS slots_10, c1_.code AS code_11, c1_.reservation_allowed AS reservation_allowed_12, c1_.booked_slots AS booked_slots_13, c1_.price AS price_14, c1_.tax_rate AS tax_rate_15, c1_.material_cost AS material_cost_16, c1_.number AS number_17, c2_.id AS id_18, c2_.created AS created_19, c2_.modified AS modified_20, c2_.title AS title_21, c2_.subtitle AS subtitle_22, c2_.course_nature AS course_nature_23, c2_.description AS description_24, c2_.searchwords AS searchwords_25, c2_.price AS price_26, c2_.rabatt AS rabatt_27, c2_.tax_rate AS tax_rate_28, c2_.number AS number_29, c2_.material_cost AS material_cost_30, c2_.quantity_material_per_participant_only AS quantity_material_per_participant_only_31, c2_.target_age_min AS target_age_min_32, c2_.target_age_max AS target_age_max_33, c2_.invoice_upper_comment AS invoice_upper_comment_34, c2_.invoice_lower_comment AS invoice_lower_comment_35, c2_.invoice_lower_comment_debit AS invoice_lower_comment_debit_36, c0_.client_id AS client_id_37, c0_.cart_id AS cart_id_38, c0_.course_occurrence_id AS course_occurrence_id_39, c0_.course_occurrence_time_id AS course_occurrence_time_id_40, c0_.course_item_id AS course_item_id_41, c1_.client_id AS client_id_42, c1_.venueId AS venueId_43, c1_.venueRoomId AS venueRoomId_44, c1_.courseId AS courseId_45, c2_.client_id AS client_id_46, c2_.subscription_id AS subscription_id_47, c2_.category_id AS category_id_48, c2_.series_id AS series_id_49, c2_.type_id AS type_id_50, c2_.custom_form_id AS custom_form_id_51 FROM cart_item c0_ LEFT JOIN course_occurrence c1_ ON c0_.course_occurrence_id = c1_.id LEFT JOIN course c2_ ON c1_.courseId = c2_.id LEFT JOIN cart c3_ ON c0_.cart_id = c3_.id WHERE c3_.id = ? AND c0_.course_item_id IS NULL ORDER BY c2_.title ASC LIMIT 100"
(parameters:
[1 => 100000326]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.modified AS modified_2, c0_.quantity AS quantity_3, c1_.id AS id_4, c1_.created AS created_5, c1_.modified AS modified_6, c1_.published AS published_7, c1_.start AS start_8, c1_.end AS end_9, c1_.slots AS slots_10, c1_.code AS code_11, c1_.reservation_allowed AS reservation_allowed_12, c1_.booked_slots AS booked_slots_13, c1_.price AS price_14, c1_.tax_rate AS tax_rate_15, c1_.material_cost AS material_cost_16, c1_.number AS number_17, c2_.id AS id_18, c2_.created AS created_19, c2_.modified AS modified_20, c2_.title AS title_21, c2_.subtitle AS subtitle_22, c2_.course_nature AS course_nature_23, c2_.description AS description_24, c2_.searchwords AS searchwords_25, c2_.price AS price_26, c2_.rabatt AS rabatt_27, c2_.tax_rate AS tax_rate_28, c2_.number AS number_29, c2_.material_cost AS material_cost_30, c2_.quantity_material_per_participant_only AS quantity_material_per_participant_only_31, c2_.target_age_min AS target_age_min_32, c2_.target_age_max AS target_age_max_33, c2_.invoice_upper_comment AS invoice_upper_comment_34, c2_.invoice_lower_comment AS invoice_lower_comment_35, c2_.invoice_lower_comment_debit AS invoice_lower_comment_debit_36, c0_.client_id AS client_id_37, c0_.cart_id AS cart_id_38, c0_.course_occurrence_id AS course_occurrence_id_39, c0_.course_occurrence_time_id AS course_occurrence_time_id_40, c0_.course_item_id AS course_item_id_41, c1_.client_id AS client_id_42, c1_.venueId AS venueId_43, c1_.venueRoomId AS venueRoomId_44, c1_.courseId AS courseId_45, c2_.client_id AS client_id_46, c2_.subscription_id AS subscription_id_47, c2_.category_id AS category_id_48, c2_.series_id AS series_id_49, c2_.type_id AS type_id_50, c2_.custom_form_id AS custom_form_id_51 FROM cart_item c0_ LEFT JOIN course_occurrence c1_ ON c0_.course_occurrence_id = c1_.id LEFT JOIN course c2_ ON c1_.courseId = c2_.id LEFT JOIN cart c3_ ON c0_.cart_id = c3_.id WHERE c3_.id = ? AND c0_.course_item_id IS NULL ORDER BY c2_.title ASC LIMIT 100"
"params" => [1 => 100000326]
"types" => [1 => 1]
]
info
CartRestController::show() - Found 0 cart items via findBy
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'test_back' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "test_back"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'test_back'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'test_back'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "test_back"
2 => "test_back"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
Log messages generated during the compilation of the service container.
Messages
Class
933
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActivateKeycloakUsersCommand" (parent: .abstract.instanceof.App\Command\ActivateKeycloakUsersCommand).
Resolving inheritance for ".instanceof.App\Command\ActivateKeycloakUsersCommand.0.App\Command\ActivateKeycloakUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActivateKeycloakUsersCommand).
Resolving inheritance for "App\Command\ActivateKeycloakUsersCommand" (parent: .instanceof.App\Command\ActivateKeycloakUsersCommand.0.App\Command\ActivateKeycloakUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnonymizeCustomerDataCommand" (parent: .abstract.instanceof.App\Command\AnonymizeCustomerDataCommand).
Resolving inheritance for "App\Command\AnonymizeCustomerDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnonymizeCustomerDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignRandomSpeakersCommand" (parent: .abstract.instanceof.App\Command\AssignRandomSpeakersCommand).
Resolving inheritance for ".instanceof.App\Command\AssignRandomSpeakersCommand.0.App\Command\AssignRandomSpeakersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignRandomSpeakersCommand).
Resolving inheritance for "App\Command\AssignRandomSpeakersCommand" (parent: .instanceof.App\Command\AssignRandomSpeakersCommand.0.App\Command\AssignRandomSpeakersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoSendInvoiceRemindersCommand" (parent: .abstract.instanceof.App\Command\AutoSendInvoiceRemindersCommand).
Resolving inheritance for ".instanceof.App\Command\AutoSendInvoiceRemindersCommand.0.App\Command\AutoSendInvoiceRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoSendInvoiceRemindersCommand).
Resolving inheritance for "App\Command\AutoSendInvoiceRemindersCommand" (parent: .instanceof.App\Command\AutoSendInvoiceRemindersCommand.0.App\Command\AutoSendInvoiceRemindersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartCleanupCommand" (parent: .abstract.instanceof.App\Command\CartCleanupCommand).
Resolving inheritance for ".instanceof.App\Command\CartCleanupCommand.0.App\Command\CartCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartCleanupCommand).
Resolving inheritance for "App\Command\CartCleanupCommand" (parent: .instanceof.App\Command\CartCleanupCommand.0.App\Command\CartCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDemoTenantCommand" (parent: .abstract.instanceof.App\Command\CreateDemoTenantCommand).
Resolving inheritance for ".instanceof.App\Command\CreateDemoTenantCommand.0.App\Command\CreateDemoTenantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDemoTenantCommand).
Resolving inheritance for "App\Command\CreateDemoTenantCommand" (parent: .instanceof.App\Command\CreateDemoTenantCommand.0.App\Command\CreateDemoTenantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DispatchDemoMessageCommand" (parent: .abstract.instanceof.App\Command\DispatchDemoMessageCommand).
Resolving inheritance for ".instanceof.App\Command\DispatchDemoMessageCommand.0.App\Command\DispatchDemoMessageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DispatchDemoMessageCommand).
Resolving inheritance for "App\Command\DispatchDemoMessageCommand" (parent: .instanceof.App\Command\DispatchDemoMessageCommand.0.App\Command\DispatchDemoMessageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCkImageFilenamesCommand" (parent: .abstract.instanceof.App\Command\FixCkImageFilenamesCommand).
Resolving inheritance for ".instanceof.App\Command\FixCkImageFilenamesCommand.0.App\Command\FixCkImageFilenamesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCkImageFilenamesCommand).
Resolving inheritance for "App\Command\FixCkImageFilenamesCommand" (parent: .instanceof.App\Command\FixCkImageFilenamesCommand.0.App\Command\FixCkImageFilenamesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixClientUrlsCommand" (parent: .abstract.instanceof.App\Command\FixClientUrlsCommand).
Resolving inheritance for ".instanceof.App\Command\FixClientUrlsCommand.0.App\Command\FixClientUrlsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixClientUrlsCommand).
Resolving inheritance for "App\Command\FixClientUrlsCommand" (parent: .instanceof.App\Command\FixClientUrlsCommand.0.App\Command\FixClientUrlsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoCustomersCommand" (parent: .abstract.instanceof.App\Command\GenerateDemoCustomersCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateDemoCustomersCommand.0.App\Command\GenerateDemoCustomersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoCustomersCommand).
Resolving inheritance for "App\Command\GenerateDemoCustomersCommand" (parent: .instanceof.App\Command\GenerateDemoCustomersCommand.0.App\Command\GenerateDemoCustomersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoInvoicesCommand" (parent: .abstract.instanceof.App\Command\GenerateDemoInvoicesCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateDemoInvoicesCommand.0.App\Command\GenerateDemoInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoInvoicesCommand).
Resolving inheritance for "App\Command\GenerateDemoInvoicesCommand" (parent: .instanceof.App\Command\GenerateDemoInvoicesCommand.0.App\Command\GenerateDemoInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoOrdersCommand" (parent: .abstract.instanceof.App\Command\GenerateDemoOrdersCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateDemoOrdersCommand.0.App\Command\GenerateDemoOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoOrdersCommand).
Resolving inheritance for "App\Command\GenerateDemoOrdersCommand" (parent: .instanceof.App\Command\GenerateDemoOrdersCommand.0.App\Command\GenerateDemoOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoSpeakersCommand" (parent: .abstract.instanceof.App\Command\GenerateDemoSpeakersCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateDemoSpeakersCommand.0.App\Command\GenerateDemoSpeakersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoSpeakersCommand).
Resolving inheritance for "App\Command\GenerateDemoSpeakersCommand" (parent: .instanceof.App\Command\GenerateDemoSpeakersCommand.0.App\Command\GenerateDemoSpeakersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeneratePersonHelpContentCommand" (parent: .abstract.instanceof.App\Command\GeneratePersonHelpContentCommand).
Resolving inheritance for ".instanceof.App\Command\GeneratePersonHelpContentCommand.0.App\Command\GeneratePersonHelpContentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeneratePersonHelpContentCommand).
Resolving inheritance for "App\Command\GeneratePersonHelpContentCommand" (parent: .instanceof.App\Command\GeneratePersonHelpContentCommand.0.App\Command\GeneratePersonHelpContentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportKeycloakUsersCommand" (parent: .abstract.instanceof.App\Command\ImportKeycloakUsersCommand).
Resolving inheritance for ".instanceof.App\Command\ImportKeycloakUsersCommand.0.App\Command\ImportKeycloakUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportKeycloakUsersCommand).
Resolving inheritance for "App\Command\ImportKeycloakUsersCommand" (parent: .instanceof.App\Command\ImportKeycloakUsersCommand.0.App\Command\ImportKeycloakUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakFixUserLoginCommand" (parent: .abstract.instanceof.App\Command\KeycloakFixUserLoginCommand).
Resolving inheritance for ".instanceof.App\Command\KeycloakFixUserLoginCommand.0.App\Command\KeycloakFixUserLoginCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakFixUserLoginCommand).
Resolving inheritance for "App\Command\KeycloakFixUserLoginCommand" (parent: .instanceof.App\Command\KeycloakFixUserLoginCommand.0.App\Command\KeycloakFixUserLoginCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakProvisionTenantsCommand" (parent: .abstract.instanceof.App\Command\KeycloakProvisionTenantsCommand).
Resolving inheritance for ".instanceof.App\Command\KeycloakProvisionTenantsCommand.0.App\Command\KeycloakProvisionTenantsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakProvisionTenantsCommand).
Resolving inheritance for "App\Command\KeycloakProvisionTenantsCommand" (parent: .instanceof.App\Command\KeycloakProvisionTenantsCommand.0.App\Command\KeycloakProvisionTenantsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakSyncUserGroupsCommand" (parent: .abstract.instanceof.App\Command\KeycloakSyncUserGroupsCommand).
Resolving inheritance for ".instanceof.App\Command\KeycloakSyncUserGroupsCommand.0.App\Command\KeycloakSyncUserGroupsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakSyncUserGroupsCommand).
Resolving inheritance for "App\Command\KeycloakSyncUserGroupsCommand" (parent: .instanceof.App\Command\KeycloakSyncUserGroupsCommand.0.App\Command\KeycloakSyncUserGroupsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateAttachmentsCommand" (parent: .abstract.instanceof.App\Command\MigrateAttachmentsCommand).
Resolving inheritance for ".instanceof.App\Command\MigrateAttachmentsCommand.0.App\Command\MigrateAttachmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateAttachmentsCommand).
Resolving inheritance for "App\Command\MigrateAttachmentsCommand" (parent: .instanceof.App\Command\MigrateAttachmentsCommand.0.App\Command\MigrateAttachmentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateImagesCommand" (parent: .abstract.instanceof.App\Command\MigrateImagesCommand).
Resolving inheritance for ".instanceof.App\Command\MigrateImagesCommand.0.App\Command\MigrateImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateImagesCommand).
Resolving inheritance for "App\Command\MigrateImagesCommand" (parent: .instanceof.App\Command\MigrateImagesCommand.0.App\Command\MigrateImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateLingenCommand" (parent: .abstract.instanceof.App\Command\MigrateLingenCommand).
Resolving inheritance for ".instanceof.App\Command\MigrateLingenCommand.0.App\Command\MigrateLingenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateLingenCommand).
Resolving inheritance for "App\Command\MigrateLingenCommand" (parent: .instanceof.App\Command\MigrateLingenCommand.0.App\Command\MigrateLingenCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateTenantCommand" (parent: .abstract.instanceof.App\Command\MigrateTenantCommand).
Resolving inheritance for ".instanceof.App\Command\MigrateTenantCommand.0.App\Command\MigrateTenantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateTenantCommand).
Resolving inheritance for "App\Command\MigrateTenantCommand" (parent: .instanceof.App\Command\MigrateTenantCommand.0.App\Command\MigrateTenantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OAuthCallRestCommand" (parent: .abstract.instanceof.App\Command\OAuthCallRestCommand).
Resolving inheritance for ".instanceof.App\Command\OAuthCallRestCommand.0.App\Command\OAuthCallRestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OAuthCallRestCommand).
Resolving inheritance for "App\Command\OAuthCallRestCommand" (parent: .instanceof.App\Command\OAuthCallRestCommand.0.App\Command\OAuthCallRestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OAuthRequestTokenCommand" (parent: .abstract.instanceof.App\Command\OAuthRequestTokenCommand).
Resolving inheritance for ".instanceof.App\Command\OAuthRequestTokenCommand.0.App\Command\OAuthRequestTokenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OAuthRequestTokenCommand).
Resolving inheritance for "App\Command\OAuthRequestTokenCommand" (parent: .instanceof.App\Command\OAuthRequestTokenCommand.0.App\Command\OAuthRequestTokenCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProtocolCleanupCommand" (parent: .abstract.instanceof.App\Command\ProtocolCleanupCommand).
Resolving inheritance for ".instanceof.App\Command\ProtocolCleanupCommand.0.App\Command\ProtocolCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProtocolCleanupCommand).
Resolving inheritance for "App\Command\ProtocolCleanupCommand" (parent: .instanceof.App\Command\ProtocolCleanupCommand.0.App\Command\ProtocolCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProvisionKeycloakClientsCommand" (parent: .abstract.instanceof.App\Command\ProvisionKeycloakClientsCommand).
Resolving inheritance for ".instanceof.App\Command\ProvisionKeycloakClientsCommand.0.App\Command\ProvisionKeycloakClientsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProvisionKeycloakClientsCommand).
Resolving inheritance for "App\Command\ProvisionKeycloakClientsCommand" (parent: .instanceof.App\Command\ProvisionKeycloakClientsCommand.0.App\Command\ProvisionKeycloakClientsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RebuildSearchIndexCommand" (parent: .abstract.instanceof.App\Command\RebuildSearchIndexCommand).
Resolving inheritance for "App\Command\RebuildSearchIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RebuildSearchIndexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculateBookedSlotsCommand" (parent: .abstract.instanceof.App\Command\RecalculateBookedSlotsCommand).
Resolving inheritance for "App\Command\RecalculateBookedSlotsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculateBookedSlotsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageController" (parent: .abstract.instanceof.App\Controller\CKImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageController).
Resolving inheritance for "App\Controller\CKImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageDeleteController" (parent: .abstract.instanceof.App\Controller\CKImageDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageDeleteController).
Resolving inheritance for "App\Controller\CKImageDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageUploadController" (parent: .abstract.instanceof.App\Controller\CKImageUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageUploadController).
Resolving inheritance for "App\Controller\CKImageUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarController" (parent: .abstract.instanceof.App\Controller\CalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarController).
Resolving inheritance for "App\Controller\CalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController" (parent: .abstract.instanceof.App\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController).
Resolving inheritance for "App\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientConfigController" (parent: .abstract.instanceof.App\Controller\ClientConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientConfigController).
Resolving inheritance for "App\Controller\ClientConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientController" (parent: .abstract.instanceof.App\Controller\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientController).
Resolving inheritance for "App\Controller\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseController" (parent: .abstract.instanceof.App\Controller\CourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseController).
Resolving inheritance for "App\Controller\CourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseFieldsController" (parent: .abstract.instanceof.App\Controller\CourseFieldsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseFieldsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseFieldsController).
Resolving inheritance for "App\Controller\CourseFieldsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseFieldsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseOccurrenceController" (parent: .abstract.instanceof.App\Controller\CourseOccurrenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseOccurrenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseOccurrenceController).
Resolving inheritance for "App\Controller\CourseOccurrenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseOccurrenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseProviderController" (parent: .abstract.instanceof.App\Controller\CourseProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseProviderController).
Resolving inheritance for "App\Controller\CourseProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseSeriesController" (parent: .abstract.instanceof.App\Controller\CourseSeriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseSeriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseSeriesController).
Resolving inheritance for "App\Controller\CourseSeriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseSeriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseSubscriptionController" (parent: .abstract.instanceof.App\Controller\CourseSubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseSubscriptionController).
Resolving inheritance for "App\Controller\CourseSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseSubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseTemplateController" (parent: .abstract.instanceof.App\Controller\CourseTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseTemplateController).
Resolving inheritance for "App\Controller\CourseTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseTypeController" (parent: .abstract.instanceof.App\Controller\CourseTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseTypeController).
Resolving inheritance for "App\Controller\CourseTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomFormController" (parent: .abstract.instanceof.App\Controller\CustomFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomFormController).
Resolving inheritance for "App\Controller\CustomFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController" (parent: .abstract.instanceof.App\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController).
Resolving inheritance for "App\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDocumentController" (parent: .abstract.instanceof.App\Controller\CustomerDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDocumentController).
Resolving inheritance for "App\Controller\CustomerDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController).
Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DynamicPageController" (parent: .abstract.instanceof.App\Controller\DynamicPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DynamicPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DynamicPageController).
Resolving inheritance for "App\Controller\DynamicPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DynamicPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController" (parent: .abstract.instanceof.App\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController).
Resolving inheritance for "App\Controller\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController" (parent: .abstract.instanceof.App\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController).
Resolving inheritance for "App\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AbstractFrontendCartableController" (parent: .abstract.instanceof.App\Controller\Frontend\AbstractFrontendCartableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AbstractFrontendCartableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AbstractFrontendCartableController).
Resolving inheritance for "App\Controller\Frontend\AbstractFrontendCartableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AbstractFrontendCartableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CartFeController" (parent: .abstract.instanceof.App\Controller\Frontend\CartFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CartFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CartFeController).
Resolving inheritance for "App\Controller\Frontend\CartFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CartFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CheckoutFeController" (parent: .abstract.instanceof.App\Controller\Frontend\CheckoutFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CheckoutFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CheckoutFeController).
Resolving inheritance for "App\Controller\Frontend\CheckoutFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CheckoutFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CourseFeController" (parent: .abstract.instanceof.App\Controller\Frontend\CourseFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CourseFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CourseFeController).
Resolving inheritance for "App\Controller\Frontend\CourseFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CourseFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CourseOccurrenceFeController" (parent: .abstract.instanceof.App\Controller\Frontend\CourseOccurrenceFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CourseOccurrenceFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CourseOccurrenceFeController).
Resolving inheritance for "App\Controller\Frontend\CourseOccurrenceFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CourseOccurrenceFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CustomerFeController" (parent: .abstract.instanceof.App\Controller\Frontend\CustomerFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CustomerFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CustomerFeController).
Resolving inheritance for "App\Controller\Frontend\CustomerFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CustomerFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\FrontendCustomFormController" (parent: .abstract.instanceof.App\Controller\Frontend\FrontendCustomFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\FrontendCustomFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\FrontendCustomFormController).
Resolving inheritance for "App\Controller\Frontend\FrontendCustomFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\FrontendCustomFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SearchFeController" (parent: .abstract.instanceof.App\Controller\Frontend\SearchFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SearchFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SearchFeController).
Resolving inheritance for "App\Controller\Frontend\SearchFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SearchFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SpeakerFeController" (parent: .abstract.instanceof.App\Controller\Frontend\SpeakerFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SpeakerFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SpeakerFeController).
Resolving inheritance for "App\Controller\Frontend\SpeakerFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SpeakerFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\StaticPageController" (parent: .abstract.instanceof.App\Controller\Frontend\StaticPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\StaticPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\StaticPageController).
Resolving inheritance for "App\Controller\Frontend\StaticPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\StaticPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\VenueFeController" (parent: .abstract.instanceof.App\Controller\Frontend\VenueFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\VenueFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\VenueFeController).
Resolving inheritance for "App\Controller\Frontend\VenueFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\VenueFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\WithdrawalFeController" (parent: .abstract.instanceof.App\Controller\Frontend\WithdrawalFeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\WithdrawalFeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\WithdrawalFeController).
Resolving inheritance for "App\Controller\Frontend\WithdrawalFeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\WithdrawalFeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendDynamicPageController" (parent: .abstract.instanceof.App\Controller\FrontendDynamicPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendDynamicPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendDynamicPageController).
Resolving inheritance for "App\Controller\FrontendDynamicPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendDynamicPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpApiController" (parent: .abstract.instanceof.App\Controller\HelpApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpApiController).
Resolving inheritance for "App\Controller\HelpApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpContentController" (parent: .abstract.instanceof.App\Controller\HelpContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpContentController).
Resolving inheritance for "App\Controller\HelpContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController" (parent: .abstract.instanceof.App\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController).
Resolving inheritance for "App\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicePaymentController" (parent: .abstract.instanceof.App\Controller\InvoicePaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicePaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicePaymentController).
Resolving inheritance for "App\Controller\InvoicePaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicePaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceReminderController" (parent: .abstract.instanceof.App\Controller\InvoiceReminderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceReminderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceReminderController).
Resolving inheritance for "App\Controller\InvoiceReminderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceReminderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogoutController" (parent: .abstract.instanceof.App\Controller\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogoutController).
Resolving inheritance for "App\Controller\LogoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailTemplateController" (parent: .abstract.instanceof.App\Controller\MailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailTemplateController).
Resolving inheritance for "App\Controller\MailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController" (parent: .abstract.instanceof.App\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController).
Resolving inheritance for "App\Controller\MaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController" (parent: .abstract.instanceof.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController).
Resolving inheritance for "App\Controller\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OccurrenceProviderController" (parent: .abstract.instanceof.App\Controller\OccurrenceProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OccurrenceProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OccurrenceProviderController).
Resolving inheritance for "App\Controller\OccurrenceProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OccurrenceProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController" (parent: .abstract.instanceof.App\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController).
Resolving inheritance for "App\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderWaitController" (parent: .abstract.instanceof.App\Controller\OrderWaitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderWaitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderWaitController).
Resolving inheritance for "App\Controller\OrderWaitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderWaitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController" (parent: .abstract.instanceof.App\Controller\PersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController).
Resolving inheritance for "App\Controller\PersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PresenceController" (parent: .abstract.instanceof.App\Controller\PresenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PresenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PresenceController).
Resolving inheritance for "App\Controller\PresenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PresenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PresenceReasonController" (parent: .abstract.instanceof.App\Controller\PresenceReasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PresenceReasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PresenceReasonController).
Resolving inheritance for "App\Controller\PresenceReasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PresenceReasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController" (parent: .abstract.instanceof.App\Controller\ProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController).
Resolving inheritance for "App\Controller\ProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicDemoController" (parent: .abstract.instanceof.App\Controller\PublicDemoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicDemoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicDemoController).
Resolving inheritance for "App\Controller\PublicDemoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicDemoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QrCodeController" (parent: .abstract.instanceof.App\Controller\QrCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QrCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QrCodeController).
Resolving inheritance for "App\Controller\QrCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QrCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\AbstractRestCartableController" (parent: .abstract.instanceof.App\Controller\Rest\AbstractRestCartableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\AbstractRestCartableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\AbstractRestCartableController).
Resolving inheritance for "App\Controller\Rest\AbstractRestCartableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\AbstractRestCartableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CartRestController" (parent: .abstract.instanceof.App\Controller\Rest\CartRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CartRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CartRestController).
Resolving inheritance for "App\Controller\Rest\CartRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CartRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CategoryRestController" (parent: .abstract.instanceof.App\Controller\Rest\CategoryRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CategoryRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CategoryRestController).
Resolving inheritance for "App\Controller\Rest\CategoryRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CategoryRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CheckoutRestController" (parent: .abstract.instanceof.App\Controller\Rest\CheckoutRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CheckoutRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CheckoutRestController).
Resolving inheritance for "App\Controller\Rest\CheckoutRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CheckoutRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseOccurrenceRestController" (parent: .abstract.instanceof.App\Controller\Rest\CourseOccurrenceRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseOccurrenceRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseOccurrenceRestController).
Resolving inheritance for "App\Controller\Rest\CourseOccurrenceRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseOccurrenceRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseRestController" (parent: .abstract.instanceof.App\Controller\Rest\CourseRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseRestController).
Resolving inheritance for "App\Controller\Rest\CourseRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseScreenRestController" (parent: .abstract.instanceof.App\Controller\Rest\CourseScreenRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseScreenRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseScreenRestController).
Resolving inheritance for "App\Controller\Rest\CourseScreenRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseScreenRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseTypeRestController" (parent: .abstract.instanceof.App\Controller\Rest\CourseTypeRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseTypeRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseTypeRestController).
Resolving inheritance for "App\Controller\Rest\CourseTypeRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseTypeRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CustomerRestController" (parent: .abstract.instanceof.App\Controller\Rest\CustomerRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CustomerRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CustomerRestController).
Resolving inheritance for "App\Controller\Rest\CustomerRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CustomerRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\GeneralRestController" (parent: .abstract.instanceof.App\Controller\Rest\GeneralRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\GeneralRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\GeneralRestController).
Resolving inheritance for "App\Controller\Rest\GeneralRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\GeneralRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\SearchRestController" (parent: .abstract.instanceof.App\Controller\Rest\SearchRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\SearchRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\SearchRestController).
Resolving inheritance for "App\Controller\Rest\SearchRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\SearchRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\SpeakerRestController" (parent: .abstract.instanceof.App\Controller\Rest\SpeakerRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\SpeakerRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\SpeakerRestController).
Resolving inheritance for "App\Controller\Rest\SpeakerRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\SpeakerRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\VenueRestController" (parent: .abstract.instanceof.App\Controller\Rest\VenueRestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\VenueRestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\VenueRestController).
Resolving inheritance for "App\Controller\Rest\VenueRestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\VenueRestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\OidcController" (parent: .abstract.instanceof.App\Controller\Security\OidcController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\OidcController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\OidcController).
Resolving inheritance for "App\Controller\Security\OidcController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\OidcController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpeakerController" (parent: .abstract.instanceof.App\Controller\SpeakerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpeakerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpeakerController).
Resolving inheritance for "App\Controller\SpeakerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpeakerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpeakerProviderController" (parent: .abstract.instanceof.App\Controller\SpeakerProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpeakerProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpeakerProviderController).
Resolving inheritance for "App\Controller\SpeakerProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpeakerProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController" (parent: .abstract.instanceof.App\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController).
Resolving inheritance for "App\Controller\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemAnnouncementController" (parent: .abstract.instanceof.App\Controller\SystemAnnouncementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemAnnouncementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemAnnouncementController).
Resolving inheritance for "App\Controller\SystemAnnouncementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemAnnouncementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemAnnouncementDismissController" (parent: .abstract.instanceof.App\Controller\SystemAnnouncementDismissController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemAnnouncementDismissController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemAnnouncementDismissController).
Resolving inheritance for "App\Controller\SystemAnnouncementDismissController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemAnnouncementDismissController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsController" (parent: .abstract.instanceof.App\Controller\TagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsController).
Resolving inheritance for "App\Controller\TagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsPersonController" (parent: .abstract.instanceof.App\Controller\TagsPersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsPersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsPersonController).
Resolving inheritance for "App\Controller\TagsPersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsPersonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestCkeditorController" (parent: .abstract.instanceof.App\Controller\TestCkeditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestCkeditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestCkeditorController).
Resolving inheritance for "App\Controller\TestCkeditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestCkeditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TextblocksController" (parent: .abstract.instanceof.App\Controller\TextblocksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TextblocksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TextblocksController).
Resolving inheritance for "App\Controller\TextblocksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TextblocksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ThemeBlockController" (parent: .abstract.instanceof.App\Controller\ThemeBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ThemeBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ThemeBlockController).
Resolving inheritance for "App\Controller\ThemeBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ThemeBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueController" (parent: .abstract.instanceof.App\Controller\VenueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueController).
Resolving inheritance for "App\Controller\VenueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueDocumentController" (parent: .abstract.instanceof.App\Controller\VenueDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueDocumentController).
Resolving inheritance for "App\Controller\VenueDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueProviderController" (parent: .abstract.instanceof.App\Controller\VenueProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueProviderController).
Resolving inheritance for "App\Controller\VenueProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VoucherController" (parent: .abstract.instanceof.App\Controller\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VoucherController).
Resolving inheritance for "App\Controller\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WithdrawalController" (parent: .abstract.instanceof.App\Controller\WithdrawalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WithdrawalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WithdrawalController).
Resolving inheritance for "App\Controller\WithdrawalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WithdrawalController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppDummyData" (parent: .abstract.instanceof.App\DataFixtures\AppDummyData).
Resolving inheritance for "App\DataFixtures\AppDummyData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppDummyData).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TestDataFixtures" (parent: .abstract.instanceof.App\DataFixtures\TestDataFixtures).
Resolving inheritance for "App\DataFixtures\TestDataFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TestDataFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CalendarSubscriber" (parent: .abstract.instanceof.App\EventListener\CalendarSubscriber).
Resolving inheritance for "App\EventListener\CalendarSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CalendarSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LogoutCartListener" (parent: .abstract.instanceof.App\EventListener\LogoutCartListener).
Resolving inheritance for "App\EventListener\LogoutCartListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LogoutCartListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserSubscriber" (parent: .abstract.instanceof.App\EventListener\UserSubscriber).
Resolving inheritance for "App\EventListener\UserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AccessDeniedExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AccessDeniedExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\AccessDeniedExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AccessDeniedExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartCountSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CartCountSubscriber).
Resolving inheritance for "App\EventSubscriber\CartCountSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartCountSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartTransferSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CartTransferSubscriber).
Resolving inheritance for "App\EventSubscriber\CartTransferSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartTransferSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\MaintenanceModeSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\MaintenanceModeSubscriber).
Resolving inheritance for "App\EventSubscriber\MaintenanceModeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\MaintenanceModeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TenantRedirectSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TenantRedirectSubscriber).
Resolving inheritance for "App\EventSubscriber\TenantRedirectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TenantRedirectSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ThemeLoaderSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ThemeLoaderSubscriber).
Resolving inheritance for "App\EventSubscriber\ThemeLoaderSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ThemeLoaderSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ThemeRouteRedirectSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ThemeRouteRedirectSubscriber).
Resolving inheritance for "App\EventSubscriber\ThemeRouteRedirectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ThemeRouteRedirectSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType" (parent: .abstract.instanceof.App\Form\CategoryType).
Resolving inheritance for "App\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientConfigType" (parent: .abstract.instanceof.App\Form\ClientConfigType).
Resolving inheritance for "App\Form\ClientConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientCountriesType" (parent: .abstract.instanceof.App\Form\ClientCountriesType).
Resolving inheritance for "App\Form\ClientCountriesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientCountriesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientFormType" (parent: .abstract.instanceof.App\Form\ClientFormType).
Resolving inheritance for "App\Form\ClientFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseImageType" (parent: .abstract.instanceof.App\Form\CourseImageType).
Resolving inheritance for "App\Form\CourseImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseImagesType" (parent: .abstract.instanceof.App\Form\CourseImagesType).
Resolving inheritance for "App\Form\CourseImagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseImagesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceDuplicateType" (parent: .abstract.instanceof.App\Form\CourseOccurrenceDuplicateType).
Resolving inheritance for "App\Form\CourseOccurrenceDuplicateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceDuplicateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceTimeType" (parent: .abstract.instanceof.App\Form\CourseOccurrenceTimeType).
Resolving inheritance for "App\Form\CourseOccurrenceTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceTimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceType" (parent: .abstract.instanceof.App\Form\CourseOccurrenceType).
Resolving inheritance for "App\Form\CourseOccurrenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseProviderType" (parent: .abstract.instanceof.App\Form\CourseProviderType).
Resolving inheritance for "App\Form\CourseProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseSeriesType" (parent: .abstract.instanceof.App\Form\CourseSeriesType).
Resolving inheritance for "App\Form\CourseSeriesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseSeriesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseSubscriptionType" (parent: .abstract.instanceof.App\Form\CourseSubscriptionType).
Resolving inheritance for "App\Form\CourseSubscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseSubscriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseTextType" (parent: .abstract.instanceof.App\Form\CourseTextType).
Resolving inheritance for "App\Form\CourseTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseType" (parent: .abstract.instanceof.App\Form\CourseType).
Resolving inheritance for "App\Form\CourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseTypeType" (parent: .abstract.instanceof.App\Form\CourseTypeType).
Resolving inheritance for "App\Form\CourseTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CsvImportType" (parent: .abstract.instanceof.App\Form\CsvImportType).
Resolving inheritance for "App\Form\CsvImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CsvImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomFormType" (parent: .abstract.instanceof.App\Form\CustomFormType).
Resolving inheritance for "App\Form\CustomFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerDocumentType" (parent: .abstract.instanceof.App\Form\CustomerDocumentType).
Resolving inheritance for "App\Form\CustomerDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerHistoryType" (parent: .abstract.instanceof.App\Form\CustomerHistoryType).
Resolving inheritance for "App\Form\CustomerHistoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerHistoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DemoRequestType" (parent: .abstract.instanceof.App\Form\DemoRequestType).
Resolving inheritance for "App\Form\DemoRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DemoRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DynamicPageType" (parent: .abstract.instanceof.App\Form\DynamicPageType).
Resolving inheritance for "App\Form\DynamicPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DynamicPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType" (parent: .abstract.instanceof.App\Form\EmailType).
Resolving inheritance for "App\Form\EmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Frontend\CheckoutType" (parent: .abstract.instanceof.App\Form\Frontend\CheckoutType).
Resolving inheritance for "App\Form\Frontend\CheckoutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Frontend\CheckoutType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HelpContentType" (parent: .abstract.instanceof.App\Form\HelpContentType).
Resolving inheritance for "App\Form\HelpContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HelpContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceCustomItemType" (parent: .abstract.instanceof.App\Form\InvoiceCustomItemType).
Resolving inheritance for "App\Form\InvoiceCustomItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceCustomItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceItemType" (parent: .abstract.instanceof.App\Form\InvoiceItemType).
Resolving inheritance for "App\Form\InvoiceItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOnlyType" (parent: .abstract.instanceof.App\Form\InvoiceOnlyType).
Resolving inheritance for "App\Form\InvoiceOnlyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOnlyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicePaymentType" (parent: .abstract.instanceof.App\Form\InvoicePaymentType).
Resolving inheritance for "App\Form\InvoicePaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicePaymentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceReminderType" (parent: .abstract.instanceof.App\Form\InvoiceReminderType).
Resolving inheritance for "App\Form\InvoiceReminderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceReminderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType" (parent: .abstract.instanceof.App\Form\InvoiceType).
Resolving inheritance for "App\Form\InvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailTemplateType" (parent: .abstract.instanceof.App\Form\MailTemplateType).
Resolving inheritance for "App\Form\MailTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceProviderType" (parent: .abstract.instanceof.App\Form\OccurrenceProviderType).
Resolving inheritance for "App\Form\OccurrenceProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonCancelDate" (parent: .abstract.instanceof.App\Form\OrderItemPersonCancelDate).
Resolving inheritance for "App\Form\OrderItemPersonCancelDate" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonCancelDate).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonCopy" (parent: .abstract.instanceof.App\Form\OrderItemPersonCopy).
Resolving inheritance for "App\Form\OrderItemPersonCopy" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonCopy).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonType" (parent: .abstract.instanceof.App\Form\OrderItemPersonType).
Resolving inheritance for "App\Form\OrderItemPersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemType" (parent: .abstract.instanceof.App\Form\OrderItemType).
Resolving inheritance for "App\Form\OrderItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStatusType" (parent: .abstract.instanceof.App\Form\OrderStatusType).
Resolving inheritance for "App\Form\OrderStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderType" (parent: .abstract.instanceof.App\Form\OrderType).
Resolving inheritance for "App\Form\OrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonInvoiceRecipientType" (parent: .abstract.instanceof.App\Form\PersonInvoiceRecipientType).
Resolving inheritance for "App\Form\PersonInvoiceRecipientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonInvoiceRecipientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType" (parent: .abstract.instanceof.App\Form\PersonType).
Resolving inheritance for "App\Form\PersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceReasonType" (parent: .abstract.instanceof.App\Form\PresenceReasonType).
Resolving inheritance for "App\Form\PresenceReasonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceReasonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceType" (parent: .abstract.instanceof.App\Form\PresenceType).
Resolving inheritance for "App\Form\PresenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType" (parent: .abstract.instanceof.App\Form\ProviderType).
Resolving inheritance for "App\Form\ProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecipientMergeStrategyType" (parent: .abstract.instanceof.App\Form\RecipientMergeStrategyType).
Resolving inheritance for "App\Form\RecipientMergeStrategyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecipientMergeStrategyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerImageType" (parent: .abstract.instanceof.App\Form\SpeakerImageType).
Resolving inheritance for "App\Form\SpeakerImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerProviderType" (parent: .abstract.instanceof.App\Form\SpeakerProviderType).
Resolving inheritance for "App\Form\SpeakerProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerTextType" (parent: .abstract.instanceof.App\Form\SpeakerTextType).
Resolving inheritance for "App\Form\SpeakerTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerType" (parent: .abstract.instanceof.App\Form\SpeakerType).
Resolving inheritance for "App\Form\SpeakerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsPersonType" (parent: .abstract.instanceof.App\Form\TagsPersonType).
Resolving inheritance for "App\Form\TagsPersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsPersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsType" (parent: .abstract.instanceof.App\Form\TagsType).
Resolving inheritance for "App\Form\TagsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TextblocksType" (parent: .abstract.instanceof.App\Form\TextblocksType).
Resolving inheritance for "App\Form\TextblocksType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TextblocksType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThemeBlockType" (parent: .abstract.instanceof.App\Form\ThemeBlockType).
Resolving inheritance for "App\Form\ThemeBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThemeBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueDocumentType" (parent: .abstract.instanceof.App\Form\VenueDocumentType).
Resolving inheritance for "App\Form\VenueDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueImageType" (parent: .abstract.instanceof.App\Form\VenueImageType).
Resolving inheritance for "App\Form\VenueImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueImagesType" (parent: .abstract.instanceof.App\Form\VenueImagesType).
Resolving inheritance for "App\Form\VenueImagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueImagesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueProviderType" (parent: .abstract.instanceof.App\Form\VenueProviderType).
Resolving inheritance for "App\Form\VenueProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueRoomType" (parent: .abstract.instanceof.App\Form\VenueRoomType).
Resolving inheritance for "App\Form\VenueRoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueRoomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueType" (parent: .abstract.instanceof.App\Form\VenueType).
Resolving inheritance for "App\Form\VenueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherType" (parent: .abstract.instanceof.App\Form\VoucherType).
Resolving inheritance for "App\Form\VoucherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherType).
Resolving inheritance for ".instanceof.App\MessageHandler\CreateDemoTenantHandler.0.App\MessageHandler\CreateDemoTenantHandler" (parent: .abstract.instanceof.App\MessageHandler\CreateDemoTenantHandler).
Resolving inheritance for "App\MessageHandler\CreateDemoTenantHandler" (parent: .instanceof.App\MessageHandler\CreateDemoTenantHandler.0.App\MessageHandler\CreateDemoTenantHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository" (parent: .abstract.instanceof.App\Repository\AttachmentRepository).
Resolving inheritance for "App\Repository\AttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CKImageRepository" (parent: .abstract.instanceof.App\Repository\CKImageRepository).
Resolving inheritance for "App\Repository\CKImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CKImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartItemRepository" (parent: .abstract.instanceof.App\Repository\CartItemRepository).
Resolving inheritance for "App\Repository\CartItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClassClientConfigExtendsGenericEntityRepository" (parent: .abstract.instanceof.App\Repository\ClassClientConfigExtendsGenericEntityRepository).
Resolving inheritance for "App\Repository\ClassClientConfigExtendsGenericEntityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClassClientConfigExtendsGenericEntityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientConfigRepository" (parent: .abstract.instanceof.App\Repository\ClientConfigRepository).
Resolving inheritance for "App\Repository\ClientConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientConfigVariableRepository" (parent: .abstract.instanceof.App\Repository\ClientConfigVariableRepository).
Resolving inheritance for "App\Repository\ClientConfigVariableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientConfigVariableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository" (parent: .abstract.instanceof.App\Repository\ClientRepository).
Resolving inheritance for "App\Repository\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseDataRepository" (parent: .abstract.instanceof.App\Repository\CourseDataRepository).
Resolving inheritance for "App\Repository\CourseDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseFieldRepository" (parent: .abstract.instanceof.App\Repository\CourseFieldRepository).
Resolving inheritance for "App\Repository\CourseFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseImageRepository" (parent: .abstract.instanceof.App\Repository\CourseImageRepository).
Resolving inheritance for "App\Repository\CourseImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseOccurrenceRepository" (parent: .abstract.instanceof.App\Repository\CourseOccurrenceRepository).
Resolving inheritance for "App\Repository\CourseOccurrenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseOccurrenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseOccurrenceTimeRepository" (parent: .abstract.instanceof.App\Repository\CourseOccurrenceTimeRepository).
Resolving inheritance for "App\Repository\CourseOccurrenceTimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseOccurrenceTimeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseProviderRepository" (parent: .abstract.instanceof.App\Repository\CourseProviderRepository).
Resolving inheritance for "App\Repository\CourseProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository" (parent: .abstract.instanceof.App\Repository\CourseRepository).
Resolving inheritance for "App\Repository\CourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSeriesRepository" (parent: .abstract.instanceof.App\Repository\CourseSeriesRepository).
Resolving inheritance for "App\Repository\CourseSeriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSeriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubscriptionBookingRepository" (parent: .abstract.instanceof.App\Repository\CourseSubscriptionBookingRepository).
Resolving inheritance for "App\Repository\CourseSubscriptionBookingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubscriptionBookingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\CourseSubscriptionRepository).
Resolving inheritance for "App\Repository\CourseSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTextRepository" (parent: .abstract.instanceof.App\Repository\CourseTextRepository).
Resolving inheritance for "App\Repository\CourseTextRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTextRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTypeRepository" (parent: .abstract.instanceof.App\Repository\CourseTypeRepository).
Resolving inheritance for "App\Repository\CourseTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFormRepository" (parent: .abstract.instanceof.App\Repository\CustomFormRepository).
Resolving inheritance for "App\Repository\CustomFormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFormRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFormSubmissionRepository" (parent: .abstract.instanceof.App\Repository\CustomFormSubmissionRepository).
Resolving inheritance for "App\Repository\CustomFormSubmissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFormSubmissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerDocumentRepository" (parent: .abstract.instanceof.App\Repository\CustomerDocumentRepository).
Resolving inheritance for "App\Repository\CustomerDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerHistoryEntryRepository" (parent: .abstract.instanceof.App\Repository\CustomerHistoryEntryRepository).
Resolving inheritance for "App\Repository\CustomerHistoryEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerHistoryEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemoRequestRepository" (parent: .abstract.instanceof.App\Repository\DemoRequestRepository).
Resolving inheritance for "App\Repository\DemoRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemoRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DynamicPageRepository" (parent: .abstract.instanceof.App\Repository\DynamicPageRepository).
Resolving inheritance for "App\Repository\DynamicPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DynamicPageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailDtoRepository" (parent: .abstract.instanceof.App\Repository\EmailDtoRepository).
Resolving inheritance for "App\Repository\EmailDtoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailDtoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailHistoryEntryRepository" (parent: .abstract.instanceof.App\Repository\EmailHistoryEntryRepository).
Resolving inheritance for "App\Repository\EmailHistoryEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailHistoryEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpContentMediaRepository" (parent: .abstract.instanceof.App\Repository\HelpContentMediaRepository).
Resolving inheritance for "App\Repository\HelpContentMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpContentMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpContentRepository" (parent: .abstract.instanceof.App\Repository\HelpContentRepository).
Resolving inheritance for "App\Repository\HelpContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemAttendeesRepository" (parent: .abstract.instanceof.App\Repository\InvoiceItemAttendeesRepository).
Resolving inheritance for "App\Repository\InvoiceItemAttendeesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemAttendeesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemRepository" (parent: .abstract.instanceof.App\Repository\InvoiceItemRepository).
Resolving inheritance for "App\Repository\InvoiceItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentRepository" (parent: .abstract.instanceof.App\Repository\InvoicePaymentRepository).
Resolving inheritance for "App\Repository\InvoicePaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceReminderRepository" (parent: .abstract.instanceof.App\Repository\InvoiceReminderRepository).
Resolving inheritance for "App\Repository\InvoiceReminderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceReminderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplateAttachmentRepository" (parent: .abstract.instanceof.App\Repository\MailTemplateAttachmentRepository).
Resolving inheritance for "App\Repository\MailTemplateAttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplateAttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplateRepository" (parent: .abstract.instanceof.App\Repository\MailTemplateRepository).
Resolving inheritance for "App\Repository\MailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManualNewsletterRepository" (parent: .abstract.instanceof.App\Repository\ManualNewsletterRepository).
Resolving inheritance for "App\Repository\ManualNewsletterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManualNewsletterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsletterRepository" (parent: .abstract.instanceof.App\Repository\NewsletterRepository).
Resolving inheritance for "App\Repository\NewsletterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsletterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceProviderRepository" (parent: .abstract.instanceof.App\Repository\OccurrenceProviderRepository).
Resolving inheritance for "App\Repository\OccurrenceProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceRepository" (parent: .abstract.instanceof.App\Repository\OccurrenceRepository).
Resolving inheritance for "App\Repository\OccurrenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderItemPersonRepository" (parent: .abstract.instanceof.App\Repository\OrderItemPersonRepository).
Resolving inheritance for "App\Repository\OrderItemPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderItemPersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderItemRepository" (parent: .abstract.instanceof.App\Repository\OrderItemRepository).
Resolving inheritance for "App\Repository\OrderItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProfileRepository" (parent: .abstract.instanceof.App\Repository\OrderProfileRepository).
Resolving inheritance for "App\Repository\OrderProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository" (parent: .abstract.instanceof.App\Repository\PersonRepository).
Resolving inheritance for "App\Repository\PersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresenceReasonRepository" (parent: .abstract.instanceof.App\Repository\PresenceReasonRepository).
Resolving inheritance for "App\Repository\PresenceReasonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresenceReasonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresenceRepository" (parent: .abstract.instanceof.App\Repository\PresenceRepository).
Resolving inheritance for "App\Repository\PresenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEntryRepository" (parent: .abstract.instanceof.App\Repository\ProtocolEntryRepository).
Resolving inheritance for "App\Repository\ProtocolEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository" (parent: .abstract.instanceof.App\Repository\ProviderRepository).
Resolving inheritance for "App\Repository\ProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchIndexEntryRepository" (parent: .abstract.instanceof.App\Repository\SearchIndexEntryRepository).
Resolving inheritance for "App\Repository\SearchIndexEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchIndexEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerImageRepository" (parent: .abstract.instanceof.App\Repository\SpeakerImageRepository).
Resolving inheritance for "App\Repository\SpeakerImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerProviderRepository" (parent: .abstract.instanceof.App\Repository\SpeakerProviderRepository).
Resolving inheritance for "App\Repository\SpeakerProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerRepository" (parent: .abstract.instanceof.App\Repository\SpeakerRepository).
Resolving inheritance for "App\Repository\SpeakerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerTextRepository" (parent: .abstract.instanceof.App\Repository\SpeakerTextRepository).
Resolving inheritance for "App\Repository\SpeakerTextRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerTextRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SystemAnnouncementRepository" (parent: .abstract.instanceof.App\Repository\SystemAnnouncementRepository).
Resolving inheritance for "App\Repository\SystemAnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SystemAnnouncementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsPersonRepository" (parent: .abstract.instanceof.App\Repository\TagsPersonRepository).
Resolving inheritance for "App\Repository\TagsPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsPersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsRepository" (parent: .abstract.instanceof.App\Repository\TagsRepository).
Resolving inheritance for "App\Repository\TagsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextblocksRepository" (parent: .abstract.instanceof.App\Repository\TextblocksRepository).
Resolving inheritance for "App\Repository\TextblocksRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextblocksRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeBlockRepository" (parent: .abstract.instanceof.App\Repository\ThemeBlockRepository).
Resolving inheritance for "App\Repository\ThemeBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueDocumentRepository" (parent: .abstract.instanceof.App\Repository\VenueDocumentRepository).
Resolving inheritance for "App\Repository\VenueDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueImageRepository" (parent: .abstract.instanceof.App\Repository\VenueImageRepository).
Resolving inheritance for "App\Repository\VenueImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueProviderRepository" (parent: .abstract.instanceof.App\Repository\VenueProviderRepository).
Resolving inheritance for "App\Repository\VenueProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRepository" (parent: .abstract.instanceof.App\Repository\VenueRepository).
Resolving inheritance for "App\Repository\VenueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRoomRepository" (parent: .abstract.instanceof.App\Repository\VenueRoomRepository).
Resolving inheritance for "App\Repository\VenueRoomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRoomRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository" (parent: .abstract.instanceof.App\Repository\VoucherRepository).
Resolving inheritance for "App\Repository\VoucherRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherUsageRepository" (parent: .abstract.instanceof.App\Repository\VoucherUsageRepository).
Resolving inheritance for "App\Repository\VoucherUsageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherUsageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WaitItemRepository" (parent: .abstract.instanceof.App\Repository\WaitItemRepository).
Resolving inheritance for "App\Repository\WaitItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WaitItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WithdrawalRepository" (parent: .abstract.instanceof.App\Repository\WithdrawalRepository).
Resolving inheritance for "App\Repository\WithdrawalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WithdrawalRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CategoryVoter" (parent: .abstract.instanceof.App\Security\Voter\CategoryVoter).
Resolving inheritance for "App\Security\Voter\CategoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CategoryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseDataVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseDataVoter).
Resolving inheritance for "App\Security\Voter\CourseDataVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseDataVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseFieldVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseFieldVoter).
Resolving inheritance for "App\Security\Voter\CourseFieldVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseFieldVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseOccurrenceVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseOccurrenceVoter).
Resolving inheritance for "App\Security\Voter\CourseOccurrenceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseOccurrenceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSecurityVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseSecurityVoter).
Resolving inheritance for "App\Security\Voter\CourseSecurityVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSecurityVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSeriesVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseSeriesVoter).
Resolving inheritance for "App\Security\Voter\CourseSeriesVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSeriesVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSubscriptionVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseSubscriptionVoter).
Resolving inheritance for "App\Security\Voter\CourseSubscriptionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSubscriptionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseTypeVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseTypeVoter).
Resolving inheritance for "App\Security\Voter\CourseTypeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseTypeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseVoter).
Resolving inheritance for "App\Security\Voter\CourseVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FrontendClientVoter" (parent: .abstract.instanceof.App\Security\Voter\FrontendClientVoter).
Resolving inheritance for "App\Security\Voter\FrontendClientVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FrontendClientVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InvoiceVoter" (parent: .abstract.instanceof.App\Security\Voter\InvoiceVoter).
Resolving inheritance for "App\Security\Voter\InvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\MailTemplateVoter" (parent: .abstract.instanceof.App\Security\Voter\MailTemplateVoter).
Resolving inheritance for "App\Security\Voter\MailTemplateVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\MailTemplateVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OccurrenceVoter" (parent: .abstract.instanceof.App\Security\Voter\OccurrenceVoter).
Resolving inheritance for "App\Security\Voter\OccurrenceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OccurrenceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter" (parent: .abstract.instanceof.App\Security\Voter\OrderVoter).
Resolving inheritance for "App\Security\Voter\OrderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PersonVoter" (parent: .abstract.instanceof.App\Security\Voter\PersonVoter).
Resolving inheritance for "App\Security\Voter\PersonVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PersonVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VenueSecurityVoter" (parent: .abstract.instanceof.App\Security\Voter\VenueSecurityVoter).
Resolving inheritance for "App\Security\Voter\VenueSecurityVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VenueSecurityVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VenueVoter" (parent: .abstract.instanceof.App\Security\Voter\VenueVoter).
Resolving inheritance for "App\Security\Voter\VenueVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VenueVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VoucherVoter" (parent: .abstract.instanceof.App\Security\Voter\VoucherVoter).
Resolving inheritance for "App\Security\Voter\VoucherVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VoucherVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\CertificateService" (parent: .abstract.instanceof.App\Service\CertificateService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\CertificateService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\CertificateService).
Resolving inheritance for "App\Service\CertificateService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\CertificateService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\InvoiceService" (parent: .abstract.instanceof.App\Service\InvoiceService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\InvoiceService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\InvoiceService).
Resolving inheritance for "App\Service\InvoiceService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\InvoiceService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\MailerService" (parent: .abstract.instanceof.App\Service\MailerService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\MailerService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\MailerService).
Resolving inheritance for "App\Service\MailerService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\MailerService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ManualNewsletterService" (parent: .abstract.instanceof.App\Service\ManualNewsletterService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\ManualNewsletterService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ManualNewsletterService).
Resolving inheritance for "App\Service\ManualNewsletterService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\ManualNewsletterService).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ClientExtension" (parent: .abstract.instanceof.App\Twig\ClientExtension).
Resolving inheritance for "App\Twig\ClientExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ClientExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CountryExtension" (parent: .abstract.instanceof.App\Twig\CountryExtension).
Resolving inheritance for "App\Twig\CountryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CountryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CustomerAgegroupExtension" (parent: .abstract.instanceof.App\Twig\CustomerAgegroupExtension).
Resolving inheritance for "App\Twig\CustomerAgegroupExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CustomerAgegroupExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DecodeEntities" (parent: .abstract.instanceof.App\Twig\DecodeEntities).
Resolving inheritance for "App\Twig\DecodeEntities" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DecodeEntities).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EnvExtension" (parent: .abstract.instanceof.App\Twig\EnvExtension).
Resolving inheritance for "App\Twig\EnvExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EnvExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HelpExtension" (parent: .abstract.instanceof.App\Twig\HelpExtension).
Resolving inheritance for "App\Twig\HelpExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HelpExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocalizedTimeExtension" (parent: .abstract.instanceof.App\Twig\LocalizedTimeExtension).
Resolving inheritance for "App\Twig\LocalizedTimeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocalizedTimeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\OrderStatusExtension" (parent: .abstract.instanceof.App\Twig\OrderStatusExtension).
Resolving inheritance for "App\Twig\OrderStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\OrderStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentTypeExtension" (parent: .abstract.instanceof.App\Twig\PaymentTypeExtension).
Resolving inheritance for "App\Twig\PaymentTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PersonExtension" (parent: .abstract.instanceof.App\Twig\PersonExtension).
Resolving inheritance for "App\Twig\PersonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PersonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ThemeBlockExtension" (parent: .abstract.instanceof.App\Twig\ThemeBlockExtension).
Resolving inheritance for "App\Twig\ThemeBlockExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ThemeBlockExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ThemeExtension" (parent: .abstract.instanceof.App\Twig\ThemeExtension).
Resolving inheritance for "App\Twig\ThemeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ThemeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ToIso88591Extension" (parent: .abstract.instanceof.App\Twig\ToIso88591Extension).
Resolving inheritance for "App\Twig\ToIso88591Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ToIso88591Extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\VoucherExtension" (parent: .abstract.instanceof.App\Twig\VoucherExtension).
Resolving inheritance for "App\Twig\VoucherExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\VoucherExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\ClientController" (parent: .abstract.instanceof.App\User\Controller\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\ClientController).
Resolving inheritance for "App\User\Controller\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\UserController" (parent: .abstract.instanceof.App\User\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\UserController).
Resolving inheritance for "App\User\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\ClientType" (parent: .abstract.instanceof.App\User\Form\ClientType).
Resolving inheritance for "App\User\Form\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\PasswordForgotType" (parent: .abstract.instanceof.App\User\Form\PasswordForgotType).
Resolving inheritance for "App\User\Form\PasswordForgotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\PasswordForgotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\PasswordResetType" (parent: .abstract.instanceof.App\User\Form\PasswordResetType).
Resolving inheritance for "App\User\Form\PasswordResetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\PasswordResetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\RegisterType" (parent: .abstract.instanceof.App\User\Form\RegisterType).
Resolving inheritance for "App\User\Form\RegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\RegisterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\UserType" (parent: .abstract.instanceof.App\User\Form\UserType).
Resolving inheritance for "App\User\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\UserType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Repository\ClientRepository" (parent: .abstract.instanceof.App\User\Repository\ClientRepository).
Resolving inheritance for "App\User\Repository\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Repository\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Repository\UserRepository" (parent: .abstract.instanceof.App\User\Repository\UserRepository).
Resolving inheritance for "App\User\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Security\Voter\ClientVoter" (parent: .abstract.instanceof.App\User\Security\Voter\ClientVoter).
Resolving inheritance for "App\User\Security\Voter\ClientVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Security\Voter\ClientVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\User\Validator\KeycloakEmailValidator" (parent: .abstract.instanceof.App\User\Validator\KeycloakEmailValidator).
Resolving inheritance for "App\User\Validator\KeycloakEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\User\Validator\KeycloakEmailValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutBankConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\CheckoutBankConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\CheckoutBankConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutBankConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutBicConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\CheckoutBicConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\CheckoutBicConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutBicConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutIbanConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\CheckoutIbanConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\CheckoutIbanConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutIbanConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutParticipantsConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\CheckoutParticipantsConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\CheckoutParticipantsConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutParticipantsConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PersonIbanConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\PersonIbanConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\PersonIbanConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PersonIbanConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\EmailPlausibilityValidator" (parent: .abstract.instanceof.App\Validator\EmailPlausibilityValidator).
Resolving inheritance for "App\Validator\EmailPlausibilityValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\EmailPlausibilityValidator).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.App\Vich\ClientDirectoryNamer" (parent: .abstract.instanceof.App\Vich\ClientDirectoryNamer).
Resolving inheritance for "App\Vich\ClientDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.App\Vich\ClientDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.App\Vich\SafeOrignameNamer" (parent: .abstract.instanceof.App\Vich\SafeOrignameNamer).
Resolving inheritance for "App\Vich\SafeOrignameNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.App\Vich\SafeOrignameNamer).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.system).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_token" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.api_token" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.demo" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.demo" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.rest" (parent: security.firewall.config).
Resolving inheritance for "security.listener.rest.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.rest" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.rest" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.rest" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.rest" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.rest" (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.logout.listener.cookie_clearing.main" (parent: security.logout.listener.cookie_clearing).
Resolving inheritance for "drenso.oidc.authenticator.main" (parent: drenso.oidc.authenticator).
Resolving inheritance for "security.authentication.success_handler.main.oidc" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.oidc" (parent: App\Security\LoginSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.main.oidc" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "vich_uploader.namer_origname" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "vich_uploader.namer_origname.speaker_image" (parent: vich_uploader.namer_origname).
Resolving inheritance for "vich_uploader.namer_origname.speaker_additional_image" (parent: vich_uploader.namer_origname).
Resolving inheritance for "vich_uploader.namer_origname.venue_file" (parent: vich_uploader.namer_origname).
Resolving inheritance for "vich_uploader.namer_origname.venue_additional_image" (parent: vich_uploader.namer_origname).
Resolving inheritance for "vich_uploader.namer_origname.course_image" (parent: vich_uploader.namer_origname).
Resolving inheritance for "App\Vich\SafeOrignameNamer.ck_image" (parent: App\Vich\SafeOrignameNamer).
Resolving inheritance for "vich_uploader.namer_origname.customer_document" (parent: vich_uploader.namer_origname).
Resolving inheritance for "vich_uploader.namer_origname.client_stationary" (parent: vich_uploader.namer_origname).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\HashNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for "Vich\UploaderBundle\Naming\Base64Namer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.clean.speaker_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.speaker_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.speaker_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.speaker_additional_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.speaker_additional_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.speaker_additional_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.venue_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.venue_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.venue_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.venue_additional_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.venue_additional_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.venue_additional_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.course_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.course_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.course_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.ck_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.ck_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.ck_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.customer_document" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.customer_document" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.customer_document" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.client_stationary" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.client_stationary" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.client_stationary" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "drenso.oidc.url_fetcher.keycloak" (parent: drenso.oidc.url_fetcher).
Resolving inheritance for "drenso.oidc.session_storage.keycloak" (parent: drenso.oidc.session_storage).
Resolving inheritance for "drenso.oidc.jwt_helper.keycloak" (parent: drenso.oidc.jwt_helper).
Resolving inheritance for "drenso.oidc.client.keycloak" (parent: drenso.oidc.client).
Resolving inheritance for ".instanceof.App\User\Entity\Client.0.App\User\Entity\Client" (parent: .abstract.instanceof.App\User\Entity\Client).
Resolving inheritance for ".instanceof.App\User\Entity\User.0.App\User\Entity\User" (parent: .abstract.instanceof.App\User\Entity\User).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\User\Validator\KeycloakEmail" (parent: .abstract.instanceof.App\User\Validator\KeycloakEmail).
Resolving inheritance for ".instanceof.App\User\Validator\KeycloakEmail.0.App\User\Validator\KeycloakEmail" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.App\User\Validator\KeycloakEmail).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\CheckoutBankConstraint" (parent: .abstract.instanceof.App\Validator\Constraints\CheckoutBankConstraint).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\CheckoutBicConstraint" (parent: .abstract.instanceof.App\Validator\Constraints\CheckoutBicConstraint).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\CheckoutIbanConstraint" (parent: .abstract.instanceof.App\Validator\Constraints\CheckoutIbanConstraint).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\CheckoutParticipantsConstraint" (parent: .abstract.instanceof.App\Validator\Constraints\CheckoutParticipantsConstraint).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\PersonIbanConstraint" (parent: .abstract.instanceof.App\Validator\Constraints\PersonIbanConstraint).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\EmailPlausibility" (parent: .abstract.instanceof.App\Validator\EmailPlausibility).
Resolving inheritance for ".instanceof.App\Validator\EmailPlausibility.0.App\Validator\EmailPlausibility" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\EmailPlausibility).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
3
Skipping service "App\OAuth\GoogleGrantExtension": Class or interface "App\OAuth\GoogleGrantExtension" cannot be loaded.
Skipping service "App\OAuth\FacebookGrantExtension": Class or interface "App\OAuth\FacebookGrantExtension" cannot be loaded.
Skipping service "OAuth2\OAuth2": Class or interface "OAuth2\OAuth2" cannot be loaded.
254
Removing method "setDoctrineRegistry" of service "App\Controller\CalendarController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CalendarController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CalendarController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CalendarController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\ClientConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\ClientConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\ClientConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\ClientConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\ClientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\ClientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\ClientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\ClientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CourseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CourseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CourseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CourseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CourseFieldsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CourseFieldsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CourseFieldsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CourseFieldsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CourseOccurrenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CourseOccurrenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CourseOccurrenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CourseOccurrenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CourseProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CourseProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CourseProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CourseProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CourseSeriesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CourseSeriesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CourseSeriesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CourseSeriesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CourseSubscriptionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CourseSubscriptionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CourseSubscriptionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CourseSubscriptionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CourseTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CourseTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CourseTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CourseTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CourseTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CourseTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CourseTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CourseTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CustomFormController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CustomFormController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CustomFormController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CustomFormController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\CustomerDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\CustomerDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\CustomerDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\CustomerDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\DynamicPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\DynamicPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\DynamicPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\DynamicPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\ExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\ExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\ExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\ExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\AbstractFrontendCartableController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\AbstractFrontendCartableController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\AbstractFrontendCartableController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\AbstractFrontendCartableController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\CartFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\CartFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\CartFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\CartFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\CheckoutFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\CheckoutFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\CheckoutFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\CheckoutFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setConfigService" of service "App\Controller\Frontend\CourseFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\CourseFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\CourseFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\CourseFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\CourseFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\CourseOccurrenceFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\CourseOccurrenceFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\CourseOccurrenceFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\CourseOccurrenceFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\CustomerFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\CustomerFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\CustomerFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\CustomerFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\FrontendCustomFormController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\FrontendCustomFormController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\FrontendCustomFormController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\FrontendCustomFormController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\SearchFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\SearchFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\SearchFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\SearchFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\SpeakerFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\SpeakerFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\SpeakerFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\SpeakerFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\StaticPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\StaticPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\StaticPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\StaticPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\VenueFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\VenueFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\VenueFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\VenueFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\Frontend\WithdrawalFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\Frontend\WithdrawalFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\Frontend\WithdrawalFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\Frontend\WithdrawalFeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\FrontendDynamicPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\FrontendDynamicPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\FrontendDynamicPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\FrontendDynamicPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\InvoiceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\InvoiceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\InvoiceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\InvoiceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\InvoicePaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\InvoicePaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\InvoicePaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\InvoicePaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\InvoiceReminderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\InvoiceReminderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\InvoiceReminderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\InvoiceReminderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\MailTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\MailTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\MailTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\MailTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\MaintenanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\MaintenanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\MaintenanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\MaintenanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\NewsletterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\NewsletterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\NewsletterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\NewsletterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\OccurrenceProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\OccurrenceProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\OccurrenceProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\OccurrenceProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\OrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\OrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\OrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\OrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\OrderWaitController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\OrderWaitController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\OrderWaitController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\OrderWaitController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\PresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\PresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\PresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\PresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\ProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\ProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\ProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\ProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\SpeakerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\SpeakerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\SpeakerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\SpeakerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\StatisticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\StatisticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\StatisticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\StatisticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\TagsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\TagsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\TagsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\TagsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\TextblocksController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\TextblocksController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\TextblocksController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\TextblocksController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\ThemeBlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\ThemeBlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\ThemeBlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\ThemeBlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\VenueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\VenueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\VenueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\VenueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\VenueDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\VenueDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\VenueDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\VenueDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\VenueProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\VenueProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\VenueProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\VenueProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\VoucherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\VoucherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\VoucherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\VoucherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Controller\WithdrawalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Controller\WithdrawalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Controller\WithdrawalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Controller\WithdrawalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Service\CertificateService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Service\CertificateService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Service\CertificateService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Service\CertificateService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Service\InvoiceService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Service\InvoiceService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Service\InvoiceService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Service\InvoiceService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Service\MailerService::getTextBlocks": no corresponding services exist for the referenced types.
Removing method "setDoctrineRegistry" of service "App\Service\MailerService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Service\MailerService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Service\MailerService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Service\MailerService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\Service\ManualNewsletterService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\Service\ManualNewsletterService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\Service\ManualNewsletterService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\Service\ManualNewsletterService" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\User\Controller\ClientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\User\Controller\ClientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\User\Controller\ClientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\User\Controller\ClientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoctrineRegistry" of service "App\User\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientResolver" of service "App\User\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientRepository" of service "App\User\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setClientConfigService" of service "App\User\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
571
Removed service "App\User\Security\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineSystemCachePool"; 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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.app_user_provider"; 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.rest"; reason: private alias.
Removed service "security.user_checker.rest"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "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 "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "vich_uploader.namer_uniqid"; reason: private alias.
Removed service "vich_uploader.namer_property"; reason: private alias.
Removed service "vich_uploader.namer_hash"; reason: private alias.
Removed service "vich_uploader.namer_base64"; reason: private alias.
Removed service "vich_uploader.directory_namer_subdir"; reason: private alias.
Removed service "vich_uploader.namer_directory_property"; reason: private alias.
Removed service "vich_uploader.namer_directory_current_date_time"; reason: private alias.
Removed service "vich_uploader.namer_directory_configurable"; reason: private alias.
Removed service "vich_uploader.namer_smart_unique"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Drenso\OidcBundle\OidcClientLocator"; reason: private alias.
Removed service "Drenso\OidcBundle\OidcClientInterface $keycloakOidcClient"; reason: private alias.
Removed service "Drenso\OidcBundle\OidcClientInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_doc.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.xqODiDp"; reason: private alias.
Removed service ".service_locator.kVuTj7R"; reason: private alias.
Removed service ".service_locator.OePSu7n"; reason: private alias.
Removed service ".service_locator.nQr_XkN"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.rest"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.event_dispatcher.rest"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.G0SvSN6"; reason: private alias.
Removed service ".service_locator.93DlOUF"; reason: private alias.
Removed service ".service_locator.8o9hjmt"; reason: private alias.
Removed service ".service_locator.5C95mhE"; reason: private alias.
Removed service ".service_locator.qpIFzRt"; reason: private alias.
Removed service ".service_locator.atLHbK9"; reason: private alias.
Removed service ".service_locator.qTXz_j5"; reason: private alias.
Removed service ".service_locator.PgZU3cC"; reason: private alias.
Removed service ".service_locator.lFtV3_t"; reason: private alias.
Removed service ".service_locator..1AOLAr"; reason: private alias.
Removed service ".service_locator.qJ8ITto"; reason: private alias.
Removed service ".service_locator.jcLVknA"; reason: private alias.
Removed service ".service_locator.Xh6b04Q"; reason: private alias.
Removed service ".service_locator.mFKVG1F"; reason: private alias.
Removed service ".service_locator.V9tvT4v"; reason: private alias.
Removed service ".service_locator.U5tPmHD"; reason: private alias.
Removed service ".service_locator.iSAKdL2"; reason: private alias.
Removed service ".service_locator.Mh481M2"; reason: private alias.
Removed service ".service_locator.y7M.3mB"; reason: private alias.
Removed service ".service_locator.pla.dyW"; reason: private alias.
Removed service ".service_locator.zsBitiW"; reason: private alias.
Removed service ".service_locator.omVyr_H"; reason: private alias.
Removed service ".service_locator.dSem1Us"; reason: private alias.
Removed service ".service_locator.f4aLsb5"; reason: private alias.
Removed service ".service_locator.W9wf..z"; reason: private alias.
Removed service ".service_locator.Szlt5qH"; reason: private alias.
Removed service ".service_locator.41LVKh."; reason: private alias.
Removed service ".service_locator.V8cf5Rc"; reason: private alias.
Removed service ".service_locator.dbS0zKn"; reason: private alias.
Removed service ".service_locator.2QI5WJs"; reason: private alias.
Removed service ".service_locator.2q.pH28"; reason: private alias.
Removed service ".service_locator.zeo3KT."; reason: private alias.
Removed service ".service_locator.Br69Efc"; reason: private alias.
Removed service ".service_locator.YNcJ3up"; reason: private alias.
Removed service ".service_locator.bK4baCj"; reason: private alias.
Removed service ".service_locator.TJ1HKLs"; reason: private alias.
Removed service ".service_locator.R2g.64z"; reason: private alias.
Removed service ".service_locator.iXqWCRx"; reason: private alias.
Removed service ".service_locator.9Cj8etl"; reason: private alias.
Removed service ".service_locator.F7fn_dG"; reason: private alias.
Removed service ".service_locator.E4VoL8q"; reason: private alias.
Removed service ".service_locator.avjZxfT"; reason: private alias.
Removed service ".service_locator.gZT20.p"; reason: private alias.
Removed service ".service_locator.5LKuyhA"; reason: private alias.
Removed service ".service_locator.Be.bBdu"; reason: private alias.
Removed service ".service_locator.VYhRuBi"; reason: private alias.
Removed service ".service_locator.y58EloR"; reason: private alias.
Removed service ".service_locator.pq70qO5"; reason: private alias.
Removed service ".service_locator.fIQMFi_"; reason: private alias.
Removed service ".service_locator.fM1lOyU"; reason: private alias.
Removed service ".service_locator.YUfshPf"; reason: private alias.
Removed service ".service_locator.DNZtSmE"; reason: private alias.
Removed service ".service_locator.7Z5Aeb4"; reason: private alias.
Removed service ".service_locator..4b_jiq"; reason: private alias.
Removed service ".service_locator.ExJE2rf"; reason: private alias.
Removed service ".service_locator.l1GJcJV"; reason: private alias.
Removed service ".service_locator.zlwejGM"; reason: private alias.
Removed service ".service_locator.EtGSjI0"; reason: private alias.
Removed service ".service_locator.xK8jezQ"; reason: private alias.
Removed service ".service_locator.ogS5iii"; reason: private alias.
Removed service ".service_locator.4eUn8Ib"; reason: private alias.
Removed service ".service_locator.WUfsUcj"; reason: private alias.
Removed service ".service_locator.FE3v8BA"; reason: private alias.
Removed service ".service_locator.cobUoMO"; reason: private alias.
Removed service ".service_locator.wJXMNJ8"; reason: private alias.
Removed service ".service_locator.T8Os5K5"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.6VTFDOA"; reason: private alias.
Removed service ".service_locator.FNSJMSg"; reason: private alias.
Removed service ".service_locator.9a88Ndq"; reason: private alias.
Removed service ".service_locator.Ej0K0ht"; reason: private alias.
Removed service ".service_locator.aeH4Ccz"; reason: private alias.
Removed service ".service_locator.ed84Je0"; reason: private alias.
Removed service ".service_locator.5WxYt33"; reason: private alias.
Removed service ".service_locator.wWX0cKe"; reason: private alias.
Removed service ".service_locator.nMNClv0"; reason: private alias.
Removed service ".service_locator.fkhGz3Y"; reason: private alias.
Removed service ".service_locator.frGaCZD"; reason: private alias.
Removed service ".service_locator.ObnBH0_"; reason: private alias.
Removed service ".service_locator.kWv17tz"; reason: private alias.
Removed service ".service_locator.oXuG8mz"; reason: private alias.
Removed service ".service_locator..3XfcEW"; reason: private alias.
Removed service ".service_locator.0ghxbYw"; reason: private alias.
Removed service ".service_locator.JzboYrH"; reason: private alias.
Removed service ".service_locator.hsXeNL4"; reason: private alias.
Removed service ".service_locator.6yJNKcO"; reason: private alias.
Removed service ".service_locator.B.9_puO"; reason: private alias.
Removed service ".service_locator.Xi6iwdc"; reason: private alias.
Removed service ".service_locator..rh6.Rp"; reason: private alias.
Removed service ".service_locator.1qCAak."; reason: private alias.
Removed service ".service_locator.WidaXeS"; reason: private alias.
Removed service ".service_locator.byLAreF"; reason: private alias.
Removed service ".service_locator.9As6M0k"; reason: private alias.
Removed service ".service_locator.4Qmg.4n"; reason: private alias.
Removed service ".service_locator.0_fUlfB"; reason: private alias.
Removed service ".service_locator.wIJjh2a"; reason: private alias.
Removed service ".service_locator..PgIZyS"; reason: private alias.
Removed service ".service_locator.74FGa0x"; reason: private alias.
Removed service ".service_locator.qYx0I.e"; reason: private alias.
Removed service ".service_locator.sy5T2Sm"; reason: private alias.
Removed service ".service_locator.50gBHcx"; reason: private alias.
Removed service ".service_locator.JtKtEHj"; reason: private alias.
Removed service ".service_locator.UE4L.1u"; reason: private alias.
Removed service ".service_locator.u4Dfqcf"; reason: private alias.
Removed service ".service_locator.tg4YNJT"; reason: private alias.
Removed service ".service_locator.Ei1bH0z"; reason: private alias.
Removed service ".service_locator.xEqcMc_"; reason: private alias.
Removed service ".service_locator.8_6_m8e"; reason: private alias.
Removed service ".service_locator.0M0Qo6o"; reason: private alias.
Removed service ".service_locator.YCz8OPg"; reason: private alias.
Removed service ".service_locator.gTw6Idi"; reason: private alias.
Removed service ".service_locator.1W73Heu"; reason: private alias.
Removed service ".service_locator.4_IJ_pY"; reason: private alias.
Removed service ".service_locator.Hlvpkr_"; reason: private alias.
Removed service ".service_locator.Y15Xt.5"; reason: private alias.
Removed service ".service_locator.EZ98u_U"; reason: private alias.
Removed service ".service_locator.LDKbHcT"; reason: private alias.
Removed service ".service_locator.HAENQzT"; reason: private alias.
Removed service ".service_locator.OGKLNdJ"; reason: private alias.
Removed service ".service_locator.U6yQAl0"; reason: private alias.
Removed service ".service_locator.RLaDsVA"; reason: private alias.
Removed service ".service_locator.b4M9DAm"; reason: private alias.
Removed service ".service_locator.gLyaGen"; reason: private alias.
Removed service ".service_locator.lxHVat0"; reason: private alias.
Removed service ".service_locator.NwDBF8W"; reason: private alias.
Removed service ".service_locator.y_MhGov"; reason: private alias.
Removed service ".service_locator.Tn4YvWN"; reason: private alias.
Removed service ".service_locator.tGDqnDe"; reason: private alias.
Removed service ".service_locator.pb8O8Xv"; reason: private alias.
Removed service ".service_locator.jo0jfOr"; reason: private alias.
Removed service ".service_locator.Ywk6gln"; reason: private alias.
Removed service ".service_locator.gm.zRDT"; reason: private alias.
Removed service ".service_locator.WYQREDT"; reason: private alias.
Removed service ".service_locator.2wxFATe"; reason: private alias.
Removed service ".service_locator.x_H503t"; reason: private alias.
Removed service ".service_locator.s6pVvDP"; reason: private alias.
Removed service ".service_locator.qljKR6F"; reason: private alias.
Removed service ".service_locator.IVxRIGd"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.aUmgUbA"; reason: private alias.
Removed service ".service_locator.cy2uYSn"; reason: private alias.
Removed service ".service_locator.9o8_Lw8"; reason: private alias.
Removed service ".service_locator.ht7Tj1h"; reason: private alias.
Removed service ".service_locator.OINQPEz"; reason: private alias.
Removed service ".service_locator.QpiIito"; reason: private alias.
Removed service ".service_locator.UqTfV0Y"; reason: private alias.
Removed service ".service_locator.Q9bBcjM"; reason: private alias.
Removed service ".service_locator.b2Zq02p"; reason: private alias.
Removed service ".service_locator.xe6Knh."; reason: private alias.
Removed service ".service_locator.Cs4p2ld"; reason: private alias.
Removed service ".service_locator.7va61KA"; reason: private alias.
Removed service ".service_locator.iHcREuZ"; reason: private alias.
Removed service ".service_locator.FBsocK1"; reason: private alias.
Removed service ".service_locator.v6w1Cay"; reason: private alias.
Removed service ".service_locator.vupkXnz"; reason: private alias.
Removed service ".service_locator.YWOJFbJ"; reason: private alias.
Removed service ".service_locator.Lev.Luf"; reason: private alias.
Removed service ".service_locator.RNkpnTF"; reason: private alias.
Removed service ".service_locator.MYeaWG1"; reason: private alias.
Removed service ".service_locator.VWGUgtf"; reason: private alias.
Removed service ".service_locator.y.0wFBv"; reason: private alias.
Removed service ".service_locator.Pnx6QbE"; reason: private alias.
Removed service ".service_locator.WPH.mFZ"; reason: private alias.
Removed service ".service_locator.ab8cNYi"; reason: private alias.
Removed service ".service_locator.iRKxmMv"; reason: private alias.
Removed service ".service_locator..5n0ujE"; reason: private alias.
Removed service ".service_locator.SIaqZmx"; reason: private alias.
Removed service ".service_locator.gH3yeIY"; reason: private alias.
Removed service ".service_locator.oSZ8UF3"; reason: private alias.
Removed service ".service_locator.07CFA9e"; reason: private alias.
Removed service ".service_locator.hMFoGYL"; reason: private alias.
Removed service ".service_locator.oDOf0QJ"; reason: private alias.
Removed service ".service_locator.aPo_.Gd"; reason: private alias.
Removed service ".service_locator.e8hOKYk"; reason: private alias.
Removed service ".service_locator.NevM.4E"; reason: private alias.
Removed service ".service_locator.toc2Tqc"; reason: private alias.
Removed service ".service_locator.Tx.YiUO"; reason: private alias.
Removed service ".service_locator.XHRP_8j"; reason: private alias.
Removed service ".service_locator.LfxJsvy"; reason: private alias.
Removed service ".service_locator.KBTiM.9"; reason: private alias.
Removed service ".service_locator.9XKpYUi"; reason: private alias.
Removed service ".service_locator.MO3AaNx"; reason: private alias.
Removed service ".service_locator.Su.MQMo"; reason: private alias.
Removed service ".service_locator.aDJS337"; reason: private alias.
Removed service ".service_locator.nXHZ0nd"; reason: private alias.
Removed service ".service_locator.JkZagug"; reason: private alias.
Removed service ".service_locator.ehUx460"; reason: private alias.
Removed service ".service_locator.LwVRbIj"; reason: private alias.
Removed service ".service_locator.U3iOgq9"; reason: private alias.
Removed service ".service_locator.Ev9mFDz"; reason: private alias.
Removed service ".service_locator...6Spfk"; reason: private alias.
Removed service ".service_locator.2kJ.1QE"; reason: private alias.
Removed service ".service_locator.UfDJyMX"; reason: private alias.
Removed service ".service_locator.m3I7JZR"; reason: private alias.
Removed service ".service_locator.Q1sn34N"; reason: private alias.
Removed service ".service_locator.WILgnwb"; reason: private alias.
Removed service ".service_locator.5KBl52k"; reason: private alias.
Removed service ".service_locator.oQrJOnK"; reason: private alias.
Removed service ".service_locator.Tca3Z8_"; reason: private alias.
Removed service ".service_locator._ROTxUS"; reason: private alias.
Removed service ".service_locator._UTsGAY"; reason: private alias.
Removed service ".service_locator.oOutdmh"; reason: private alias.
Removed service ".service_locator.WnZjjs4"; reason: private alias.
Removed service ".service_locator.6V_OpBn"; reason: private alias.
Removed service ".service_locator.YjQbeex"; reason: private alias.
Removed service ".service_locator.QYyacFA"; reason: private alias.
Removed service ".service_locator.6R23jHM"; reason: private alias.
Removed service ".service_locator.FU0.bC2"; reason: private alias.
Removed service ".service_locator.3AIvyMF"; reason: private alias.
Removed service ".service_locator.QSXKcyD"; reason: private alias.
Removed service ".service_locator.7gmjMCL"; reason: private alias.
Removed service ".service_locator.ANnvnUm"; reason: private alias.
Removed service ".service_locator.XGhtehM"; reason: private alias.
Removed service ".service_locator.MjUsyBr"; reason: private alias.
Removed service ".service_locator.hQlUx9J"; reason: private alias.
Removed service ".service_locator.PpDZrBx"; reason: private alias.
Removed service ".service_locator._mwlV.j"; reason: private alias.
Removed service ".service_locator.pl4s99D"; reason: private alias.
Removed service ".service_locator.MLaNX12"; reason: private alias.
Removed service ".service_locator._9WUhkK"; reason: private alias.
Removed service ".service_locator.vgdCWd_"; reason: private alias.
Removed service ".service_locator.xNZq_zM"; reason: private alias.
Removed service ".service_locator.sy9cBei"; reason: private alias.
Removed service ".service_locator.ElNU.vB"; reason: private alias.
Removed service ".service_locator.DOzd1CI"; reason: private alias.
Removed service ".service_locator.VLNd9lK"; reason: private alias.
Removed service ".service_locator.0jb4dT."; reason: private alias.
Removed service ".service_locator.BISuSSp"; reason: private alias.
Removed service ".service_locator.dJtf6KL"; reason: private alias.
Removed service ".service_locator.bwhrxID"; reason: private alias.
Removed service ".service_locator.NelbSce"; reason: private alias.
Removed service ".service_locator.PjecTpl"; reason: private alias.
Removed service ".service_locator.1C.y.QG"; reason: private alias.
Removed service ".service_locator.nE.cCW1"; reason: private alias.
Removed service ".service_locator.efVkAev"; reason: private alias.
Removed service ".service_locator.rnHk5xW"; reason: private alias.
Removed service ".service_locator.2VusnIh"; reason: private alias.
Removed service ".service_locator.goxurpn"; reason: private alias.
Removed service ".service_locator.HouWkJM"; reason: private alias.
Removed service ".service_locator.BO5gO3z"; reason: private alias.
Removed service ".service_locator.uETNKu7"; reason: private alias.
Removed service ".service_locator.jsdNnfm"; reason: private alias.
Removed service ".service_locator.aiO5.Qk"; reason: private alias.
Removed service ".service_locator.6Dgk1Sk"; reason: private alias.
Removed service ".service_locator.QNpJjgD"; reason: private alias.
Removed service ".service_locator.lMazneD"; reason: private alias.
Removed service ".service_locator.AAINdfi"; reason: private alias.
Removed service ".service_locator.cqqcHxn"; reason: private alias.
Removed service ".service_locator.V4Iqrdw"; reason: private alias.
Removed service ".service_locator._oveStp"; reason: private alias.
Removed service ".service_locator.E4zIwY_"; reason: private alias.
Removed service ".service_locator.YF6Ub7m"; reason: private alias.
Removed service ".service_locator.yB.dMnU"; reason: private alias.
Removed service ".service_locator.gPNvtdu"; reason: private alias.
Removed service ".service_locator.E1__gCo"; reason: private alias.
Removed service ".service_locator.UWdiEmj"; reason: private alias.
Removed service ".service_locator.KsEK_t6"; reason: private alias.
Removed service ".service_locator.zkV2kV1"; reason: private alias.
Removed service ".service_locator.Ei7V.8t"; reason: private alias.
Removed service ".service_locator.EqPL7ac"; reason: private alias.
Removed service ".service_locator.cxbWZOr"; reason: private alias.
Removed service ".service_locator.SSul.S0"; reason: private alias.
Removed service ".service_locator.HeTcBzV"; reason: private alias.
Removed service ".service_locator.JSlQj3r"; reason: private alias.
Removed service ".service_locator.jfO5SfS"; reason: private alias.
Removed service ".service_locator.wz2.j41"; reason: private alias.
Removed service ".service_locator.MCJN9Wk"; reason: private alias.
Removed service ".service_locator.vH21yM."; reason: private alias.
Removed service ".service_locator.EnFkySW"; reason: private alias.
Removed service ".service_locator.iQgsD3E"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.ylpOLQn"; reason: private alias.
Removed service ".service_locator.BabF8qp"; reason: private alias.
Removed service ".service_locator.YDh2fTD"; reason: private alias.
Removed service ".service_locator.RVe2Mdx"; reason: private alias.
Removed service ".service_locator.CwbUOuL"; reason: private alias.
Removed service ".service_locator.6yOjE6a"; reason: private alias.
Removed service ".service_locator.fqmEdnJ"; reason: private alias.
Removed service ".service_locator.xWPBDIL"; reason: private alias.
Removed service ".service_locator.OiLwakA"; reason: private alias.
Removed service ".service_locator.9h3lsSX"; reason: private alias.
Removed service ".service_locator.bi5aVye"; reason: private alias.
Removed service ".service_locator.GCxWhx1"; reason: private alias.
Removed service ".service_locator.I3Ufs3O"; reason: private alias.
Removed service ".service_locator.vVympIL"; reason: private alias.
Removed service ".service_locator.XlcGExa"; reason: private alias.
Removed service ".service_locator.T2XsWvO"; reason: private alias.
Removed service ".service_locator.AXltCKQ"; reason: private alias.
Removed service ".service_locator.MRtAmaU"; reason: private alias.
Removed service ".service_locator.CZ.8bGX"; reason: private alias.
Removed service ".service_locator.wxzOv65"; reason: private alias.
Removed service ".service_locator.Ld2rO1l"; reason: private alias.
Removed service ".service_locator.UP4NAN7"; reason: private alias.
Removed service ".service_locator.j7eCpFY"; reason: private alias.
Removed service ".service_locator.tfOto8x"; reason: private alias.
Removed service ".service_locator.dlo6QBT"; reason: private alias.
Removed service ".service_locator.gdIWnME"; reason: private alias.
Removed service ".service_locator.LBrWpuT"; reason: private alias.
Removed service ".service_locator.hQ1.2mQ"; reason: private alias.
Removed service ".service_locator.me6iyuL"; reason: private alias.
Removed service ".service_locator.pd_PZkE"; reason: private alias.
Removed service ".service_locator..YRb4HB"; reason: private alias.
Removed service ".service_locator.NobJj5l"; reason: private alias.
Removed service ".service_locator.BapAicw"; reason: private alias.
Removed service ".service_locator.oaY1jjY"; reason: private alias.
Removed service ".service_locator.aJW.nfJ"; reason: private alias.
Removed service ".service_locator.A9uG6NI"; reason: private alias.
Removed service ".service_locator.TLfn3op"; reason: private alias.
Removed service ".service_locator.VNTYmBh"; reason: private alias.
Removed service ".service_locator.DDWK35H"; reason: private alias.
Removed service ".service_locator.s03y.kd"; reason: private alias.
Removed service ".service_locator.j_haEh3"; reason: private alias.
Removed service ".service_locator.ab0FVJq"; reason: private alias.
Removed service ".service_locator.SW_xD6g"; reason: private alias.
Removed service ".service_locator.jartdjq"; reason: private alias.
Removed service ".service_locator.LktGKqO"; reason: private alias.
Removed service ".service_locator.SP5V7TY"; reason: private alias.
Removed service ".service_locator.9KxcnbY"; reason: private alias.
Removed service ".service_locator.JYCPzJK"; reason: private alias.
Removed service ".service_locator.KUEzisg"; reason: private alias.
Removed service ".service_locator.f2or9oU"; reason: private alias.
Removed service ".service_locator.izkf5QC"; reason: private alias.
Removed service ".service_locator.n5E1qtk"; reason: private alias.
Removed service ".service_locator.Ln4imf1"; reason: private alias.
Removed service ".service_locator.7f8JNyV"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
114
Changed reference of service "App\Command\DispatchDemoMessageCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\HelpApiController" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\ThemeRouteRedirectSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\UserAuthenticator" 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 "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendgrid" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "security.authentication.success_handler.main.oidc" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "CalendarBundle\Controller\CalendarController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.WeBlwz7" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.211HXCC" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.0.hPzq_" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CourseDataVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CourseFieldVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CourseOccurrenceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CourseSecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CourseSeriesVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CourseSubscriptionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CourseTypeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CourseVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\FrontendClientVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\MailTemplateVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\OccurrenceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\OrderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\PersonVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\VenueSecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\VenueVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\VoucherVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\User\Security\Voter\ClientVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.HZVBFpb" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
940
Removed service "App\Entity"; 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 "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "drenso.oidc.authenticator"; reason: abstract.
Removed service "drenso.oidc.url_fetcher"; reason: abstract.
Removed service "drenso.oidc.session_storage"; reason: abstract.
Removed service "drenso.oidc.jwt_helper"; reason: abstract.
Removed service "drenso.oidc.client"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActivateKeycloakUsersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ActivateKeycloakUsersCommand.0.App\Command\ActivateKeycloakUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ActivateKeycloakUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnonymizeCustomerDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AnonymizeCustomerDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignRandomSpeakersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\AssignRandomSpeakersCommand.0.App\Command\AssignRandomSpeakersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AssignRandomSpeakersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoSendInvoiceRemindersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\AutoSendInvoiceRemindersCommand.0.App\Command\AutoSendInvoiceRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AutoSendInvoiceRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartCleanupCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CartCleanupCommand.0.App\Command\CartCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CartCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDemoTenantCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CreateDemoTenantCommand.0.App\Command\CreateDemoTenantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateDemoTenantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DispatchDemoMessageCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DispatchDemoMessageCommand.0.App\Command\DispatchDemoMessageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DispatchDemoMessageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCkImageFilenamesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FixCkImageFilenamesCommand.0.App\Command\FixCkImageFilenamesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixCkImageFilenamesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixClientUrlsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FixClientUrlsCommand.0.App\Command\FixClientUrlsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixClientUrlsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoCustomersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateDemoCustomersCommand.0.App\Command\GenerateDemoCustomersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateDemoCustomersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoInvoicesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateDemoInvoicesCommand.0.App\Command\GenerateDemoInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateDemoInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoOrdersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateDemoOrdersCommand.0.App\Command\GenerateDemoOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateDemoOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateDemoSpeakersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateDemoSpeakersCommand.0.App\Command\GenerateDemoSpeakersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateDemoSpeakersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeneratePersonHelpContentCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GeneratePersonHelpContentCommand.0.App\Command\GeneratePersonHelpContentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GeneratePersonHelpContentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportKeycloakUsersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportKeycloakUsersCommand.0.App\Command\ImportKeycloakUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportKeycloakUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakFixUserLoginCommand"; reason: abstract.
Removed service ".instanceof.App\Command\KeycloakFixUserLoginCommand.0.App\Command\KeycloakFixUserLoginCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\KeycloakFixUserLoginCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakProvisionTenantsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\KeycloakProvisionTenantsCommand.0.App\Command\KeycloakProvisionTenantsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\KeycloakProvisionTenantsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KeycloakSyncUserGroupsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\KeycloakSyncUserGroupsCommand.0.App\Command\KeycloakSyncUserGroupsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\KeycloakSyncUserGroupsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateAttachmentsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\MigrateAttachmentsCommand.0.App\Command\MigrateAttachmentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateAttachmentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateImagesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\MigrateImagesCommand.0.App\Command\MigrateImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateLingenCommand"; reason: abstract.
Removed service ".instanceof.App\Command\MigrateLingenCommand.0.App\Command\MigrateLingenCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateLingenCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateTenantCommand"; reason: abstract.
Removed service ".instanceof.App\Command\MigrateTenantCommand.0.App\Command\MigrateTenantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateTenantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OAuthCallRestCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OAuthCallRestCommand.0.App\Command\OAuthCallRestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OAuthCallRestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OAuthRequestTokenCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OAuthRequestTokenCommand.0.App\Command\OAuthRequestTokenCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OAuthRequestTokenCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProtocolCleanupCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ProtocolCleanupCommand.0.App\Command\ProtocolCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProtocolCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProvisionKeycloakClientsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ProvisionKeycloakClientsCommand.0.App\Command\ProvisionKeycloakClientsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProvisionKeycloakClientsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RebuildSearchIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RebuildSearchIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculateBookedSlotsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RecalculateBookedSlotsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CKImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CKImageDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageUploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CKImageUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseFieldsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseOccurrenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseOccurrenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseOccurrenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseSeriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseSeriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseSeriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseSubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DynamicPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DynamicPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DynamicPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AbstractFrontendCartableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AbstractFrontendCartableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\AbstractFrontendCartableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CartFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CartFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CartFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CheckoutFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CheckoutFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CheckoutFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CourseFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CourseFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CourseFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CourseOccurrenceFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CourseOccurrenceFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CourseOccurrenceFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CustomerFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CustomerFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CustomerFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\FrontendCustomFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\FrontendCustomFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\FrontendCustomFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SearchFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SearchFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\SearchFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SpeakerFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SpeakerFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\SpeakerFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\StaticPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\VenueFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\VenueFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\VenueFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\WithdrawalFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\WithdrawalFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\WithdrawalFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendDynamicPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendDynamicPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendDynamicPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HelpApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HelpContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicePaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicePaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoicePaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceReminderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoiceReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OccurrenceProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OccurrenceProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OccurrenceProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderWaitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderWaitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderWaitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PresenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PresenceReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PresenceReasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PresenceReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicDemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicDemoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PublicDemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QrCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\AbstractRestCartableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\AbstractRestCartableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\AbstractRestCartableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CartRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CartRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CartRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CategoryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CategoryRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CategoryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CheckoutRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CheckoutRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CheckoutRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseOccurrenceRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseOccurrenceRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CourseOccurrenceRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CourseRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseScreenRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseScreenRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CourseScreenRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseTypeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseTypeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CourseTypeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CustomerRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CustomerRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CustomerRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\GeneralRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\GeneralRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\GeneralRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\SearchRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\SearchRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\SearchRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\SpeakerRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\SpeakerRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\SpeakerRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\VenueRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\VenueRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\VenueRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\OidcController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\OidcController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\OidcController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpeakerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpeakerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SpeakerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpeakerProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpeakerProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SpeakerProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemAnnouncementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemAnnouncementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SystemAnnouncementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemAnnouncementDismissController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemAnnouncementDismissController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SystemAnnouncementDismissController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsPersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagsPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestCkeditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestCkeditorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestCkeditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TextblocksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TextblocksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TextblocksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ThemeBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ThemeBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ThemeBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VenueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VenueDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VenueProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VoucherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WithdrawalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WithdrawalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WithdrawalController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppDummyData"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppDummyData"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TestDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TestDataFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CalendarSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CalendarSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LogoutCartListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LogoutCartListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AccessDeniedExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AccessDeniedExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartCountSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CartCountSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartTransferSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CartTransferSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\MaintenanceModeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\MaintenanceModeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TenantRedirectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TenantRedirectSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ThemeLoaderSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ThemeLoaderSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ThemeRouteRedirectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ThemeRouteRedirectSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientCountriesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientCountriesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseImagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseImagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceDuplicateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseOccurrenceDuplicateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseOccurrenceTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseOccurrenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseSeriesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseSeriesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseSubscriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseSubscriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CsvImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CsvImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomerDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerHistoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomerHistoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DemoRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DemoRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DynamicPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DynamicPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Frontend\CheckoutType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Frontend\CheckoutType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HelpContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HelpContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceCustomItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceCustomItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOnlyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceOnlyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicePaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoicePaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceReminderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceReminderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MailTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OccurrenceProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonCancelDate"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderItemPersonCancelDate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonCopy"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderItemPersonCopy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderItemPersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonInvoiceRecipientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonInvoiceRecipientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceReasonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PresenceReasonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PresenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecipientMergeStrategyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RecipientMergeStrategyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpeakerImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpeakerProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpeakerTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpeakerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsPersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TagsPersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TagsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TextblocksType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TextblocksType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThemeBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ThemeBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueImagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueImagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueRoomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueRoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VoucherType"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\CreateDemoTenantHandler.0.App\MessageHandler\CreateDemoTenantHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\CreateDemoTenantHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CKImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CKImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClassClientConfigExtendsGenericEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClassClientConfigExtendsGenericEntityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientConfigVariableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientConfigVariableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseOccurrenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseOccurrenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseOccurrenceTimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseOccurrenceTimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSeriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseSeriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubscriptionBookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseSubscriptionBookingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTextRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseTextRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomFormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFormSubmissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomFormSubmissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerHistoryEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerHistoryEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemoRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemoRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DynamicPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DynamicPageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailDtoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailDtoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailHistoryEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailHistoryEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpContentMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HelpContentMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HelpContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemAttendeesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceItemAttendeesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoicePaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceReminderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceReminderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplateAttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailTemplateAttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManualNewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ManualNewsletterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsletterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OccurrenceProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OccurrenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderItemPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderItemPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresenceReasonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PresenceReasonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PresenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchIndexEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SearchIndexEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpeakerImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpeakerProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpeakerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerTextRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpeakerTextRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SystemAnnouncementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SystemAnnouncementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagsPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextblocksRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TextblocksRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ThemeBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRoomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueRoomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VoucherRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherUsageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VoucherUsageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WaitItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WaitItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WithdrawalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WithdrawalRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseDataVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseDataVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseFieldVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseFieldVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseOccurrenceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseOccurrenceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSecurityVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseSecurityVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSeriesVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseSeriesVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSubscriptionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseSubscriptionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseTypeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseTypeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FrontendClientVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\FrontendClientVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\MailTemplateVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\MailTemplateVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OccurrenceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\OccurrenceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\OrderVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PersonVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\PersonVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VenueSecurityVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\VenueSecurityVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VenueVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\VenueVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VoucherVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\VoucherVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\CertificateService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\CertificateService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\CertificateService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\InvoiceService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\InvoiceService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\InvoiceService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\MailerService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\MailerService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\MailerService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ManualNewsletterService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\ManualNewsletterService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ManualNewsletterService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ClientExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ClientExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CountryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CountryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CustomerAgegroupExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CustomerAgegroupExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DecodeEntities"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DecodeEntities"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EnvExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\EnvExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HelpExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\HelpExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocalizedTimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LocalizedTimeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\OrderStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\OrderStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PaymentTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PersonExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PersonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ThemeBlockExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ThemeBlockExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ThemeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ThemeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ToIso88591Extension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ToIso88591Extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\VoucherExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\VoucherExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\User\Entity\Client.0.App\User\Entity\Client"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Entity\Client"; reason: abstract.
Removed service ".instanceof.App\User\Entity\User.0.App\User\Entity\User"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Entity\User"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\PasswordForgotType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\PasswordForgotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\PasswordResetType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\PasswordResetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\RegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\RegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\UserType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Repository\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Repository\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Security\Voter\ClientVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Security\Voter\ClientVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\User\Validator\KeycloakEmail"; reason: abstract.
Removed service ".instanceof.App\User\Validator\KeycloakEmail.0.App\User\Validator\KeycloakEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Validator\KeycloakEmail"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\User\Validator\KeycloakEmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Validator\KeycloakEmailValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\CheckoutBankConstraint"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutBankConstraint"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutBankConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutBankConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\CheckoutBicConstraint"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutBicConstraint"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutBicConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutBicConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\CheckoutIbanConstraint"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutIbanConstraint"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutIbanConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutIbanConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\CheckoutParticipantsConstraint"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutParticipantsConstraint"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutParticipantsConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutParticipantsConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\Constraints\PersonIbanConstraint"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\PersonIbanConstraint"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PersonIbanConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\PersonIbanConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\EmailPlausibility"; reason: abstract.
Removed service ".instanceof.App\Validator\EmailPlausibility.0.App\Validator\EmailPlausibility"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\EmailPlausibility"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\EmailPlausibilityValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\EmailPlausibilityValidator"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.App\Vich\ClientDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.App\Vich\ClientDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.App\Vich\SafeOrignameNamer"; reason: abstract.
Removed service ".abstract.instanceof.App\Vich\SafeOrignameNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
467
Removed service "Google_Client"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\Doctrine\DBAL\Type\OAuth2GrantType"; reason: unused.
Removed service "App\Doctrine\DBAL\Type\OAuth2RedirectUriType"; reason: unused.
Removed service "App\Doctrine\DBAL\Type\OAuth2ScopeType"; reason: unused.
Removed service "App\Doctrine\Dql\DateFormatFunction"; reason: unused.
Removed service "App\Doctrine\Dql\FloorFunction"; reason: unused.
Removed service "App\Doctrine\Filter\ClientFilter"; reason: unused.
Removed service "App\EventSubscriber\ClientAutoSetSubscriber"; reason: unused.
Removed service "App\EventSubscriber\KeycloakClientSubscriber"; reason: unused.
Removed service "App\EventSubscriber\KeycloakUserSubscriber"; reason: unused.
Removed service "App\EventSubscriber\TimestampSubscriber"; reason: unused.
Removed service "App\EventSubscriber\UserClientSubscriber"; reason: unused.
Removed service "App\Hydrator\OrderItemInvoiceCountHydrator"; reason: unused.
Removed service "App\Menu\MenuBuilder"; reason: unused.
Removed service "App\Message\CreateDemoTenantMessage"; reason: unused.
Removed service "App\Model\DemoRequestData"; reason: unused.
Removed service "App\Pdf\AbstractPdfGenerator"; reason: unused.
Removed service "App\Security\LoginSuccessHandler"; reason: unused.
Removed service "App\Security\UserAuthenticator"; reason: unused.
Removed service "App\Service\DateGridService"; reason: unused.
Removed service "App\Service\Exception\ServiceException"; reason: unused.
Removed service "App\User\DependencyInjection\Configuration"; reason: unused.
Removed service "App\User\DependencyInjection\MenkeUserExtension"; reason: unused.
Removed service "App\User\Entity\Client"; reason: unused.
Removed service "App\User\Entity\User"; reason: unused.
Removed service "App\User\Event\UserActivatedEvent"; reason: unused.
Removed service "App\User\Service\FacebookApiService"; reason: unused.
Removed service "App\User\Service\GoogleApiService"; reason: unused.
Removed service "App\User\Validator\KeycloakEmail"; reason: unused.
Removed service "App\Utils\DateGrid"; reason: unused.
Removed service "App\Utils\NativeSqlPaginator"; reason: unused.
Removed service "App\Utils\PDF"; reason: unused.
Removed service "App\Utils\PdfHelper"; reason: unused.
Removed service "App\Utils\Sepa\DirectDebitFacade"; reason: unused.
Removed service "App\Utils\Sepa\DirectDebitTransferDomBuilder"; reason: unused.
Removed service "App\Utils\Sepa\DirectDebitTransferFile"; reason: unused.
Removed service "App\Utils\Sepa\DirectDebitTransferInformation"; reason: unused.
Removed service "App\Utils\Sepa\TransferFileFacadeFactory"; reason: unused.
Removed service "App\Utils\UploadHelper"; reason: unused.
Removed service "App\Validator\Constraints\CheckoutBankConstraint"; reason: unused.
Removed service "App\Validator\Constraints\CheckoutBicConstraint"; reason: unused.
Removed service "App\Validator\Constraints\CheckoutIbanConstraint"; reason: unused.
Removed service "App\Validator\Constraints\CheckoutParticipantsConstraint"; reason: unused.
Removed service "App\Validator\Constraints\PersonIbanConstraint"; reason: unused.
Removed service "App\Validator\EmailPlausibility"; reason: unused.
Removed service "App\OAuth\GoogleGrantExtension"; reason: unused.
Removed service "App\OAuth\FacebookGrantExtension"; reason: unused.
Removed service "OAuth2\OAuth2"; reason: unused.
Removed service "League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "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 "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; 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 "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.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.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.rest"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "vich_uploader.namer_origname.speaker_image"; reason: unused.
Removed service "vich_uploader.namer_origname.speaker_additional_image"; reason: unused.
Removed service "vich_uploader.namer_origname.venue_file"; reason: unused.
Removed service "vich_uploader.namer_origname.venue_additional_image"; reason: unused.
Removed service "vich_uploader.namer_origname.course_image"; reason: unused.
Removed service "App\Vich\SafeOrignameNamer.ck_image"; reason: unused.
Removed service "vich_uploader.namer_origname.customer_document"; reason: unused.
Removed service "vich_uploader.namer_origname.client_stationary"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.attribute"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.jms"; reason: unused.
Removed service "fos_rest.serializer.flatten_exception_handler"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service ".service_locator.E7ajBy2"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CalendarController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CalendarController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CalendarController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CalendarController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CategoryController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CategoryController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CategoryController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CategoryController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\ClientConfigController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\ClientConfigController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\ClientConfigController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\ClientConfigController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\ClientController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\ClientController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\ClientController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\ClientController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CourseController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CourseController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CourseController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CourseController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CourseFieldsController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CourseFieldsController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CourseFieldsController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CourseFieldsController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CourseOccurrenceController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CourseOccurrenceController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CourseOccurrenceController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CourseOccurrenceController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CourseProviderController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CourseProviderController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CourseProviderController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CourseProviderController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CourseSeriesController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CourseSeriesController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CourseSeriesController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CourseSeriesController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CourseSubscriptionController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CourseSubscriptionController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CourseSubscriptionController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CourseSubscriptionController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CourseTemplateController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CourseTemplateController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CourseTemplateController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CourseTemplateController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CourseTypeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CourseTypeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CourseTypeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CourseTypeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CustomFormController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CustomFormController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CustomFormController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CustomFormController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CustomerController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CustomerController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CustomerController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CustomerController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\CustomerDocumentController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\CustomerDocumentController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\CustomerDocumentController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\CustomerDocumentController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\DashboardController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\DashboardController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\DashboardController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\DashboardController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\DynamicPageController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\DynamicPageController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\DynamicPageController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\DynamicPageController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\EmailController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\EmailController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\EmailController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\EmailController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\ExportController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\ExportController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\ExportController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\ExportController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\AbstractFrontendCartableController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\AbstractFrontendCartableController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\AbstractFrontendCartableController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\AbstractFrontendCartableController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\CartFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\CartFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\CartFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\CartFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\CheckoutFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\CheckoutFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\CheckoutFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\CheckoutFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.kyLu2ZR"; reason: unused.
Removed service ".service_locator.kyLu2ZR.App\Controller\Frontend\CourseFeController::setConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\CourseFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\CourseFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\CourseFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\CourseFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\CourseOccurrenceFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\CourseOccurrenceFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\CourseOccurrenceFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\CourseOccurrenceFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\CustomerFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\CustomerFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\CustomerFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\CustomerFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\FrontendCustomFormController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\FrontendCustomFormController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\FrontendCustomFormController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\FrontendCustomFormController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\SearchFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\SearchFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\SearchFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\SearchFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\SpeakerFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\SpeakerFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\SpeakerFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\SpeakerFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\StaticPageController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\StaticPageController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\StaticPageController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\StaticPageController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\VenueFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\VenueFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\VenueFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\VenueFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\Frontend\WithdrawalFeController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\Frontend\WithdrawalFeController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\Frontend\WithdrawalFeController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\Frontend\WithdrawalFeController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\FrontendDynamicPageController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\FrontendDynamicPageController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\FrontendDynamicPageController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\FrontendDynamicPageController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\InvoiceController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\InvoiceController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\InvoiceController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\InvoiceController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\InvoicePaymentController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\InvoicePaymentController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\InvoicePaymentController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\InvoicePaymentController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\InvoiceReminderController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\InvoiceReminderController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\InvoiceReminderController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\InvoiceReminderController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\MailTemplateController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\MailTemplateController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\MailTemplateController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\MailTemplateController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\MaintenanceController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\MaintenanceController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\MaintenanceController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\MaintenanceController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\NewsletterController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\NewsletterController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\NewsletterController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\NewsletterController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\OccurrenceProviderController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\OccurrenceProviderController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\OccurrenceProviderController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\OccurrenceProviderController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\OrderController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\OrderController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\OrderController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\OrderController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\OrderWaitController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\OrderWaitController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\OrderWaitController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\OrderWaitController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\PersonController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\PersonController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\PersonController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\PersonController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\PresenceController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\PresenceController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\PresenceController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\PresenceController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\ProfileController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\ProfileController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\ProfileController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\ProfileController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\ProviderController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\ProviderController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\ProviderController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\ProviderController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\SearchController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\SearchController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\SearchController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\SearchController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\SpeakerController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\SpeakerController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\SpeakerController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\SpeakerController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\StatisticsController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\StatisticsController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\StatisticsController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\StatisticsController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\TagsController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\TagsController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\TagsController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\TagsController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\TextblocksController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\TextblocksController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\TextblocksController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\TextblocksController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\ThemeBlockController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\ThemeBlockController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\ThemeBlockController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\ThemeBlockController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\UserController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\UserController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\UserController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\UserController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\VenueController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\VenueController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\VenueController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\VenueController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\VenueDocumentController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\VenueDocumentController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\VenueDocumentController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\VenueDocumentController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\VenueProviderController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\VenueProviderController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\VenueProviderController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\VenueProviderController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\VoucherController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\VoucherController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\VoucherController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\VoucherController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Controller\WithdrawalController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Controller\WithdrawalController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Controller\WithdrawalController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Controller\WithdrawalController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Service\CertificateService::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Service\CertificateService::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Service\CertificateService::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Service\CertificateService::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Service\InvoiceService::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Service\InvoiceService::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Service\InvoiceService::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Service\InvoiceService::setClientConfigService()"; reason: unused.
Removed service ".service_locator.Tmdzz2S"; reason: unused.
Removed service ".service_locator.Tmdzz2S.App\Service\MailerService::getTextBlocks()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Service\MailerService::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Service\MailerService::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Service\MailerService::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Service\MailerService::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\Service\ManualNewsletterService::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\Service\ManualNewsletterService::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\Service\ManualNewsletterService::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\Service\ManualNewsletterService::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\User\Controller\ClientController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\User\Controller\ClientController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\User\Controller\ClientController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\User\Controller\ClientController::setClientConfigService()"; reason: unused.
Removed service ".service_locator.E7ajBy2.App\User\Controller\UserController::setDoctrineRegistry()"; reason: unused.
Removed service ".service_locator.EEsST0o.App\User\Controller\UserController::setClientResolver()"; reason: unused.
Removed service ".service_locator.MvGmqNj.App\User\Controller\UserController::setClientRepository()"; reason: unused.
Removed service ".service_locator.BaKjJWc.App\User\Controller\UserController::setClientConfigService()"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
Removed service ".service_locator.7KXt.i1"; reason: unused.
911
Inlined service "App\Commons\Service\CurlService" to "App\Commons\Service\GeoCodingService".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CKImageController" to "App\Controller\CKImageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CKImageDeleteController" to "App\Controller\CKImageDeleteController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CKImageUploadController" to "App\Controller\CKImageUploadController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CalendarController" to "App\Controller\CalendarController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CategoryController" to "App\Controller\CategoryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ClientConfigController" to "App\Controller\ClientConfigController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ClientController" to "App\Controller\ClientController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CourseController" to "App\Controller\CourseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CourseFieldsController" to "App\Controller\CourseFieldsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CourseOccurrenceController" to "App\Controller\CourseOccurrenceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CourseProviderController" to "App\Controller\CourseProviderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CourseSeriesController" to "App\Controller\CourseSeriesController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CourseSubscriptionController" to "App\Controller\CourseSubscriptionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CourseTemplateController" to "App\Controller\CourseTemplateController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CourseTypeController" to "App\Controller\CourseTypeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CustomFormController" to "App\Controller\CustomFormController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CustomerController" to "App\Controller\CustomerController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CustomerDocumentController" to "App\Controller\CustomerDocumentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\DashboardController" to "App\Controller\DashboardController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\DynamicPageController" to "App\Controller\DynamicPageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\EmailController" to "App\Controller\EmailController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ExportController" to "App\Controller\ExportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\AbstractFrontendCartableController" to "App\Controller\Frontend\AbstractFrontendCartableController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\CartFeController" to "App\Controller\Frontend\CartFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\CheckoutFeController" to "App\Controller\Frontend\CheckoutFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\CourseFeController" to "App\Controller\Frontend\CourseFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\CourseOccurrenceFeController" to "App\Controller\Frontend\CourseOccurrenceFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\CustomerFeController" to "App\Controller\Frontend\CustomerFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\FrontendCustomFormController" to "App\Controller\Frontend\FrontendCustomFormController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\SearchFeController" to "App\Controller\Frontend\SearchFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\SpeakerFeController" to "App\Controller\Frontend\SpeakerFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\StaticPageController" to "App\Controller\Frontend\StaticPageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\VenueFeController" to "App\Controller\Frontend\VenueFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Frontend\WithdrawalFeController" to "App\Controller\Frontend\WithdrawalFeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\FrontendDynamicPageController" to "App\Controller\FrontendDynamicPageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HelpApiController" to "App\Controller\HelpApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HelpContentController" to "App\Controller\HelpContentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\InvoiceController" to "App\Controller\InvoiceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\InvoicePaymentController" to "App\Controller\InvoicePaymentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\InvoiceReminderController" to "App\Controller\InvoiceReminderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LogoutController" to "App\Controller\LogoutController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\MailTemplateController" to "App\Controller\MailTemplateController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\MaintenanceController" to "App\Controller\MaintenanceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\NewsletterController" to "App\Controller\NewsletterController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\OccurrenceProviderController" to "App\Controller\OccurrenceProviderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\OrderController" to "App\Controller\OrderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\OrderWaitController" to "App\Controller\OrderWaitController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\PersonController" to "App\Controller\PersonController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\PresenceController" to "App\Controller\PresenceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\PresenceReasonController" to "App\Controller\PresenceReasonController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ProviderController" to "App\Controller\ProviderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\PublicDemoController" to "App\Controller\PublicDemoController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\QrCodeController" to "App\Controller\QrCodeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\AbstractRestCartableController" to "App\Controller\Rest\AbstractRestCartableController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\CartRestController" to "App\Controller\Rest\CartRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\CategoryRestController" to "App\Controller\Rest\CategoryRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\CheckoutRestController" to "App\Controller\Rest\CheckoutRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\CourseOccurrenceRestController" to "App\Controller\Rest\CourseOccurrenceRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\CourseRestController" to "App\Controller\Rest\CourseRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\CourseScreenRestController" to "App\Controller\Rest\CourseScreenRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\CourseTypeRestController" to "App\Controller\Rest\CourseTypeRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\CustomerRestController" to "App\Controller\Rest\CustomerRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\GeneralRestController" to "App\Controller\Rest\GeneralRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\SearchRestController" to "App\Controller\Rest\SearchRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\SpeakerRestController" to "App\Controller\Rest\SpeakerRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Rest\VenueRestController" to "App\Controller\Rest\VenueRestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Security\OidcController" to "App\Controller\Security\OidcController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SpeakerController" to "App\Controller\SpeakerController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SpeakerProviderController" to "App\Controller\SpeakerProviderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\StatisticsController" to "App\Controller\StatisticsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SystemAnnouncementController" to "App\Controller\SystemAnnouncementController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SystemAnnouncementDismissController" to "App\Controller\SystemAnnouncementDismissController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TagsController" to "App\Controller\TagsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TagsPersonController" to "App\Controller\TagsPersonController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TestCkeditorController" to "App\Controller\TestCkeditorController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TextblocksController" to "App\Controller\TextblocksController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ThemeBlockController" to "App\Controller\ThemeBlockController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\VenueController" to "App\Controller\VenueController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\VenueDocumentController" to "App\Controller\VenueDocumentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\VenueProviderController" to "App\Controller\VenueProviderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\VoucherController" to "App\Controller\VoucherController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\WithdrawalController" to "App\Controller\WithdrawalController".
Inlined service "App\Pdf\HtmlToPDF" to "App\Pdf\InvoiceGenerator".
Inlined service "App\Service\OidcTokenCacheService" to "App\Security\OidcBearerAuthenticator".
Inlined service ".service_locator.ZyP9f7K.App\Service\CertificateService" to "App\Service\CertificateService".
Inlined service "App\Service\DemoDataGeneratorService" to "App\Service\DemoTenantProvisioningService".
Inlined service ".service_locator.ZyP9f7K.App\Service\InvoiceService" to "App\Service\InvoiceService".
Inlined service ".service_locator.ZyP9f7K.App\Service\MailerService" to "App\Service\MailerService".
Inlined service ".service_locator.ZyP9f7K.App\Service\ManualNewsletterService" to "App\Service\ManualNewsletterService".
Inlined service "App\Service\MauticClient" to "App\Service\MauticSyncService".
Inlined service "App\Pdf\InvoiceGenerator" to "App\Service\PdfService".
Inlined service "App\Pdf\ReminderGenerator" to "App\Service\PdfService".
Inlined service "App\Pdf\ParticipantListGenerator" to "App\Service\PdfService".
Inlined service "App\Pdf\ParticipantListGeneratorEsf" to "App\Service\PdfService".
Inlined service ".service_locator.ZyP9f7K.App\User\Controller\ClientController" to "App\User\Controller\ClientController".
Inlined service ".service_locator.ZyP9f7K.App\User\Controller\UserController" to "App\User\Controller\UserController".
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 "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.PETJA0Q" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._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.7jukgan.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.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.number" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "App\Serializer\CircularReferenceHandler" to "serializer.normalizer.object".
Inlined service "App\Serializer\CircularReferenceHandler" to "serializer.normalizer.object".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.zPdpYMr" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.mswmCB6" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.yIlffmK" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
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 "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.R8dDszj" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.kSzdIMn" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.gJt65aJ" to "security.helper".
Inlined service ".service_locator.MlSTB1S" 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.hphHVrp" to "security.access_map".
Inlined service ".security.request_matcher.ScpDEs0" to "security.access_map".
Inlined service ".security.request_matcher.PscPzYF" to "security.access_map".
Inlined service ".security.request_matcher.S.326bB" to "security.access_map".
Inlined service ".security.request_matcher.aDQRGzr" to "security.access_map".
Inlined service ".security.request_matcher.zxoUFBX" to "security.access_map".
Inlined service ".security.request_matcher.AGSSr27" to "security.access_map".
Inlined service ".security.request_matcher.7w_7fsk" to "security.access_map".
Inlined service ".security.request_matcher.fJikJ7m" to "security.access_map".
Inlined service ".security.request_matcher.WiILRO_" to "security.access_map".
Inlined service ".security.request_matcher.YrnOxI1" to "security.access_map".
Inlined service ".security.request_matcher.JheHKGt" to "security.access_map".
Inlined service ".security.request_matcher.WSyNaiv" to "security.access_map".
Inlined service ".security.request_matcher.mxecs3X" to "security.access_map".
Inlined service ".security.request_matcher._TKFszG" to "security.access_map".
Inlined service ".security.request_matcher.CBuajzF" to "security.access_map".
Inlined service ".security.request_matcher.wezhHnZ" to "security.access_map".
Inlined service ".security.request_matcher.3t3.2Th" to "security.access_map".
Inlined service ".security.request_matcher.SPSOZpd" to "security.access_map".
Inlined service ".security.request_matcher.uY0v_Um" to "security.access_map".
Inlined service ".security.request_matcher.GKkrHF4" to "security.access_map".
Inlined service ".security.request_matcher.z0evysM" to "security.access_map".
Inlined service ".security.request_matcher.ZFiOyXa" to "security.access_map".
Inlined service ".security.request_matcher.ZB73FXR" to "security.access_map".
Inlined service ".security.request_matcher.5kDnmmi" to "security.access_map".
Inlined service ".security.request_matcher.hiEhURZ" to "security.access_map".
Inlined service ".security.request_matcher.y9.6UaE" to "security.access_map".
Inlined service ".security.request_matcher.09SiO4t" to "security.access_map".
Inlined service ".security.request_matcher.N_hC715" to "security.access_map".
Inlined service ".security.request_matcher.Shsem89" to "security.access_map".
Inlined service ".security.request_matcher.KocqPt8" to "security.access_map".
Inlined service ".security.request_matcher.ysu8U3Q" to "security.access_map".
Inlined service ".security.request_matcher.2jb6iIv" to "security.access_map".
Inlined service ".security.request_matcher.px4aN08" to "security.access_map".
Inlined service ".security.request_matcher.OwxQGnE" to "security.access_map".
Inlined service ".security.request_matcher.W.xk9LM" to "security.access_map".
Inlined service ".security.request_matcher.jYHP1bv" to "security.access_map".
Inlined service ".security.request_matcher.oLtVE1v" to "security.access_map".
Inlined service ".security.request_matcher.WtwcxXB" to "security.access_map".
Inlined service ".security.request_matcher.CUT5vng" to "security.access_map".
Inlined service ".security.request_matcher.sUQQ_Im" to "security.access_map".
Inlined service ".security.request_matcher.bVwtUf9" to "security.access_map".
Inlined service ".security.request_matcher.LBOGBOC" to "security.access_map".
Inlined service ".security.request_matcher.nSUwJ5I" to "security.access_map".
Inlined service ".security.request_matcher.FPDj_nH" to "security.access_map".
Inlined service ".security.request_matcher.mS74Jwd" to "security.access_map".
Inlined service ".security.request_matcher.hC6jbdC" to "security.access_map".
Inlined service ".security.request_matcher.mdsRf9Q" to "security.access_map".
Inlined service ".security.request_matcher.Zo.iU3U" to "security.access_map".
Inlined service ".security.request_matcher.RQs28f3" to "security.access_map".
Inlined service ".security.request_matcher.7DM0P_6" to "security.access_map".
Inlined service ".security.request_matcher.EbqG_OE" to "security.access_map".
Inlined service ".security.request_matcher.PcLt.y8" to "security.access_map".
Inlined service ".security.request_matcher.DqIsJeu" to "security.access_map".
Inlined service ".security.request_matcher.LGRHkky" to "security.access_map".
Inlined service ".security.request_matcher.0I4afT5" to "security.access_map".
Inlined service ".security.request_matcher.8T6Khl9" to "security.access_map".
Inlined service ".security.request_matcher.6NAVz1D" to "security.access_map".
Inlined service ".security.request_matcher.Rvtijvi" to "security.access_map".
Inlined service ".security.request_matcher.PsqxKvn" to "security.access_map".
Inlined service ".security.request_matcher.ALoN2Rp" to "security.access_map".
Inlined service ".security.request_matcher.qpnRY6L" to "security.access_map".
Inlined service ".security.request_matcher.2tiuT2d" to "security.access_map".
Inlined service ".security.request_matcher.HngjSVl" to "security.access_map".
Inlined service ".security.request_matcher.TfYFjiT" to "security.access_map".
Inlined service ".security.request_matcher.My5LcdA" to "security.access_map".
Inlined service ".security.request_matcher.fZ14EUd" to "security.access_map".
Inlined service ".security.request_matcher.pLxyGjs" to "security.access_map".
Inlined service ".security.request_matcher.Vv_Dfav" to "security.access_map".
Inlined service ".security.request_matcher.Gk9e3gC" to "security.access_map".
Inlined service ".security.request_matcher.eFtZaEJ" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.pofCILy" to "security.access_map".
Inlined service ".security.request_matcher.Trsfmcn" to "security.access_map".
Inlined service ".security.request_matcher.MtaAPs7" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.bc6Yclj" to ".security.request_matcher.qcGCJJj".
Inlined service "security.firewall.map.config.api_token" to "security.firewall.map.context.api_token".
Inlined service "security.firewall.map.config.demo" to "security.firewall.map.context.demo".
Inlined service "debug.security.firewall.authenticator.rest.inner" to "debug.security.firewall.authenticator.rest".
Inlined service "security.exception_listener.rest" to "security.firewall.map.context.rest".
Inlined service "security.firewall.map.config.rest" to "security.firewall.map.context.rest".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.jor1Ghd".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.oidc" to "drenso.oidc.authenticator.main".
Inlined service "security.authentication.failure_handler.main.oidc" to "drenso.oidc.authenticator.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.DOVy4lS" to ".security.request_matcher.ScpDEs0".
Inlined service ".security.request_matcher.zdIEpq6" to ".security.request_matcher.PscPzYF".
Inlined service ".security.request_matcher.aCanTaL" to ".security.request_matcher.S.326bB".
Inlined service ".security.request_matcher.NQGEz6O" to ".security.request_matcher.aDQRGzr".
Inlined service ".security.request_matcher.CSzHqyt" to ".security.request_matcher.zxoUFBX".
Inlined service ".security.request_matcher.5t2pYyc" to ".security.request_matcher.AGSSr27".
Inlined service ".security.request_matcher.AV.nd7E" to ".security.request_matcher.7w_7fsk".
Inlined service ".security.request_matcher.TcOkbrs" to ".security.request_matcher.fJikJ7m".
Inlined service ".security.request_matcher.hFGPU02" to ".security.request_matcher.WiILRO_".
Inlined service ".security.request_matcher.7XMFiMz" to ".security.request_matcher.YrnOxI1".
Inlined service ".security.request_matcher.LG7WQhU" to ".security.request_matcher.JheHKGt".
Inlined service ".security.request_matcher.GLOgDiz" to ".security.request_matcher.WSyNaiv".
Inlined service ".security.request_matcher.z39WvZL" to ".security.request_matcher.mxecs3X".
Inlined service ".security.request_matcher.4qtBAVZ" to ".security.request_matcher._TKFszG".
Inlined service ".security.request_matcher.SzTWLuf" to ".security.request_matcher.CBuajzF".
Inlined service ".security.request_matcher.7vjf0To" to ".security.request_matcher.wezhHnZ".
Inlined service ".security.request_matcher.q6ncPHC" to ".security.request_matcher.3t3.2Th".
Inlined service ".security.request_matcher.TXYvjQm" to ".security.request_matcher.SPSOZpd".
Inlined service ".security.request_matcher.UbQWYnm" to ".security.request_matcher.uY0v_Um".
Inlined service ".security.request_matcher.dt3.FMt" to ".security.request_matcher.GKkrHF4".
Inlined service ".security.request_matcher.mrMAP.." to ".security.request_matcher.z0evysM".
Inlined service ".security.request_matcher.F4pkC8p" to ".security.request_matcher.ZFiOyXa".
Inlined service ".security.request_matcher.W1cgpSv" to ".security.request_matcher.5kDnmmi".
Inlined service ".security.request_matcher.WR1HFWC" to ".security.request_matcher.hiEhURZ".
Inlined service ".security.request_matcher.l6nTaJG" to ".security.request_matcher.y9.6UaE".
Inlined service ".security.request_matcher.LpichSc" to ".security.request_matcher.09SiO4t".
Inlined service ".security.request_matcher.9QcY3wA" to ".security.request_matcher.N_hC715".
Inlined service ".security.request_matcher.MZ9om6_" to ".security.request_matcher.Shsem89".
Inlined service ".security.request_matcher.nYo3gjl" to ".security.request_matcher.KocqPt8".
Inlined service ".security.request_matcher.w2havgI" to ".security.request_matcher.ysu8U3Q".
Inlined service ".security.request_matcher.6_xPgTq" to ".security.request_matcher.2jb6iIv".
Inlined service ".security.request_matcher.T5aYXG9" to ".security.request_matcher.px4aN08".
Inlined service ".security.request_matcher.k9nloAx" to ".security.request_matcher.OwxQGnE".
Inlined service ".security.request_matcher.NGbisHP" to ".security.request_matcher.W.xk9LM".
Inlined service ".security.request_matcher.EFYBUAa" to ".security.request_matcher.jYHP1bv".
Inlined service ".security.request_matcher.5YWFbIy" to ".security.request_matcher.oLtVE1v".
Inlined service ".security.request_matcher.a9MHcQ_" to ".security.request_matcher.WtwcxXB".
Inlined service ".security.request_matcher.st.xHqi" to ".security.request_matcher.CUT5vng".
Inlined service ".security.request_matcher.g1G6zP6" to ".security.request_matcher.sUQQ_Im".
Inlined service ".security.request_matcher.JjFYgHB" to ".security.request_matcher.bVwtUf9".
Inlined service ".security.request_matcher.TjuO96J" to ".security.request_matcher.LBOGBOC".
Inlined service ".security.request_matcher.zO0vMc9" to ".security.request_matcher.nSUwJ5I".
Inlined service ".security.request_matcher.zL4517i" to ".security.request_matcher.FPDj_nH".
Inlined service ".security.request_matcher.omsR5jd" to ".security.request_matcher.mS74Jwd".
Inlined service ".security.request_matcher.GC.tt2j" to ".security.request_matcher.hC6jbdC".
Inlined service ".security.request_matcher.J9FyA8Q" to ".security.request_matcher.mdsRf9Q".
Inlined service ".security.request_matcher.BvbI2ca" to ".security.request_matcher.Zo.iU3U".
Inlined service ".security.request_matcher.SuAsczB" to ".security.request_matcher.RQs28f3".
Inlined service ".security.request_matcher.XpIPVo3" to ".security.request_matcher.7DM0P_6".
Inlined service ".security.request_matcher._y5u9wU" to ".security.request_matcher.EbqG_OE".
Inlined service ".security.request_matcher.PWOwXsp" to ".security.request_matcher.PcLt.y8".
Inlined service ".security.request_matcher.VYDTOt4" to ".security.request_matcher.DqIsJeu".
Inlined service ".security.request_matcher.oEf.J5K" to ".security.request_matcher.LGRHkky".
Inlined service ".security.request_matcher.X1EqZQK" to ".security.request_matcher.0I4afT5".
Inlined service ".security.request_matcher.zxhJUYs" to ".security.request_matcher.8T6Khl9".
Inlined service ".security.request_matcher.FDuA2UP" to ".security.request_matcher.6NAVz1D".
Inlined service ".security.request_matcher.d7l__DV" to ".security.request_matcher.Rvtijvi".
Inlined service ".security.request_matcher.vggmt4q" to ".security.request_matcher.PsqxKvn".
Inlined service ".security.request_matcher.i.i_mKA" to ".security.request_matcher.ALoN2Rp".
Inlined service ".security.request_matcher.MkBQANg" to ".security.request_matcher.qpnRY6L".
Inlined service ".security.request_matcher.LPo8rkl" to ".security.request_matcher.2tiuT2d".
Inlined service ".security.request_matcher.kXrpeXF" to ".security.request_matcher.HngjSVl".
Inlined service ".security.request_matcher.lpb0X.J" to ".security.request_matcher.TfYFjiT".
Inlined service ".security.request_matcher.jC4rrYq" to ".security.request_matcher.My5LcdA".
Inlined service ".security.request_matcher.Rhor9lx" to ".security.request_matcher.fZ14EUd".
Inlined service ".security.request_matcher.hp9hPrY" to ".security.request_matcher.pLxyGjs".
Inlined service ".security.request_matcher.8en7kkR" to ".security.request_matcher.Vv_Dfav".
Inlined service ".security.request_matcher.lzgM9o5" to ".security.request_matcher.Gk9e3gC".
Inlined service ".security.request_matcher.Om.2Y8L" to ".security.request_matcher.eFtZaEJ".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.HMuLiF0" to ".security.request_matcher.pofCILy".
Inlined service ".security.request_matcher.pEyvJtk" to ".security.request_matcher.Trsfmcn".
Inlined service ".security.request_matcher.VGiBBNZ" to ".security.request_matcher.MtaAPs7".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\ClientExtension" to "twig".
Inlined service "App\Twig\CountryExtension" to "twig".
Inlined service "App\Twig\CustomerAgegroupExtension" to "twig".
Inlined service "App\Twig\DecodeEntities" to "twig".
Inlined service "App\Twig\EnvExtension" to "twig".
Inlined service "App\Twig\HelpExtension" to "twig".
Inlined service "App\Twig\LocalizedTimeExtension" to "twig".
Inlined service "App\Twig\OrderStatusExtension" to "twig".
Inlined service "App\Twig\PaymentTypeExtension" to "twig".
Inlined service "App\Twig\PersonExtension" to "twig".
Inlined service "App\Twig\ThemeBlockExtension" to "twig".
Inlined service "App\Twig\ThemeExtension" to "twig".
Inlined service "App\Twig\ToIso88591Extension" to "twig".
Inlined service "App\Twig\VoucherExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.k_fguQd" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.v8LYJ52" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppDummyData" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TestDataFixtures" to "doctrine.fixtures.loader".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service "fos_rest.exception.codes_map" to "fos_rest.serializer.flatten_exception_normalizer".
Inlined service "fos_rest.exception.messages_map" to "fos_rest.serializer.flatten_exception_normalizer".
Inlined service ".service_locator.HWQVeTL" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.66ec9608e9ab30873d47031daf08957efe4e2739ef72d53b9078037797c2f999c9e65ef9" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "CalendarBundle\Serializer\Serializer" to "CalendarBundle\Controller\CalendarController".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.Xnrp4ju" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.rclxIUk" to "drenso.oidc.client_locator".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "debug.security.event_dispatcher.rest.inner" to "debug.security.event_dispatcher.rest".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.MTCWnA5" to ".service_locator.MTCWnA5.App\Controller\CategoryController::index()".
Inlined service ".service_locator.64WkV3R" to ".service_locator.64WkV3R.App\Controller\CategoryController::edit()".
Inlined service ".service_locator.D9HL44u" to ".service_locator.D9HL44u.App\Controller\CategoryController::deleteMultiple()".
Inlined service ".service_locator.PPy9xdw" to ".service_locator.PPy9xdw.App\Controller\ClientConfigController::editMy()".
Inlined service ".service_locator.B00te5u" to ".service_locator.B00te5u.App\Controller\ClientConfigController::displayMyStationary()".
Inlined service ".service_locator.gXjyXO5" to ".service_locator.gXjyXO5.App\Controller\ClientConfigController::editMyCountries()".
Inlined service ".service_locator.MvGmqNj" to ".service_locator.MvGmqNj.App\Controller\ClientController::index()".
Inlined service ".service_locator.O1Amvth" to ".service_locator.O1Amvth.App\Controller\ClientController::new()".
Inlined service ".service_locator.njs6EZ6" to ".service_locator.njs6EZ6.App\Controller\ClientController::edit()".
Inlined service ".service_locator.RZ.dpQv" to ".service_locator.RZ.dpQv.App\Controller\ClientController::editConfig()".
Inlined service ".service_locator.xKN7n8m" to ".service_locator.xKN7n8m.App\Controller\ClientController::displayStationary()".
Inlined service ".service_locator.CRLZmUt" to ".service_locator.CRLZmUt.App\Controller\ClientController::manageVariables()".
Inlined service ".service_locator.wgGrxez" to ".service_locator.wgGrxez.App\Controller\ClientController::delete()".
Inlined service ".service_locator.ztGXNpR" to ".service_locator.ztGXNpR.App\Controller\ClientController::deletePerform()".
Inlined service ".service_locator.3uMXnHd" to ".service_locator.3uMXnHd.App\Controller\ClientController::deleteStep()".
Inlined service ".service_locator.80Ap1ca" to ".service_locator.80Ap1ca.App\Controller\CourseController::index()".
Inlined service ".service_locator.Rq7mK6l" to ".service_locator.Rq7mK6l.App\Controller\CourseController::indexListing()".
Inlined service ".service_locator.sWWJJY1" to ".service_locator.sWWJJY1.App\Controller\CourseController::new()".
Inlined service ".service_locator.mPc9ILt" to ".service_locator.mPc9ILt.App\Controller\CourseController::edit()".
Inlined service ".service_locator.YrfP7Gu" to ".service_locator.YrfP7Gu.App\Controller\CourseController::delete()".
Inlined service ".service_locator.ZyixmRe" to ".service_locator.ZyixmRe.App\Controller\CourseController::copy()".
Inlined service ".service_locator.W8TmqV3" to ".service_locator.W8TmqV3.App\Controller\CourseController::deleteMultiple()".
Inlined service ".service_locator.F5qn.AM" to ".service_locator.F5qn.AM.App\Controller\CourseController::courseOccurrences()".
Inlined service ".service_locator.400JuB1" to ".service_locator.400JuB1.App\Controller\CourseController::courseOccurrencesListing()".
Inlined service ".service_locator.WZVRIgV" to ".service_locator.WZVRIgV.App\Controller\CourseController::courseImages()".
Inlined service ".service_locator.F0uY6oz" to ".service_locator.F0uY6oz.App\Controller\CourseController::courseInvoices()".
Inlined service ".service_locator.RS5uATz" to ".service_locator.RS5uATz.App\Controller\CourseController::courseCreateInvoices()".
Inlined service ".service_locator.O.hGaeT" to ".service_locator.O.hGaeT.App\Controller\CourseController::courseMergePdf()".
Inlined service ".service_locator.BTj6UH_" to ".service_locator.BTj6UH_.App\Controller\CourseController::courseCloseInvoices()".
Inlined service ".service_locator.7Qh1HDI" to ".service_locator.7Qh1HDI.App\Controller\CourseController::courseCloseSepaInvoices()".
Inlined service ".service_locator.PfZQZJn" to ".service_locator.PfZQZJn.App\Controller\CourseController::courseCloseSepaInvoiceSelected()".
Inlined service ".service_locator.4iq6mpu" to ".service_locator.4iq6mpu.App\Controller\CourseController::courseParticipants()".
Inlined service ".service_locator.hsozOxi" to ".service_locator.hsozOxi.App\Controller\CourseController::courseParticipantsCertificateEmails()".
Inlined service ".service_locator.pjQ1a42" to ".service_locator.pjQ1a42.App\Controller\CourseController::downloadAllCertificates()".
Inlined service ".service_locator.Azwgt0A" to ".service_locator.Azwgt0A.App\Controller\CourseController::certificateEmailsSelected()".
Inlined service ".service_locator.oelEIk8" to ".service_locator.oelEIk8.App\Controller\CourseController::sendMultipleCertificates()".
Inlined service ".service_locator.YNPEIMY" to ".service_locator.YNPEIMY.App\Controller\CourseController::coursePresences()".
Inlined service ".service_locator.xUUm03r" to ".service_locator.xUUm03r.App\Controller\CourseController::savePresenseNew()".
Inlined service ".service_locator.rD4G7Ka" to ".service_locator.rD4G7Ka.App\Controller\CourseController::courseParticipantsPresencesExport()".
Inlined service ".service_locator.hfAkiAO" to ".service_locator.hfAkiAO.App\Controller\CourseController::courseParticipantsExport()".
Inlined service ".service_locator.YwWlQfr" to ".service_locator.YwWlQfr.App\Controller\CourseController::courseReservations()".
Inlined service ".service_locator.0OQYkSU" to ".service_locator.0OQYkSU.App\Controller\CourseController::deleteWaitItem()".
Inlined service ".service_locator.9Ilvj2Z" to ".service_locator.9Ilvj2Z.App\Controller\CourseController::moveCourseReservations()".
Inlined service ".service_locator.1nY3DjF" to ".service_locator.1nY3DjF.App\Controller\CourseController::courseParticipantsZommMembers()".
Inlined service ".service_locator.tuLx8Jn" to ".service_locator.tuLx8Jn.App\Controller\CourseController::courseParticipantZommMember()".
Inlined service ".service_locator.2mQFDnq" to ".service_locator.2mQFDnq.App\Controller\CourseFieldsController::edit()".
Inlined service ".service_locator.zox4ACr" to ".service_locator.zox4ACr.App\Controller\CourseFieldsController::update()".
Inlined service ".service_locator.6T1aYcR" to ".service_locator.6T1aYcR.App\Controller\CourseFieldsController::compose()".
Inlined service ".service_locator.ad_xrQ8" to ".service_locator.ad_xrQ8.App\Controller\CourseFieldsController::deleteMultiple()".
Inlined service ".service_locator.Mk.ZXgh" to ".service_locator.Mk.ZXgh.App\Controller\CourseFieldsController::getCourseFields()".
Inlined service ".service_locator.ZArhKG0" to ".service_locator.ZArhKG0.App\Controller\CourseOccurrenceController::duplicate()".
Inlined service ".service_locator.cpqy5hc" to ".service_locator.cpqy5hc.App\Controller\CourseOccurrenceController::deleteMultiple()".
Inlined service ".service_locator.bBh8QT_" to ".service_locator.bBh8QT_.App\Controller\CourseProviderController::providerCoursesIndex()".
Inlined service ".service_locator.v6VGW0P" to ".service_locator.v6VGW0P.App\Controller\CourseProviderController::show()".
Inlined service ".service_locator.iTTBGmn" to ".service_locator.iTTBGmn.App\Controller\CourseProviderController::courseOccurrences()".
Inlined service ".service_locator.coMK1zk" to ".service_locator.coMK1zk.App\Controller\CourseSeriesController::index()".
Inlined service ".service_locator.YXOicLJ" to ".service_locator.YXOicLJ.App\Controller\CourseSeriesController::edit()".
Inlined service ".service_locator.dPKjGeB" to ".service_locator.dPKjGeB.App\Controller\CourseSeriesController::deleteMultiple()".
Inlined service ".service_locator.2mnZqPw" to ".service_locator.2mnZqPw.App\Controller\CourseSubscriptionController::index()".
Inlined service ".service_locator.J26b5sa" to ".service_locator.J26b5sa.App\Controller\CourseSubscriptionController::edit()".
Inlined service ".service_locator.uC58JuV" to ".service_locator.uC58JuV.App\Controller\CourseSubscriptionController::deleteMultiple()".
Inlined service ".service_locator.lANGIld" to ".service_locator.lANGIld.App\Controller\CourseTemplateController::convert()".
Inlined service ".service_locator.ckTPHNj" to ".service_locator.ckTPHNj.App\Controller\CourseTemplateController::index()".
Inlined service ".service_locator.uCHr0Qx" to ".service_locator.uCHr0Qx.App\Controller\CourseTemplateController::proposalsModalTimeEdit()".
Inlined service ".service_locator.ABzDhjL" to ".service_locator.ABzDhjL.App\Controller\CourseTemplateController::courseOccurrencesProposalsTimeUpdate()".
Inlined service ".service_locator.Uuh9cAL" to ".service_locator.Uuh9cAL.App\Controller\CourseTemplateController::courseOccurrencesProposalsTimeUnbook()".
Inlined service ".service_locator.7sAUKUc" to ".service_locator.7sAUKUc.App\Controller\CourseTemplateController::courseOccurrencesProposalsTimeBook()".
Inlined service ".service_locator.v_1nlta" to ".service_locator.v_1nlta.App\Controller\CourseTypeController::index()".
Inlined service ".service_locator.goxtF_9" to ".service_locator.goxtF_9.App\Controller\CourseTypeController::edit()".
Inlined service ".service_locator.w7KGTA_" to ".service_locator.w7KGTA_.App\Controller\CourseTypeController::deleteMultiple()".
Inlined service ".service_locator.Jbr7BZ9" to ".service_locator.Jbr7BZ9.App\Controller\CustomerController::index()".
Inlined service ".service_locator.v7IGhhJ" to ".service_locator.v7IGhhJ.App\Controller\CustomerController::indexexportall()".
Inlined service ".service_locator.Mo.u.yV" to ".service_locator.Mo.u.yV.App\Controller\CustomerController::indexListing()".
Inlined service ".service_locator.gRscigp" to ".service_locator.gRscigp.App\Controller\CustomerController::new()".
Inlined service ".service_locator.15H9g52" to ".service_locator.15H9g52.App\Controller\CustomerController::edit()".
Inlined service ".service_locator.Brq8l_H" to ".service_locator.Brq8l_H.App\Controller\CustomerController::delete()".
Inlined service ".service_locator.Drjw02y" to ".service_locator.Drjw02y.App\Controller\CustomerController::reactivate()".
Inlined service ".service_locator.qpX3AMa" to ".service_locator.qpX3AMa.App\Controller\CustomerController::deleteMultiple()".
Inlined service ".service_locator.BGvaPzh" to ".service_locator.BGvaPzh.App\Controller\CustomerController::history()".
Inlined service ".service_locator.JPK0p5k" to ".service_locator.JPK0p5k.App\Controller\CustomerController::historyListing()".
Inlined service ".service_locator.Tew_tLi" to ".service_locator.Tew_tLi.App\Controller\CustomerController::tagsPersonEintragen()".
Inlined service ".service_locator.14dzViP" to ".service_locator.14dzViP.App\Controller\CustomerController::saveTagsPersonNew()".
Inlined service ".service_locator.Hf3eyuZ" to ".service_locator.Hf3eyuZ.App\Controller\CustomerController::removeTagsEntry()".
Inlined service ".service_locator.jmbLrAT" to ".service_locator.jmbLrAT.App\Controller\CustomerController::documents()".
Inlined service ".service_locator.32jMwix" to ".service_locator.32jMwix.App\Controller\CustomerController::documentListing()".
Inlined service ".service_locator.z6vjQKJ" to ".service_locator.z6vjQKJ.App\Controller\CustomerDocumentController::getFile()".
Inlined service ".service_locator.lyHAS.p" to ".service_locator.lyHAS.p.App\Controller\DashboardController::index()".
Inlined service ".service_locator.LClqyUL" to ".service_locator.LClqyUL.App\Controller\EmailController::show()".
Inlined service ".service_locator.8gGesXf" to ".service_locator.8gGesXf.App\Controller\EmailController::attachment()".
Inlined service ".service_locator..NFIwFE" to ".service_locator..NFIwFE.App\Controller\EmailController::sender()".
Inlined service ".service_locator.m4d3szT" to ".service_locator.m4d3szT.App\Controller\EmailController::senderTest()".
Inlined service ".service_locator.enkHJ_e" to ".service_locator.enkHJ_e.App\Controller\EmailController::senderMultiple()".
Inlined service ".service_locator.YhIEoJO" to ".service_locator.YhIEoJO.App\Controller\EmailController::senderMultipleTest()".
Inlined service ".service_locator.JKqNO14" to ".service_locator.JKqNO14.App\Controller\EmailController::senderAll()".
Inlined service ".service_locator.VNn6.1t" to ".service_locator.VNn6.1t.App\Controller\EmailController::senderAllTest()".
Inlined service ".service_locator.cpAJb0i" to ".service_locator.cpAJb0i.App\Controller\EmailController::sendHistoryEntryAgain()".
Inlined service ".service_locator.7gsbG.7" to ".service_locator.7gsbG.7.App\Controller\ExportController::exportLatestInvoices()".
Inlined service ".service_locator.ITkNKUq" to ".service_locator.ITkNKUq.App\Controller\ExportController::exportAllInvoices()".
Inlined service ".service_locator.C5xLUZM" to ".service_locator.C5xLUZM.App\Controller\ExportController::exportPeopleAddresses()".
Inlined service ".service_locator.RlzEY7g" to ".service_locator.RlzEY7g.App\Controller\ExportController::exportFamilymemberAddresses()".
Inlined service ".service_locator.1l7vRtB" to ".service_locator.1l7vRtB.App\Controller\Frontend\CheckoutFeController::checkout()".
Inlined service ".service_locator.6I2Yo18" to ".service_locator.6I2Yo18.App\Controller\Frontend\CheckoutFeController::validateVoucher()".
Inlined service ".service_locator.1v3vEUM" to ".service_locator.1v3vEUM.App\Controller\Frontend\CheckoutFeController::checkEmail()".
Inlined service ".service_locator.WeBlwz7" to ".service_locator.WeBlwz7.App\Controller\Frontend\CheckoutFeController::ajaxLogin()".
Inlined service ".service_locator.g4wFs1m" to ".service_locator.g4wFs1m.App\Controller\Frontend\CourseFeController::index()".
Inlined service ".service_locator.WNIIHMy" to ".service_locator.WNIIHMy.App\Controller\Frontend\CourseFeController::downloadSingleTimeCalendar()".
Inlined service ".service_locator.fW4j_fc" to ".service_locator.fW4j_fc.App\Controller\Frontend\CourseOccurrenceFeController::show()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.App\Controller\Frontend\CustomerFeController::login()".
Inlined service ".service_locator.e28Mh1J" to ".service_locator.e28Mh1J.App\Controller\Frontend\CustomerFeController::forgotPassword()".
Inlined service ".service_locator.6ENqD8x" to ".service_locator.6ENqD8x.App\Controller\Frontend\CustomerFeController::resetPassword()".
Inlined service ".service_locator.p9VqaW9" to ".service_locator.p9VqaW9.App\Controller\Frontend\CustomerFeController::register()".
Inlined service ".service_locator.MYEupC6" to ".service_locator.MYEupC6.App\Controller\Frontend\FrontendCustomFormController::fill()".
Inlined service ".service_locator.SCzLT0a" to ".service_locator.SCzLT0a.App\Controller\Frontend\SearchFeController::index()".
Inlined service ".service_locator.oP8d3mV" to ".service_locator.oP8d3mV.App\Controller\Frontend\SpeakerFeController::index()".
Inlined service ".service_locator.HwhDhr8" to ".service_locator.HwhDhr8.App\Controller\Frontend\VenueFeController::index()".
Inlined service ".service_locator.B8GlNCC" to ".service_locator.B8GlNCC.App\Controller\HelpContentController::deleteMedia()".
Inlined service ".service_locator.bIiQbgl" to ".service_locator.bIiQbgl.App\Controller\InvoiceController::index()".
Inlined service ".service_locator.1CmhVKx" to ".service_locator.1CmhVKx.App\Controller\InvoiceController::indexListing()".
Inlined service ".service_locator.pbmPGQA" to ".service_locator.pbmPGQA.App\Controller\InvoiceController::close()".
Inlined service ".service_locator.ILgFerD" to ".service_locator.ILgFerD.App\Controller\InvoiceController::lock()".
Inlined service ".service_locator.DC5LOqM" to ".service_locator.DC5LOqM.App\Controller\InvoiceController::new()".
Inlined service ".service_locator.yfrJ9RX" to ".service_locator.yfrJ9RX.App\Controller\InvoiceController::show()".
Inlined service ".service_locator.derZPYD" to ".service_locator.derZPYD.App\Controller\InvoiceController::updateAdress()".
Inlined service ".service_locator.4ShDfI5" to ".service_locator.4ShDfI5.App\Controller\InvoiceController::delete()".
Inlined service ".service_locator.WDDrT2g" to ".service_locator.WDDrT2g.App\Controller\InvoiceController::cancel()".
Inlined service ".service_locator.kB0oka." to ".service_locator.kB0oka..App\Controller\InvoiceController::cancel_fromorder()".
Inlined service ".service_locator.Knlhp57" to ".service_locator.Knlhp57.App\Controller\InvoiceController::pdf()".
Inlined service ".service_locator.LYZ0Jw4" to ".service_locator.LYZ0Jw4.App\Controller\InvoiceController::cancellationPdf()".
Inlined service ".service_locator.hY73Nyy" to ".service_locator.hY73Nyy.App\Controller\InvoiceController::sepaXml()".
Inlined service ".service_locator.d0NUgOE" to ".service_locator.d0NUgOE.App\Controller\InvoiceController::newInvoicesSepaXml()".
Inlined service ".service_locator.ceZH4U." to ".service_locator.ceZH4U..App\Controller\InvoiceController::paymentsListing()".
Inlined service ".service_locator.VOBnqYb" to ".service_locator.VOBnqYb.App\Controller\InvoiceController::remindersListing()".
Inlined service ".service_locator.vsvKGjG" to ".service_locator.vsvKGjG.App\Controller\InvoiceController::getClientAdress()".
Inlined service ".service_locator.bO8hzIY" to ".service_locator.bO8hzIY.App\Controller\InvoiceController::payTheBill()".
Inlined service ".service_locator.7EwQbEs" to ".service_locator.7EwQbEs.App\Controller\InvoicePaymentController::new()".
Inlined service ".service_locator.ViB8mCR" to ".service_locator.ViB8mCR.App\Controller\InvoicePaymentController::edit()".
Inlined service ".service_locator.NB545Oy" to ".service_locator.NB545Oy.App\Controller\InvoiceReminderController::new()".
Inlined service ".service_locator.4TEvbx3" to ".service_locator.4TEvbx3.App\Controller\InvoiceReminderController::edit()".
Inlined service ".service_locator.O0h5LAV" to ".service_locator.O0h5LAV.App\Controller\InvoiceReminderController::pdf()".
Inlined service ".service_locator.KFBgn1h" to ".service_locator.KFBgn1h.App\Controller\InvoiceReminderController::email()".
Inlined service ".service_locator.NrHDO1J" to ".service_locator.NrHDO1J.App\Controller\LogoutController::loggedOut()".
Inlined service ".service_locator.O95rA73" to ".service_locator.O95rA73.App\Controller\MailTemplateController::attachment()".
Inlined service ".service_locator.K_P6GWz" to ".service_locator.K_P6GWz.App\Controller\MaintenanceController::deleteDraftInvoices()".
Inlined service ".service_locator.b1JzEYV" to ".service_locator.b1JzEYV.App\Controller\MaintenanceController::ibanChecker()".
Inlined service ".service_locator.Z2DrVdM" to ".service_locator.Z2DrVdM.App\Controller\NewsletterController::unsubscribe()".
Inlined service ".service_locator.NZOTBzI" to ".service_locator.NZOTBzI.App\Controller\NewsletterController::indexListing()".
Inlined service ".service_locator.IfJxDoY" to ".service_locator.IfJxDoY.App\Controller\NewsletterController::registerNewsletterWithoutClient()".
Inlined service ".service_locator.BU63g5y" to ".service_locator.BU63g5y.App\Controller\NewsletterController::verifiyNewsletterSubscription()".
Inlined service ".service_locator.WAlrQKd" to ".service_locator.WAlrQKd.App\Controller\OccurrenceProviderController::show()".
Inlined service ".service_locator.YefY2Gd" to ".service_locator.YefY2Gd.App\Controller\OccurrenceProviderController::delete()".
Inlined service ".service_locator.4BOCeyW" to ".service_locator.4BOCeyW.App\Controller\OrderController::index()".
Inlined service ".service_locator.Lj1gAzi" to ".service_locator.Lj1gAzi.App\Controller\OrderController::new()".
Inlined service ".service_locator.ft3n09s" to ".service_locator.ft3n09s.App\Controller\OrderController::show()".
Inlined service ".service_locator.03Pfolu" to ".service_locator.03Pfolu.App\Controller\OrderController::search()".
Inlined service ".service_locator.p1lJCLZ" to ".service_locator.p1lJCLZ.App\Controller\OrderController::edit()".
Inlined service ".service_locator.viNiFh5" to ".service_locator.viNiFh5.App\Controller\OrderController::cancel()".
Inlined service ".service_locator.RTU8_he" to ".service_locator.RTU8_he.App\Controller\OrderController::setCancelDateForParticicpant()".
Inlined service ".service_locator.o7DU6Z4" to ".service_locator.o7DU6Z4.App\Controller\OrderController::cancelItem()".
Inlined service ".service_locator..rUUDh_" to ".service_locator..rUUDh_.App\Controller\OrderController::copyParticipantToOtherOccurrence()".
Inlined service ".service_locator.BflcaWy" to ".service_locator.BflcaWy.App\Controller\OrderController::createInvoice()".
Inlined service ".service_locator.2hSh5qu" to ".service_locator.2hSh5qu.App\Controller\OrderController::sendordermail()".
Inlined service ".service_locator.dzdRuRw" to ".service_locator.dzdRuRw.App\Controller\OrderWaitController::deleteWaitItem()".
Inlined service ".service_locator.zbhAg3w" to ".service_locator.zbhAg3w.App\Controller\OrderWaitController::waitOccurrenceIndex()".
Inlined service ".service_locator.wWaahIZ" to ".service_locator.wWaahIZ.App\Controller\OrderWaitController::exportWaitOccurrenceIndex()".
Inlined service ".service_locator.xNM.oeW" to ".service_locator.xNM.oeW.App\Controller\OrderWaitController::exportAllWaitOccurrenceAddresses()".
Inlined service ".service_locator.Ah_S.mX" to ".service_locator.Ah_S.mX.App\Controller\PersonController::new()".
Inlined service ".service_locator.hP8rTpS" to ".service_locator.hP8rTpS.App\Controller\PersonController::newInvoiceRecipient()".
Inlined service ".service_locator.bTrqsy8" to ".service_locator.bTrqsy8.App\Controller\PersonController::edit()".
Inlined service ".service_locator.FugbwIt" to ".service_locator.FugbwIt.App\Controller\PersonController::editPersonInvoiceRecipient()".
Inlined service ".service_locator.s48P0uI" to ".service_locator.s48P0uI.App\Controller\PersonController::deleteMultiple()".
Inlined service ".service_locator.03x2Md1" to ".service_locator.03x2Md1.App\Controller\PresenceController::delete()".
Inlined service ".service_locator.uLUML6W" to ".service_locator.uLUML6W.App\Controller\PresenceController::setReason()".
Inlined service ".service_locator.SK0JTju" to ".service_locator.SK0JTju.App\Controller\PresenceController::upsert()".
Inlined service ".service_locator.mNV0Gy0" to ".service_locator.mNV0Gy0.App\Controller\PresenceController::presenceDetails()".
Inlined service ".service_locator.karNGpg" to ".service_locator.karNGpg.App\Controller\PresenceReasonController::show()".
Inlined service ".service_locator.bycgs8D" to ".service_locator.bycgs8D.App\Controller\PresenceReasonController::edit()".
Inlined service ".service_locator.PITy_Xs" to ".service_locator.PITy_Xs.App\Controller\PresenceReasonController::delete()".
Inlined service ".service_locator.mlbsh1M" to ".service_locator.mlbsh1M.App\Controller\ProfileController::profile()".
Inlined service ".service_locator.Vgt0_oz" to ".service_locator.Vgt0_oz.App\Controller\ProfileController::index()".
Inlined service ".service_locator.ULaBIhb" to ".service_locator.ULaBIhb.App\Controller\ProfileController::history()".
Inlined service ".service_locator.D7EckQr" to ".service_locator.D7EckQr.App\Controller\ProfileController::edit()".
Inlined service ".service_locator.zZ5LUwL" to ".service_locator.zZ5LUwL.App\Controller\ProviderController::show()".
Inlined service ".service_locator.WCosaaU" to ".service_locator.WCosaaU.App\Controller\PublicDemoController::index()".
Inlined service ".service_locator.211HXCC" to ".service_locator.211HXCC.App\Controller\PublicDemoController::verify()".
Inlined service ".service_locator.MD7Uc6Z" to ".service_locator.MD7Uc6Z.App\Controller\Rest\CartRestController::show()".
Inlined service ".service_locator.w0VhVwr" to ".service_locator.w0VhVwr.App\Controller\Rest\CategoryRestController::index()".
Inlined service ".service_locator.RiefcnI" to ".service_locator.RiefcnI.App\Controller\Rest\CheckoutRestController::checkout()".
Inlined service ".service_locator.il9GR0." to ".service_locator.il9GR0..App\Controller\Rest\CheckoutRestController::personregister()".
Inlined service ".service_locator.ko3oOYA" to ".service_locator.ko3oOYA.App\Controller\Rest\CourseRestController::index()".
Inlined service ".service_locator.NmpwW5l" to ".service_locator.NmpwW5l.App\Controller\Rest\CourseRestController::show()".
Inlined service ".service_locator.3Bre9mV" to ".service_locator.3Bre9mV.App\Controller\Rest\CourseRestController::related()".
Inlined service ".service_locator.L9KQFg5" to ".service_locator.L9KQFg5.App\Controller\Rest\CourseTypeRestController::index()".
Inlined service ".service_locator.S4Sj4h7" to ".service_locator.S4Sj4h7.App\Controller\Rest\CustomerRestController::forgotPassword()".
Inlined service ".service_locator.ZKkfGRE" to ".service_locator.ZKkfGRE.App\Controller\Rest\CustomerRestController::checkEmailKeycloak()".
Inlined service ".service_locator.EWUYS5Q" to ".service_locator.EWUYS5Q.App\Controller\Rest\CustomerRestController::resetPassword()".
Inlined service ".service_locator.dAtxMo7" to ".service_locator.dAtxMo7.App\Controller\Rest\CustomerRestController::register()".
Inlined service ".service_locator.tFCeIaC" to ".service_locator.tFCeIaC.App\Controller\Rest\CustomerRestController::activate()".
Inlined service ".service_locator.PDpkyOq" to ".service_locator.PDpkyOq.App\Controller\Rest\CustomerRestController::newsletterRegister()".
Inlined service ".service_locator.RoUhgoL" to ".service_locator.RoUhgoL.App\Controller\Rest\GeneralRestController::countries()".
Inlined service ".service_locator.tWqhbA2" to ".service_locator.tWqhbA2.App\Controller\Rest\SearchRestController::index()".
Inlined service ".service_locator.BcZDQgP" to ".service_locator.BcZDQgP.App\Controller\Rest\SearchRestController::searchCourses()".
Inlined service ".service_locator._SPp2bH" to ".service_locator._SPp2bH.App\Controller\Rest\SpeakerRestController::index()".
Inlined service ".service_locator.5CTSFmY" to ".service_locator.5CTSFmY.App\Controller\Rest\SpeakerRestController::show()".
Inlined service ".service_locator.R39bQTL" to ".service_locator.R39bQTL.App\Controller\Rest\VenueRestController::index()".
Inlined service ".service_locator.pRWgkVw" to ".service_locator.pRWgkVw.App\Controller\Rest\VenueRestController::show()".
Inlined service ".service_locator.0WqghKB" to ".service_locator.0WqghKB.App\Controller\SearchController::index()".
Inlined service ".service_locator.kYh67cV" to ".service_locator.kYh67cV.App\Controller\Security\OidcController::login()".
Inlined service ".service_locator.R287iz." to ".service_locator.R287iz..App\Controller\SpeakerController::new()".
Inlined service ".service_locator.ouFEKI0" to ".service_locator.ouFEKI0.App\Controller\SpeakerController::edit()".
Inlined service ".service_locator.VMDy4Q2" to ".service_locator.VMDy4Q2.App\Controller\SpeakerController::profile()".
Inlined service ".service_locator.x8tQWr." to ".service_locator.x8tQWr..App\Controller\SpeakerController::deleteMultiple()".
Inlined service ".service_locator.fALR8BR" to ".service_locator.fALR8BR.App\Controller\SpeakerProviderController::providerSpeakersIndex()".
Inlined service ".service_locator.bTsz.uq" to ".service_locator.bTsz.uq.App\Controller\SpeakerProviderController::show()".
Inlined service ".service_locator.05FZQkt" to ".service_locator.05FZQkt.App\Controller\StatisticsController::index()".
Inlined service ".service_locator.aWJ87av" to ".service_locator.aWJ87av.App\Controller\StatisticsController::courses()".
Inlined service ".service_locator.OYfrbEA" to ".service_locator.OYfrbEA.App\Controller\StatisticsController::csvExport()".
Inlined service ".service_locator.m2m8Vvr" to ".service_locator.m2m8Vvr.App\Controller\StatisticsController::csvExport2()".
Inlined service ".service_locator.GjmTY8S" to ".service_locator.GjmTY8S.App\Controller\SystemAnnouncementController::index()".
Inlined service ".service_locator.djZhf2Q" to ".service_locator.djZhf2Q.App\Controller\TagsController::show()".
Inlined service ".service_locator.lhkpqZf" to ".service_locator.lhkpqZf.App\Controller\TextblocksController::show()".
Inlined service ".service_locator.h8He21S" to ".service_locator.h8He21S.App\Controller\VenueController::index()".
Inlined service ".service_locator.d0hvpCh" to ".service_locator.d0hvpCh.App\Controller\VenueController::calendar()".
Inlined service ".service_locator.vq91ecl" to ".service_locator.vq91ecl.App\Controller\VenueController::indexListing()".
Inlined service ".service_locator.WyVymOy" to ".service_locator.WyVymOy.App\Controller\VenueController::new()".
Inlined service ".service_locator.25fofny" to ".service_locator.25fofny.App\Controller\VenueController::show()".
Inlined service ".service_locator.vve.38m" to ".service_locator.vve.38m.App\Controller\VenueController::edit()".
Inlined service ".service_locator.J32eP9R" to ".service_locator.J32eP9R.App\Controller\VenueController::documents()".
Inlined service ".service_locator.9ehguf1" to ".service_locator.9ehguf1.App\Controller\VenueController::documentListing()".
Inlined service ".service_locator.nawFC1U" to ".service_locator.nawFC1U.App\Controller\VenueController::deleteMultipleDocuments()".
Inlined service ".service_locator.Y6BGHL9" to ".service_locator.Y6BGHL9.App\Controller\VenueController::venueImages()".
Inlined service ".service_locator.4jHONwx" to ".service_locator.4jHONwx.App\Controller\VenueController::venueRoomOverview()".
Inlined service ".service_locator.dZF5KXw" to ".service_locator.dZF5KXw.App\Controller\VenueDocumentController::getFile()".
Inlined service ".service_locator.u2l6SLP" to ".service_locator.u2l6SLP.App\Controller\VenueDocumentController::edit()".
Inlined service ".service_locator.3F7X45M" to ".service_locator.3F7X45M.App\Controller\VenueProviderController::providerVenuesIndex()".
Inlined service ".service_locator.SZf2edX" to ".service_locator.SZf2edX.App\Controller\VenueProviderController::show()".
Inlined service ".service_locator.VjtkQKM" to ".service_locator.VjtkQKM.App\Controller\VenueProviderController::venuesEdit()".
Inlined service ".service_locator.xTCfyTp" to ".service_locator.xTCfyTp.App\Controller\VoucherController::index()".
Inlined service ".service_locator.Ubln7YC" to ".service_locator.Ubln7YC.App\Controller\VoucherController::new()".
Inlined service ".service_locator.m_83XmL" to ".service_locator.m_83XmL.App\Controller\VoucherController::show()".
Inlined service ".service_locator.W0_VHAp" to ".service_locator.W0_VHAp.App\Controller\VoucherController::copy()".
Inlined service ".service_locator.v3XAp9N" to ".service_locator.v3XAp9N.App\Controller\WithdrawalController::approve()".
Inlined service ".service_locator.m2bUocR" to ".service_locator.m2bUocR.App\Service\InvoiceService::invoicecloseandmail()".
Inlined service ".service_locator.frABh.U" to ".service_locator.frABh.U.App\Service\InvoiceService::updateInvoicePersonInformation()".
Inlined service ".service_locator.YDN26Pt" to ".service_locator.YDN26Pt.App\Service\InvoiceService::updateInvoiceAdress()".
Inlined service ".service_locator.hS8slzk" to ".service_locator.hS8slzk.App\Service\InvoiceService::createInvoiceFromOrderItem()".
Inlined service ".service_locator.gJEeBkw" to ".service_locator.gJEeBkw.App\Service\MailerService::sendInvoiceReminderEmail()".
Inlined service ".service_locator.nIgUIbq" to ".service_locator.nIgUIbq.App\Service\MailerService::sendActivateMessage()".
Inlined service ".service_locator.PqdsZqI" to ".service_locator.PqdsZqI.App\Service\MailerService::sendPlainMessage()".
Inlined service ".service_locator._SaSayc" to ".service_locator._SaSayc.App\User\Controller\ClientController::editMy()".
Inlined service ".service_locator.GdheC0C" to ".service_locator.GdheC0C.App\User\Controller\UserController::index()".
Inlined service ".service_locator.CkvNmSS" to ".service_locator.CkvNmSS.App\User\Controller\UserController::new()".
Inlined service ".service_locator.Yilgw8k" to ".service_locator.Yilgw8k.App\User\Controller\UserController::edit()".
Inlined service ".service_locator.EwqRSF2" to ".service_locator.EwqRSF2.App\User\Controller\UserController::delete()".
Inlined service ".service_locator.mkBeahL" to ".service_locator.mkBeahL.App\User\Controller\UserController::deleteMultiple()".
Inlined service ".service_locator.jaMuGX3" to ".service_locator.jaMuGX3.App\User\Controller\UserController::forgotPassword()".
Inlined service ".service_locator.Yh5Aw0E" to ".service_locator.Yh5Aw0E.App\User\Controller\UserController::resetPassword()".
Inlined service ".service_locator.0.hPzq_" to ".service_locator.0.hPzq_.App\User\Controller\UserController::activateAccount()".
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 "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\CreateDemoTenantHandler" to ".messenger.handler_descriptor.pdzBiKI".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "App\Security\Voter\CategoryVoter" to ".debug.security.voter.App\Security\Voter\CategoryVoter".
Inlined service "App\Security\Voter\CourseDataVoter" to ".debug.security.voter.App\Security\Voter\CourseDataVoter".
Inlined service "App\Security\Voter\CourseFieldVoter" to ".debug.security.voter.App\Security\Voter\CourseFieldVoter".
Inlined service "App\Security\Voter\CourseOccurrenceVoter" to ".debug.security.voter.App\Security\Voter\CourseOccurrenceVoter".
Inlined service "App\Security\Voter\CourseSecurityVoter" to ".debug.security.voter.App\Security\Voter\CourseSecurityVoter".
Inlined service "App\Security\Voter\CourseSeriesVoter" to ".debug.security.voter.App\Security\Voter\CourseSeriesVoter".
Inlined service "App\Security\Voter\CourseSubscriptionVoter" to ".debug.security.voter.App\Security\Voter\CourseSubscriptionVoter".
Inlined service "App\Security\Voter\CourseTypeVoter" to ".debug.security.voter.App\Security\Voter\CourseTypeVoter".
Inlined service "App\Security\Voter\CourseVoter" to ".debug.security.voter.App\Security\Voter\CourseVoter".
Inlined service "App\Security\Voter\FrontendClientVoter" to ".debug.security.voter.App\Security\Voter\FrontendClientVoter".
Inlined service "App\Security\Voter\InvoiceVoter" to ".debug.security.voter.App\Security\Voter\InvoiceVoter".
Inlined service "App\Security\Voter\MailTemplateVoter" to ".debug.security.voter.App\Security\Voter\MailTemplateVoter".
Inlined service "App\Security\Voter\OccurrenceVoter" to ".debug.security.voter.App\Security\Voter\OccurrenceVoter".
Inlined service "App\Security\Voter\OrderVoter" to ".debug.security.voter.App\Security\Voter\OrderVoter".
Inlined service "App\Security\Voter\PersonVoter" to ".debug.security.voter.App\Security\Voter\PersonVoter".
Inlined service "App\Security\Voter\VenueSecurityVoter" to ".debug.security.voter.App\Security\Voter\VenueSecurityVoter".
Inlined service "App\Security\Voter\VenueVoter" to ".debug.security.voter.App\Security\Voter\VenueVoter".
Inlined service "App\Security\Voter\VoucherVoter" to ".debug.security.voter.App\Security\Voter\VoucherVoter".
Inlined service "App\User\Security\Voter\ClientVoter" to ".debug.security.voter.App\User\Security\Voter\ClientVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.dgfWHrt" to ".service_locator.dgfWHrt.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service ".service_locator.ccTBFaB" to "debug.argument_resolver.inner".
Inlined service ".service_locator.MNhWOHL" to "console.command_loader".
Inlined service ".service_locator.dgfWHrt.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "fos_rest.serializer.symfony" to "fos_rest.view_handler".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "App\Service\GdprService" to "console.command.public_alias.App\Command\AnonymizeCustomerDataCommand".
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.mapping.class_discriminator_resolver" 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 "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.rest", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.rest", "debug.security.event_dispatcher.main", ".debug.http_client", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.deprecation", but was never used.