The "App\EventSubscriber\AlertTypeSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "App\EventSubscriber\ArticleSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "App\EventSubscriber\StandSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\GenerateFromTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TeamType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TeamType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Normalizer\MaterialNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Serializer\Normalizer\MaterialNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\QueueEntryNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\JobSheetChoiceValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\AlertTypeSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\ArticleSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\StandSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\EventSubscriber\OrganisationActiveSubscriber" service.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\AlertTypeSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\ArticleSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\StandSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
"SELECT t0.id AS id_1, t0.roles AS roles_2, t0.token AS token_3 FROM external_application t0 WHERE t0.token = ? LIMIT 1"
(parameters:
[1 => "1234"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.roles AS roles_2, t0.token AS token_3 FROM external_application t0 WHERE t0.token = ? LIMIT 1"
"params" => [1 => "1234"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.email AS email_6, t0.device_token AS device_token_7, t0.last_connexion AS last_connexion_8, t0.creation_date AS creation_date_9, t0.mobile_phone AS mobile_phone_10, t0.accepted_cgu_at AS accepted_cgu_at_11, t0.onboarding_dismissed AS onboarding_dismissed_12, t0.onboarding_completed_steps AS onboarding_completed_steps_13, t0.current_location_id AS current_location_id_14, t0.avatar_id AS avatar_id_15, t0.accepted_cgu_id AS accepted_cgu_id_16 FROM `user` t0 WHERE t0.uuid = ? LIMIT 1"
(parameters:
[1 => "65V9LvFIxqTv07k1gym5C9mtUXE3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.email AS email_6, t0.device_token AS device_token_7, t0.last_connexion AS last_connexion_8, t0.creation_date AS creation_date_9, t0.mobile_phone AS mobile_phone_10, t0.accepted_cgu_at AS accepted_cgu_at_11, t0.onboarding_dismissed AS onboarding_dismissed_12, t0.onboarding_completed_steps AS onboarding_completed_steps_13, t0.current_location_id AS current_location_id_14, t0.avatar_id AS avatar_id_15, t0.accepted_cgu_id AS accepted_cgu_id_16 FROM `user` t0 WHERE t0.uuid = ? LIMIT 1"
"params" => [1 => "65V9LvFIxqTv07k1gym5C9mtUXE3"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.is_active AS is_active_4, t0.adress_id AS adress_id_5, t0.contact_details_id AS contact_details_id_6, t0.default_person_type_id AS default_person_type_id_7, t0.user_id AS user_id_8, t0.organisation_id AS organisation_id_9, t0.avatar_id AS avatar_id_10, t11.id AS id_12, t11.date AS date_13, t11.person_id AS person_id_14 FROM person t0 LEFT JOIN account_creation_invitation t11 ON t11.person_id = t0.id WHERE t0.user_id = ? LIMIT 1"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.is_active AS is_active_4, t0.adress_id AS adress_id_5, t0.contact_details_id AS contact_details_id_6, t0.default_person_type_id AS default_person_type_id_7, t0.user_id AS user_id_8, t0.organisation_id AS organisation_id_9, t0.avatar_id AS avatar_id_10, t11.id AS id_12, t11.date AS date_13, t11.person_id AS person_id_14 FROM person t0 LEFT JOIN account_creation_invitation t11 ON t11.person_id = t0.id WHERE t0.user_id = ? LIMIT 1"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible_for_public AS is_visible_for_public_3, t0.can_credit_badge AS can_credit_badge_4, t0.can_debit_badge AS can_debit_badge_5, t0.can_debit_article AS can_debit_article_6, t0.can_add_option_to_badge AS can_add_option_to_badge_7, t0.max_capacity AS max_capacity_8, t0.current_participants_number AS current_participants_number_9, t0.is_coat_room AS is_coat_room_10, t0.coat_room_price AS coat_room_price_11, t0.can_scan_tickets AS can_scan_tickets_12, t0.can_scan_material AS can_scan_material_13, t0.event_id AS event_id_14, t15.id AS id_16, t15.enabled AS enabled_17, t15.public_queue_token AS public_queue_token_18, t15.consent_required AS consent_required_19, t15.event_id AS event_id_20, t15.stand_id AS stand_id_21, t22.id AS id_23, t22.name AS name_24, t22.stand_id AS stand_id_25, t22.parent_id AS parent_id_26 FROM stand t0 LEFT JOIN stand_queue_config t15 ON t15.stand_id = t0.id LEFT JOIN stock_location t22 ON t22.stand_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible_for_public AS is_visible_for_public_3, t0.can_credit_badge AS can_credit_badge_4, t0.can_debit_badge AS can_debit_badge_5, t0.can_debit_article AS can_debit_article_6, t0.can_add_option_to_badge AS can_add_option_to_badge_7, t0.max_capacity AS max_capacity_8, t0.current_participants_number AS current_participants_number_9, t0.is_coat_room AS is_coat_room_10, t0.coat_room_price AS coat_room_price_11, t0.can_scan_tickets AS can_scan_tickets_12, t0.can_scan_material AS can_scan_material_13, t0.event_id AS event_id_14, t15.id AS id_16, t15.enabled AS enabled_17, t15.public_queue_token AS public_queue_token_18, t15.consent_required AS consent_required_19, t15.event_id AS event_id_20, t15.stand_id AS stand_id_21, t22.id AS id_23, t22.name AS name_24, t22.stand_id AS stand_id_25, t22.parent_id AS parent_id_26 FROM stand t0 LEFT JOIN stand_queue_config t15 ON t15.stand_id = t0.id LEFT JOIN stock_location t22 ON t22.stand_id = t0.id WHERE t0.id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.status AS status_2, t0.creation_date AS creation_date_3, t0.closure_date AS closure_date_4, t0.description AS description_5, t0.is_test_data AS is_test_data_6, t0.creator_id AS creator_id_7, t0.stand_id AS stand_id_8, t0.activity_id AS activity_id_9, t0.type_id AS type_id_10, t0.resolver_id AS resolver_id_11 FROM alert t0 WHERE (t0.status = ? AND t0.stand_id = ?) ORDER BY t0.creation_date ASC"
(parameters:
[1 => "Open"
2 => 22]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.status AS status_2, t0.creation_date AS creation_date_3, t0.closure_date AS closure_date_4, t0.description AS description_5, t0.is_test_data AS is_test_data_6, t0.creator_id AS creator_id_7, t0.stand_id AS stand_id_8, t0.activity_id AS activity_id_9, t0.type_id AS type_id_10, t0.resolver_id AS resolver_id_11 FROM alert t0 WHERE (t0.status = ? AND t0.stand_id = ?) ORDER BY t0.creation_date ASC"
"params" => [1 => "Open"
2 => 22]
"types" => [1 => 22 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 8]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 8]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 9]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.event_id AS event_id_3, t0.activity_id AS activity_id_4, t0.stand_id AS stand_id_5 FROM image t0 WHERE t0.id = ?"
(parameters:
[1 => 58]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.event_id AS event_id_3, t0.activity_id AS activity_id_4, t0.stand_id AS stand_id_5 FROM image t0 WHERE t0.id = ?"
"params" => [1 => 58]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
(parameters:
[1 => 17]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
"params" => [1 => 17]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 17]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 17]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
(parameters:
[1 => 15]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
"params" => [1 => 15]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 15]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 15]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
(parameters:
[1 => 13]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
"params" => [1 => 13]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 13]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 13]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.email AS email_6, t0.device_token AS device_token_7, t0.last_connexion AS last_connexion_8, t0.creation_date AS creation_date_9, t0.mobile_phone AS mobile_phone_10, t0.accepted_cgu_at AS accepted_cgu_at_11, t0.onboarding_dismissed AS onboarding_dismissed_12, t0.onboarding_completed_steps AS onboarding_completed_steps_13, t0.current_location_id AS current_location_id_14, t0.avatar_id AS avatar_id_15, t0.accepted_cgu_id AS accepted_cgu_id_16 FROM `user` t0 WHERE t0.id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.email AS email_6, t0.device_token AS device_token_7, t0.last_connexion AS last_connexion_8, t0.creation_date AS creation_date_9, t0.mobile_phone AS mobile_phone_10, t0.accepted_cgu_at AS accepted_cgu_at_11, t0.onboarding_dismissed AS onboarding_dismissed_12, t0.onboarding_completed_steps AS onboarding_completed_steps_13, t0.current_location_id AS current_location_id_14, t0.avatar_id AS avatar_id_15, t0.accepted_cgu_id AS accepted_cgu_id_16 FROM `user` t0 WHERE t0.id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.event_id AS event_id_3, t0.activity_id AS activity_id_4, t0.stand_id AS stand_id_5 FROM image t0 WHERE t0.id = ?"
(parameters:
[1 => 63]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.event_id AS event_id_3, t0.activity_id AS activity_id_4, t0.stand_id AS stand_id_5 FROM image t0 WHERE t0.id = ?"
"params" => [1 => 63]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
(parameters:
[1 => 69]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.id = ?"
"params" => [1 => 69]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
(parameters:
[1 => 69]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.parent_type_id AS parent_type_id_4, t0.responsible_id AS responsible_id_5 FROM alert_type t0 WHERE t0.parent_type_id = ?"
"params" => [1 => 69]
"types" => [1 => 1]
]
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
655
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdminCommand" (parent: .abstract.instanceof.App\Command\AdminCommand).
Resolving inheritance for "App\Command\AdminCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdminCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeStatusCommand" (parent: .abstract.instanceof.App\Command\ChangeStatusCommand).
Resolving inheritance for "App\Command\ChangeStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteInactiveParticipantsCommand" (parent: .abstract.instanceof.App\Command\DeleteInactiveParticipantsCommand).
Resolving inheritance for "App\Command\DeleteInactiveParticipantsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteInactiveParticipantsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EventCreationReminderCommand" (parent: .abstract.instanceof.App\Command\EventCreationReminderCommand).
Resolving inheritance for "App\Command\EventCreationReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EventCreationReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixBilletwebTicketPricesCommand" (parent: .abstract.instanceof.App\Command\FixBilletwebTicketPricesCommand).
Resolving inheritance for "App\Command\FixBilletwebTicketPricesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixBilletwebTicketPricesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixOnboardingStepsCommand" (parent: .abstract.instanceof.App\Command\FixOnboardingStepsCommand).
Resolving inheritance for "App\Command\FixOnboardingStepsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixOnboardingStepsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateSaleFormatsCommand" (parent: .abstract.instanceof.App\Command\GenerateSaleFormatsCommand).
Resolving inheritance for "App\Command\GenerateSaleFormatsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateSaleFormatsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportTicketCommand" (parent: .abstract.instanceof.App\Command\ImportTicketCommand).
Resolving inheritance for "App\Command\ImportTicketCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportTicketCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\BackfillEventTicketParticipantsCommand" (parent: .abstract.instanceof.App\Command\Migration\BackfillEventTicketParticipantsCommand).
Resolving inheritance for "App\Command\Migration\BackfillEventTicketParticipantsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\BackfillEventTicketParticipantsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\BackfillVirtualCreditCardParticipantsCommand" (parent: .abstract.instanceof.App\Command\Migration\BackfillVirtualCreditCardParticipantsCommand).
Resolving inheritance for "App\Command\Migration\BackfillVirtualCreditCardParticipantsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\BackfillVirtualCreditCardParticipantsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\ReconcileDuplicateEventCodesCommand" (parent: .abstract.instanceof.App\Command\Migration\ReconcileDuplicateEventCodesCommand).
Resolving inheritance for "App\Command\Migration\ReconcileDuplicateEventCodesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\ReconcileDuplicateEventCodesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetAllBadgesCommand" (parent: .abstract.instanceof.App\Command\ResetAllBadgesCommand).
Resolving inheritance for "App\Command\ResetAllBadgesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetAllBadgesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendQueueSlotRemindersCommand" (parent: .abstract.instanceof.App\Command\SendQueueSlotRemindersCommand).
Resolving inheritance for "App\Command\SendQueueSlotRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendQueueSlotRemindersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncExternalTicketsCommand" (parent: .abstract.instanceof.App\Command\SyncExternalTicketsCommand).
Resolving inheritance for "App\Command\SyncExternalTicketsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncExternalTicketsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncTrackersCommand" (parent: .abstract.instanceof.App\Command\SyncTrackersCommand).
Resolving inheritance for "App\Command\SyncTrackersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncTrackersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ToDoReminderCommand" (parent: .abstract.instanceof.App\Command\ToDoReminderCommand).
Resolving inheritance for "App\Command\ToDoReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ToDoReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateApplicationParametersCommand" (parent: .abstract.instanceof.App\Command\UpdateApplicationParametersCommand).
Resolving inheritance for "App\Command\UpdateApplicationParametersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateApplicationParametersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateEmailInformationCommand" (parent: .abstract.instanceof.App\Command\UpdateEmailInformationCommand).
Resolving inheritance for "App\Command\UpdateEmailInformationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateEmailInformationCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\ActivityController" (parent: .abstract.instanceof.App\Controller\ActivityAndAffectation\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\ActivityController).
Resolving inheritance for "App\Controller\ActivityAndAffectation\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\AffectationCategoryController" (parent: .abstract.instanceof.App\Controller\ActivityAndAffectation\AffectationCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\AffectationCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\AffectationCategoryController).
Resolving inheritance for "App\Controller\ActivityAndAffectation\AffectationCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\AffectationCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\AffectationController" (parent: .abstract.instanceof.App\Controller\ActivityAndAffectation\AffectationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\AffectationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\AffectationController).
Resolving inheritance for "App\Controller\ActivityAndAffectation\AffectationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\AffectationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController" (parent: .abstract.instanceof.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController).
Resolving inheritance for "App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminToolsController" (parent: .abstract.instanceof.App\Controller\Admin\AdminToolsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminToolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminToolsController).
Resolving inheritance for "App\Controller\Admin\AdminToolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminToolsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTemplateCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\EventTemplateCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTemplateCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTemplateCategoryController).
Resolving inheritance for "App\Controller\Admin\EventTemplateCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTemplateCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTemplateController" (parent: .abstract.instanceof.App\Controller\Admin\EventTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTemplateController).
Resolving inheritance for "App\Controller\Admin\EventTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertController" (parent: .abstract.instanceof.App\Controller\Alert\AlertController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertController).
Resolving inheritance for "App\Controller\Alert\AlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertTypeController" (parent: .abstract.instanceof.App\Controller\Alert\AlertTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertTypeController).
Resolving inheritance for "App\Controller\Alert\AlertTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleAndStock\ArticleCategoryController" (parent: .abstract.instanceof.App\Controller\ArticleAndStock\ArticleCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleAndStock\ArticleCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleAndStock\ArticleCategoryController).
Resolving inheritance for "App\Controller\ArticleAndStock\ArticleCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleAndStock\ArticleCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleAndStock\ArticleController" (parent: .abstract.instanceof.App\Controller\ArticleAndStock\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleAndStock\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleAndStock\ArticleController).
Resolving inheritance for "App\Controller\ArticleAndStock\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleAndStock\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeAPIController" (parent: .abstract.instanceof.App\Controller\Badge\BadgeAPIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeAPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeAPIController).
Resolving inheritance for "App\Controller\Badge\BadgeAPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeAPIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeController" (parent: .abstract.instanceof.App\Controller\Badge\BadgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeController).
Resolving inheritance for "App\Controller\Badge\BadgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeOptionController" (parent: .abstract.instanceof.App\Controller\Badge\BadgeOptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeOptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeOptionController).
Resolving inheritance for "App\Controller\Badge\BadgeOptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeOptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeOptionPackageController" (parent: .abstract.instanceof.App\Controller\Badge\BadgeOptionPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeOptionPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeOptionPackageController).
Resolving inheritance for "App\Controller\Badge\BadgeOptionPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeOptionPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BilletwebController" (parent: .abstract.instanceof.App\Controller\BilletwebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BilletwebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BilletwebController).
Resolving inheritance for "App\Controller\BilletwebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BilletwebController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrevoWebhookController" (parent: .abstract.instanceof.App\Controller\BrevoWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrevoWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrevoWebhookController).
Resolving inheritance for "App\Controller\BrevoWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrevoWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CGUVersionController" (parent: .abstract.instanceof.App\Controller\CGUVersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CGUVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CGUVersionController).
Resolving inheritance for "App\Controller\CGUVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CGUVersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatBotController" (parent: .abstract.instanceof.App\Controller\ChatBotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatBotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatBotController).
Resolving inheritance for "App\Controller\ChatBotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatBotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventActorController" (parent: .abstract.instanceof.App\Controller\EventActorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventActorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventActorController).
Resolving inheritance for "App\Controller\EventActorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventActorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventAnalyseController" (parent: .abstract.instanceof.App\Controller\EventAnalyseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventAnalyseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventAnalyseController).
Resolving inheritance for "App\Controller\EventAnalyseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventAnalyseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventCategoryBudgetController" (parent: .abstract.instanceof.App\Controller\EventCategoryBudgetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventCategoryBudgetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventCategoryBudgetController).
Resolving inheritance for "App\Controller\EventCategoryBudgetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventCategoryBudgetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController" (parent: .abstract.instanceof.App\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController).
Resolving inheritance for "App\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventExpenditureAndRevenueCategoryController" (parent: .abstract.instanceof.App\Controller\EventExpenditureAndRevenueCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventExpenditureAndRevenueCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventExpenditureAndRevenueCategoryController).
Resolving inheritance for "App\Controller\EventExpenditureAndRevenueCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventExpenditureAndRevenueCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventExpenditureController" (parent: .abstract.instanceof.App\Controller\EventExpenditureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventExpenditureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventExpenditureController).
Resolving inheritance for "App\Controller\EventExpenditureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventExpenditureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventLiveController" (parent: .abstract.instanceof.App\Controller\EventLiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventLiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventLiveController).
Resolving inheritance for "App\Controller\EventLiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventLiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventLogisticsController" (parent: .abstract.instanceof.App\Controller\EventLogisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventLogisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventLogisticsController).
Resolving inheritance for "App\Controller\EventLogisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventLogisticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventPersonController" (parent: .abstract.instanceof.App\Controller\EventPersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventPersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventPersonController).
Resolving inheritance for "App\Controller\EventPersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventPersonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventPreparationController" (parent: .abstract.instanceof.App\Controller\EventPreparationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventPreparationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventPreparationController).
Resolving inheritance for "App\Controller\EventPreparationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventPreparationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventTicketController" (parent: .abstract.instanceof.App\Controller\EventTicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventTicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventTicketController).
Resolving inheritance for "App\Controller\EventTicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventTicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Files\JobSheetController" (parent: .abstract.instanceof.App\Controller\Files\JobSheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Files\JobSheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Files\JobSheetController).
Resolving inheritance for "App\Controller\Files\JobSheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Files\JobSheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Files\PrivateDocumentController" (parent: .abstract.instanceof.App\Controller\Files\PrivateDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Files\PrivateDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Files\PrivateDocumentController).
Resolving inheritance for "App\Controller\Files\PrivateDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Files\PrivateDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthController" (parent: .abstract.instanceof.App\Controller\HealthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthController).
Resolving inheritance for "App\Controller\HealthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelloAssoController" (parent: .abstract.instanceof.App\Controller\HelloAssoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelloAssoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelloAssoController).
Resolving inheritance for "App\Controller\HelloAssoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelloAssoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportExcelUsersController" (parent: .abstract.instanceof.App\Controller\ImportExcelUsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportExcelUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportExcelUsersController).
Resolving inheritance for "App\Controller\ImportExcelUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportExcelUsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JoinEventController" (parent: .abstract.instanceof.App\Controller\JoinEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JoinEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JoinEventController).
Resolving inheritance for "App\Controller\JoinEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JoinEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController" (parent: .abstract.instanceof.App\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController).
Resolving inheritance for "App\Controller\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MakeController" (parent: .abstract.instanceof.App\Controller\MakeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MakeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MakeController).
Resolving inheritance for "App\Controller\MakeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MakeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaterialCategoryController" (parent: .abstract.instanceof.App\Controller\MaterialCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaterialCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaterialCategoryController).
Resolving inheritance for "App\Controller\MaterialCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaterialCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaterialController" (parent: .abstract.instanceof.App\Controller\MaterialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaterialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaterialController).
Resolving inheritance for "App\Controller\MaterialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaterialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NeededMaterialController" (parent: .abstract.instanceof.App\Controller\NeededMaterialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NeededMaterialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NeededMaterialController).
Resolving inheritance for "App\Controller\NeededMaterialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NeededMaterialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController" (parent: .abstract.instanceof.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController).
Resolving inheritance for "App\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OnboardingController" (parent: .abstract.instanceof.App\Controller\OnboardingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OnboardingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OnboardingController).
Resolving inheritance for "App\Controller\OnboardingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OnboardingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganisationController" (parent: .abstract.instanceof.App\Controller\OrganisationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganisationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganisationController).
Resolving inheritance for "App\Controller\OrganisationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganisationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantController" (parent: .abstract.instanceof.App\Controller\ParticipantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantController).
Resolving inheritance for "App\Controller\ParticipantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantController).
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\PersonTypeController" (parent: .abstract.instanceof.App\Controller\PersonTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonTypeController).
Resolving inheritance for "App\Controller\PersonTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicQueueController" (parent: .abstract.instanceof.App\Controller\PublicQueueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicQueueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicQueueController).
Resolving inheritance for "App\Controller\PublicQueueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicQueueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QueueEntry\QueueEntryAPIController" (parent: .abstract.instanceof.App\Controller\QueueEntry\QueueEntryAPIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QueueEntry\QueueEntryAPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QueueEntry\QueueEntryAPIController).
Resolving inheritance for "App\Controller\QueueEntry\QueueEntryAPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QueueEntry\QueueEntryAPIController).
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\SidetickController" (parent: .abstract.instanceof.App\Controller\SidetickController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SidetickController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SidetickController).
Resolving inheritance for "App\Controller\SidetickController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SidetickController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandAccessControlController" (parent: .abstract.instanceof.App\Controller\StandAccessControlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandAccessControlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandAccessControlController).
Resolving inheritance for "App\Controller\StandAccessControlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandAccessControlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandController" (parent: .abstract.instanceof.App\Controller\StandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandController).
Resolving inheritance for "App\Controller\StandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandQueueConfigController" (parent: .abstract.instanceof.App\Controller\StandQueueConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandQueueConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandQueueConfigController).
Resolving inheritance for "App\Controller\StandQueueConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandQueueConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockController" (parent: .abstract.instanceof.App\Controller\StockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockController).
Resolving inheritance for "App\Controller\StockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeController" (parent: .abstract.instanceof.App\Controller\StripeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeController).
Resolving inheritance for "App\Controller\StripeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TeamController" (parent: .abstract.instanceof.App\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TeamController).
Resolving inheritance for "App\Controller\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToDoElementController" (parent: .abstract.instanceof.App\Controller\ToDoElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToDoElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToDoElementController).
Resolving inheritance for "App\Controller\ToDoElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToDoElementController).
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\Webhook\DigitalMatterWebhookController" (parent: .abstract.instanceof.App\Controller\Webhook\DigitalMatterWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\DigitalMatterWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\DigitalMatterWebhookController).
Resolving inheritance for "App\Controller\Webhook\DigitalMatterWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\DigitalMatterWebhookController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\AlertTypeSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AlertTypeSubscriber).
Resolving inheritance for "App\EventSubscriber\AlertTypeSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\AlertTypeSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\ArticleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ArticleSubscriber).
Resolving inheritance for "App\EventSubscriber\ArticleSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\ArticleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrganisationActiveSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\OrganisationActiveSubscriber).
Resolving inheritance for "App\EventSubscriber\OrganisationActiveSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrganisationActiveSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\StandSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\StandSubscriber).
Resolving inheritance for "App\EventSubscriber\StandSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\StandSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityFullType" (parent: .abstract.instanceof.App\Form\ActivityFullType).
Resolving inheritance for "App\Form\ActivityFullType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityFullType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType" (parent: .abstract.instanceof.App\Form\ActivityType).
Resolving inheritance for "App\Form\ActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AffectationCategoryType" (parent: .abstract.instanceof.App\Form\AffectationCategoryType).
Resolving inheritance for "App\Form\AffectationCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AffectationCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AffectationType" (parent: .abstract.instanceof.App\Form\AffectationType).
Resolving inheritance for "App\Form\AffectationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AffectationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlertTypeFormType" (parent: .abstract.instanceof.App\Form\AlertTypeFormType).
Resolving inheritance for "App\Form\AlertTypeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlertTypeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleCategoryType" (parent: .abstract.instanceof.App\Form\ArticleCategoryType).
Resolving inheritance for "App\Form\ArticleCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleSaleFormatType" (parent: .abstract.instanceof.App\Form\ArticleSaleFormatType).
Resolving inheritance for "App\Form\ArticleSaleFormatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleSaleFormatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType" (parent: .abstract.instanceof.App\Form\ArticleType).
Resolving inheritance for "App\Form\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionAndQuantityType" (parent: .abstract.instanceof.App\Form\BadgeOptionAndQuantityType).
Resolving inheritance for "App\Form\BadgeOptionAndQuantityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionAndQuantityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionPackageType" (parent: .abstract.instanceof.App\Form\BadgeOptionPackageType).
Resolving inheritance for "App\Form\BadgeOptionPackageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionPackageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionType" (parent: .abstract.instanceof.App\Form\BadgeOptionType).
Resolving inheritance for "App\Form\BadgeOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BilletwebConnectionType" (parent: .abstract.instanceof.App\Form\BilletwebConnectionType).
Resolving inheritance for "App\Form\BilletwebConnectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BilletwebConnectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CGUVersionType" (parent: .abstract.instanceof.App\Form\CGUVersionType).
Resolving inheritance for "App\Form\CGUVersionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CGUVersionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoatRoomType" (parent: .abstract.instanceof.App\Form\CoatRoomType).
Resolving inheritance for "App\Form\CoatRoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoatRoomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactDetailsType" (parent: .abstract.instanceof.App\Form\ContactDetailsType).
Resolving inheritance for "App\Form\ContactDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCategoryBudgetType" (parent: .abstract.instanceof.App\Form\EventCategoryBudgetType).
Resolving inheritance for "App\Form\EventCategoryBudgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCategoryBudgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventDuplicationOptionsType" (parent: .abstract.instanceof.App\Form\EventDuplicationOptionsType).
Resolving inheritance for "App\Form\EventDuplicationOptionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventDuplicationOptionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventExpenditureAndRevenueCategoryType" (parent: .abstract.instanceof.App\Form\EventExpenditureAndRevenueCategoryType).
Resolving inheritance for "App\Form\EventExpenditureAndRevenueCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventExpenditureAndRevenueCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventExpenditureAndRevenueType" (parent: .abstract.instanceof.App\Form\EventExpenditureAndRevenueType).
Resolving inheritance for "App\Form\EventExpenditureAndRevenueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventExpenditureAndRevenueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventHelloAssoSlugType" (parent: .abstract.instanceof.App\Form\EventHelloAssoSlugType).
Resolving inheritance for "App\Form\EventHelloAssoSlugType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventHelloAssoSlugType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventPersonAffectationPreferencesType" (parent: .abstract.instanceof.App\Form\EventPersonAffectationPreferencesType).
Resolving inheritance for "App\Form\EventPersonAffectationPreferencesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventPersonAffectationPreferencesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventPersonFormType" (parent: .abstract.instanceof.App\Form\EventPersonFormType).
Resolving inheritance for "App\Form\EventPersonFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventPersonFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTemplateCategoryType" (parent: .abstract.instanceof.App\Form\EventTemplateCategoryType).
Resolving inheritance for "App\Form\EventTemplateCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTemplateCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTemplateType" (parent: .abstract.instanceof.App\Form\EventTemplateType).
Resolving inheritance for "App\Form\EventTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTicketOptionType" (parent: .abstract.instanceof.App\Form\EventTicketOptionType).
Resolving inheritance for "App\Form\EventTicketOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTicketOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTicketType" (parent: .abstract.instanceof.App\Form\EventTicketType).
Resolving inheritance for "App\Form\EventTicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTicketType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType" (parent: .abstract.instanceof.App\Form\EventType).
Resolving inheritance for "App\Form\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenerateFromTemplateType" (parent: .abstract.instanceof.App\Form\GenerateFromTemplateType).
Resolving inheritance for "App\Form\GenerateFromTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenerateFromTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HelloAssociationConnectionType" (parent: .abstract.instanceof.App\Form\HelloAssociationConnectionType).
Resolving inheritance for "App\Form\HelloAssociationConnectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HelloAssociationConnectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InviteTokenType" (parent: .abstract.instanceof.App\Form\InviteTokenType).
Resolving inheritance for "App\Form\InviteTokenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InviteTokenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JobSheetType" (parent: .abstract.instanceof.App\Form\JobSheetType).
Resolving inheritance for "App\Form\JobSheetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JobSheetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogisticsInformationType" (parent: .abstract.instanceof.App\Form\LogisticsInformationType).
Resolving inheritance for "App\Form\LogisticsInformationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogisticsInformationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaterialCategoryType" (parent: .abstract.instanceof.App\Form\MaterialCategoryType).
Resolving inheritance for "App\Form\MaterialCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaterialCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaterialType" (parent: .abstract.instanceof.App\Form\MaterialType).
Resolving inheritance for "App\Form\MaterialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaterialType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NeededMaterialType" (parent: .abstract.instanceof.App\Form\NeededMaterialType).
Resolving inheritance for "App\Form\NeededMaterialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NeededMaterialType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrganisationType" (parent: .abstract.instanceof.App\Form\OrganisationType).
Resolving inheritance for "App\Form\OrganisationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrganisationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParticipantNotificationType" (parent: .abstract.instanceof.App\Form\ParticipantNotificationType).
Resolving inheritance for "App\Form\ParticipantNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParticipantNotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonFormType" (parent: .abstract.instanceof.App\Form\PersonFormType).
Resolving inheritance for "App\Form\PersonFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonTypeFormType" (parent: .abstract.instanceof.App\Form\PersonTypeFormType).
Resolving inheritance for "App\Form\PersonTypeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonTypeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SidetickConnectionType" (parent: .abstract.instanceof.App\Form\SidetickConnectionType).
Resolving inheritance for "App\Form\SidetickConnectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SidetickConnectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StandType" (parent: .abstract.instanceof.App\Form\StandType).
Resolving inheritance for "App\Form\StandType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StandType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockUnitType" (parent: .abstract.instanceof.App\Form\StockUnitType).
Resolving inheritance for "App\Form\StockUnitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockUnitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TeamType" (parent: .abstract.instanceof.App\Form\TeamType).
Resolving inheritance for "App\Form\TeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TeamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ToDoElementType" (parent: .abstract.instanceof.App\Form\ToDoElementType).
Resolving inheritance for "App\Form\ToDoElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ToDoElementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EventStatusType" (parent: .abstract.instanceof.App\Form\Type\EventStatusType).
Resolving inheritance for "App\Form\Type\EventStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EventStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExpenditureAndRevenueTypeType" (parent: .abstract.instanceof.App\Form\Type\ExpenditureAndRevenueTypeType).
Resolving inheritance for "App\Form\Type\ExpenditureAndRevenueTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExpenditureAndRevenueTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountCreationInvitationRepository" (parent: .abstract.instanceof.App\Repository\AccountCreationInvitationRepository).
Resolving inheritance for "App\Repository\AccountCreationInvitationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountCreationInvitationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository" (parent: .abstract.instanceof.App\Repository\ActivityRepository).
Resolving inheritance for "App\Repository\ActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AffectationCategoryRepository" (parent: .abstract.instanceof.App\Repository\AffectationCategoryRepository).
Resolving inheritance for "App\Repository\AffectationCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AffectationCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AffectationRepository" (parent: .abstract.instanceof.App\Repository\AffectationRepository).
Resolving inheritance for "App\Repository\AffectationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AffectationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertRepository" (parent: .abstract.instanceof.App\Repository\AlertRepository).
Resolving inheritance for "App\Repository\AlertRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertTypeRepository" (parent: .abstract.instanceof.App\Repository\AlertTypeRepository).
Resolving inheritance for "App\Repository\AlertTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationParametersRepository" (parent: .abstract.instanceof.App\Repository\ApplicationParametersRepository).
Resolving inheritance for "App\Repository\ApplicationParametersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationParametersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository" (parent: .abstract.instanceof.App\Repository\ArticleCategoryRepository).
Resolving inheritance for "App\Repository\ArticleCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository" (parent: .abstract.instanceof.App\Repository\ArticleRepository).
Resolving inheritance for "App\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleSaleFormatRepository" (parent: .abstract.instanceof.App\Repository\ArticleSaleFormatRepository).
Resolving inheritance for "App\Repository\ArticleSaleFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleSaleFormatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleTransactionRepository" (parent: .abstract.instanceof.App\Repository\ArticleTransactionRepository).
Resolving inheritance for "App\Repository\ArticleTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionAndQuantityRepository" (parent: .abstract.instanceof.App\Repository\BadgeOptionAndQuantityRepository).
Resolving inheritance for "App\Repository\BadgeOptionAndQuantityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionAndQuantityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionPackageRepository" (parent: .abstract.instanceof.App\Repository\BadgeOptionPackageRepository).
Resolving inheritance for "App\Repository\BadgeOptionPackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionPackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionRepository" (parent: .abstract.instanceof.App\Repository\BadgeOptionRepository).
Resolving inheritance for "App\Repository\BadgeOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionUsageHistoryRepository" (parent: .abstract.instanceof.App\Repository\BadgeOptionUsageHistoryRepository).
Resolving inheritance for "App\Repository\BadgeOptionUsageHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionUsageHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository" (parent: .abstract.instanceof.App\Repository\BadgeRepository).
Resolving inheritance for "App\Repository\BadgeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CGUVersionRepository" (parent: .abstract.instanceof.App\Repository\CGUVersionRepository).
Resolving inheritance for "App\Repository\CGUVersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CGUVersionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConsentDocumentRepository" (parent: .abstract.instanceof.App\Repository\ConsentDocumentRepository).
Resolving inheritance for "App\Repository\ConsentDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConsentDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactDetailsRepository" (parent: .abstract.instanceof.App\Repository\ContactDetailsRepository).
Resolving inheritance for "App\Repository\ContactDetailsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactDetailsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CounterHistoryRepository" (parent: .abstract.instanceof.App\Repository\CounterHistoryRepository).
Resolving inheritance for "App\Repository\CounterHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CounterHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventCategoryBudgetRepository" (parent: .abstract.instanceof.App\Repository\EventCategoryBudgetRepository).
Resolving inheritance for "App\Repository\EventCategoryBudgetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventCategoryBudgetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventExpenditureAndRevenueCategoryRepository" (parent: .abstract.instanceof.App\Repository\EventExpenditureAndRevenueCategoryRepository).
Resolving inheritance for "App\Repository\EventExpenditureAndRevenueCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventExpenditureAndRevenueCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventExpenditureAndRevenueRepository" (parent: .abstract.instanceof.App\Repository\EventExpenditureAndRevenueRepository).
Resolving inheritance for "App\Repository\EventExpenditureAndRevenueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventExpenditureAndRevenueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPersonRepository" (parent: .abstract.instanceof.App\Repository\EventPersonRepository).
Resolving inheritance for "App\Repository\EventPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository" (parent: .abstract.instanceof.App\Repository\EventRepository).
Resolving inheritance for "App\Repository\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTemplateCategoryRepository" (parent: .abstract.instanceof.App\Repository\EventTemplateCategoryRepository).
Resolving inheritance for "App\Repository\EventTemplateCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTemplateCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTemplateRepository" (parent: .abstract.instanceof.App\Repository\EventTemplateRepository).
Resolving inheritance for "App\Repository\EventTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTicketOptionRepository" (parent: .abstract.instanceof.App\Repository\EventTicketOptionRepository).
Resolving inheritance for "App\Repository\EventTicketOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTicketOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTicketRepository" (parent: .abstract.instanceof.App\Repository\EventTicketRepository).
Resolving inheritance for "App\Repository\EventTicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalApplicationRepository" (parent: .abstract.instanceof.App\Repository\ExternalApplicationRepository).
Resolving inheritance for "App\Repository\ExternalApplicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalApplicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalProviderConnectionRepository" (parent: .abstract.instanceof.App\Repository\ExternalProviderConnectionRepository).
Resolving inheritance for "App\Repository\ExternalProviderConnectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalProviderConnectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalTicketingConfigurationRepository" (parent: .abstract.instanceof.App\Repository\ExternalTicketingConfigurationRepository).
Resolving inheritance for "App\Repository\ExternalTicketingConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalTicketingConfigurationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelloAssoConnectionRepository" (parent: .abstract.instanceof.App\Repository\HelloAssoConnectionRepository).
Resolving inheritance for "App\Repository\HelloAssoConnectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelloAssoConnectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository" (parent: .abstract.instanceof.App\Repository\ImageRepository).
Resolving inheritance for "App\Repository\ImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobSheetRepository" (parent: .abstract.instanceof.App\Repository\JobSheetRepository).
Resolving inheritance for "App\Repository\JobSheetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobSheetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationHistoryRepository" (parent: .abstract.instanceof.App\Repository\LocationHistoryRepository).
Resolving inheritance for "App\Repository\LocationHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplatesRepository" (parent: .abstract.instanceof.App\Repository\MailTemplatesRepository).
Resolving inheritance for "App\Repository\MailTemplatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialCategoryRepository" (parent: .abstract.instanceof.App\Repository\MaterialCategoryRepository).
Resolving inheritance for "App\Repository\MaterialCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialLocationRepository" (parent: .abstract.instanceof.App\Repository\MaterialLocationRepository).
Resolving inheritance for "App\Repository\MaterialLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository" (parent: .abstract.instanceof.App\Repository\MaterialRepository).
Resolving inheritance for "App\Repository\MaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NeededMaterialRepository" (parent: .abstract.instanceof.App\Repository\NeededMaterialRepository).
Resolving inheritance for "App\Repository\NeededMaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NeededMaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganisationRepository" (parent: .abstract.instanceof.App\Repository\OrganisationRepository).
Resolving inheritance for "App\Repository\OrganisationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganisationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository" (parent: .abstract.instanceof.App\Repository\ParticipantRepository).
Resolving inheritance for "App\Repository\ParticipantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository).
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\PersonTypeRepository" (parent: .abstract.instanceof.App\Repository\PersonTypeRepository).
Resolving inheritance for "App\Repository\PersonTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostalAdressRepository" (parent: .abstract.instanceof.App\Repository\PostalAdressRepository).
Resolving inheritance for "App\Repository\PostalAdressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostalAdressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueueEntryRepository" (parent: .abstract.instanceof.App\Repository\QueueEntryRepository).
Resolving inheritance for "App\Repository\QueueEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueueEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueueParticipantRepository" (parent: .abstract.instanceof.App\Repository\QueueParticipantRepository).
Resolving inheritance for "App\Repository\QueueParticipantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueueParticipantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SentEmailRepository" (parent: .abstract.instanceof.App\Repository\SentEmailRepository).
Resolving inheritance for "App\Repository\SentEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SentEmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandAccessControlRepository" (parent: .abstract.instanceof.App\Repository\StandAccessControlRepository).
Resolving inheritance for "App\Repository\StandAccessControlRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandAccessControlRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandQueueConfigRepository" (parent: .abstract.instanceof.App\Repository\StandQueueConfigRepository).
Resolving inheritance for "App\Repository\StandQueueConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandQueueConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandRepository" (parent: .abstract.instanceof.App\Repository\StandRepository).
Resolving inheritance for "App\Repository\StandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemRepository" (parent: .abstract.instanceof.App\Repository\StockItemRepository).
Resolving inheritance for "App\Repository\StockItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockLocationRepository" (parent: .abstract.instanceof.App\Repository\StockLocationRepository).
Resolving inheritance for "App\Repository\StockLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockMovementRepository" (parent: .abstract.instanceof.App\Repository\StockMovementRepository).
Resolving inheritance for "App\Repository\StockMovementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockMovementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockStandAlertRepository" (parent: .abstract.instanceof.App\Repository\StockStandAlertRepository).
Resolving inheritance for "App\Repository\StockStandAlertRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockStandAlertRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockUnitRepository" (parent: .abstract.instanceof.App\Repository\StockUnitRepository).
Resolving inheritance for "App\Repository\StockUnitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockUnitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeConnectAccountRepository" (parent: .abstract.instanceof.App\Repository\StripeConnectAccountRepository).
Resolving inheritance for "App\Repository\StripeConnectAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeConnectAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TeamRepository" (parent: .abstract.instanceof.App\Repository\TeamRepository).
Resolving inheritance for "App\Repository\TeamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TeamRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimeSlotRepository" (parent: .abstract.instanceof.App\Repository\TimeSlotRepository).
Resolving inheritance for "App\Repository\TimeSlotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimeSlotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ToDoElementRepository" (parent: .abstract.instanceof.App\Repository\ToDoElementRepository).
Resolving inheritance for "App\Repository\ToDoElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ToDoElementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ToDoElementStatusRepository" (parent: .abstract.instanceof.App\Repository\ToDoElementStatusRepository).
Resolving inheritance for "App\Repository\ToDoElementStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ToDoElementStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrackerRepository" (parent: .abstract.instanceof.App\Repository\TrackerRepository).
Resolving inheritance for "App\Repository\TrackerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrackerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VirtualCardTransactionRepository" (parent: .abstract.instanceof.App\Repository\VirtualCardTransactionRepository).
Resolving inheritance for "App\Repository\VirtualCardTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VirtualCardTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VirtualCreditCardRepository" (parent: .abstract.instanceof.App\Repository\VirtualCreditCardRepository).
Resolving inheritance for "App\Repository\VirtualCreditCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VirtualCreditCardRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\EventVoter" (parent: .abstract.instanceof.App\Security\Voter\EventVoter).
Resolving inheritance for "App\Security\Voter\EventVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\EventVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PrivateDocumentVoter" (parent: .abstract.instanceof.App\Security\Voter\PrivateDocumentVoter).
Resolving inheritance for "App\Security\Voter\PrivateDocumentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PrivateDocumentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ActivityNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ActivityNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ActivityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ActivityNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ActivityPlanningNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ActivityPlanningNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ActivityPlanningNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ActivityPlanningNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AffectationNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\AffectationNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\AffectationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AffectationNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AlertNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\AlertNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\AlertNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AlertNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AlertTypeNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\AlertTypeNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\AlertTypeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AlertTypeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ArticleCategoryNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ArticleCategoryNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ArticleCategoryNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ArticleCategoryNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\BadgeNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\BadgeNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\BadgeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\BadgeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\EventNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\EventNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventTicketNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\EventTicketNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\EventTicketNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventTicketNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventTicketOptionNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\EventTicketOptionNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\EventTicketOptionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventTicketOptionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ImageNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ImageNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ImageNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ImageNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\MaterialNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\MaterialNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\MaterialNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\MaterialNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NotificationNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\NotificationNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\NotificationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NotificationNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrganisationNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\OrganisationNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\OrganisationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrganisationNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\QueueEntryNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\QueueEntryNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\QueueEntryNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\QueueEntryNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\StandNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\StandNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\StandNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\StandNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\UserNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\UserNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\UserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\UserNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\VirtualCardTransactionNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\VirtualCardTransactionNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\VirtualCardTransactionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\VirtualCardTransactionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\VirtualCreditCardNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\VirtualCreditCardNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\VirtualCreditCardNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\VirtualCreditCardNormalizer).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
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\OnboardingExtension" (parent: .abstract.instanceof.App\Twig\OnboardingExtension).
Resolving inheritance for "App\Twig\OnboardingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\OnboardingExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\JobSheetChoiceValidator" (parent: .abstract.instanceof.App\Validator\JobSheetChoiceValidator).
Resolving inheritance for "App\Validator\JobSheetChoiceValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\JobSheetChoiceValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.scheduler" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "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.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_external_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.ping" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.ping" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.external" (parent: security.firewall.config).
Resolving inheritance for "security.listener.external.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.external" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.external" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.external" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.external" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.external" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.external" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "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 "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
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.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "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.asset_mapper" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.asset_mapper.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.scheduler.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
460
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "http_client.uri_template_expander"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; 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 "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.external"; reason: private alias.
Removed service "security.user_checker.external"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $eventDatabase"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $eventAuth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $eventStorage"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\RemoteConfig $eventRemote_config"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $eventRemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $eventMessaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $eventFirestore"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\DynamicLinks $eventDynamic_links"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $eventDynamicLinks"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\AppCheck $eventApp_check"; reason: private alias.
Removed service "Kreait\Firebase\Contract\AppCheck $eventAppCheck"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapperLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.PHg.tkQ"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.vxqar68"; reason: private alias.
Removed service ".service_locator.DTpfZNZ"; reason: private alias.
Removed service ".service_locator..eSrkiw"; reason: private alias.
Removed service ".service_locator.bExy8AU"; reason: private alias.
Removed service ".service_locator.N5Tn8rb"; reason: private alias.
Removed service ".service_locator.RFFQTBG"; reason: private alias.
Removed service ".service_locator.1S5A1P6"; reason: private alias.
Removed service ".service_locator.xZCYOi2"; reason: private alias.
Removed service ".service_locator.qdnbBJa"; reason: private alias.
Removed service ".service_locator.jO5w0op"; reason: private alias.
Removed service ".service_locator.bia6CAg"; reason: private alias.
Removed service ".service_locator.eMAsPl7"; reason: private alias.
Removed service ".service_locator.8MskN_c"; reason: private alias.
Removed service ".service_locator.Redf22Q"; reason: private alias.
Removed service ".service_locator.8Vzgp30"; reason: private alias.
Removed service ".service_locator.FMH9YEm"; reason: private alias.
Removed service ".service_locator.YZOI.AQ"; reason: private alias.
Removed service ".service_locator.Rz79.J5"; reason: private alias.
Removed service ".service_locator.Jjs1kqr"; reason: private alias.
Removed service ".service_locator.iUwrl7g"; reason: private alias.
Removed service ".service_locator.f.3pWR4"; reason: private alias.
Removed service ".service_locator.DG2nuNZ"; reason: private alias.
Removed service ".service_locator.g40TLWT"; reason: private alias.
Removed service ".service_locator.x2PfPFU"; reason: private alias.
Removed service ".service_locator.uTaLGXi"; reason: private alias.
Removed service ".service_locator.vW8R8By"; reason: private alias.
Removed service ".service_locator.27riKRc"; reason: private alias.
Removed service ".service_locator.8qkfA4G"; reason: private alias.
Removed service ".service_locator.ZDlripE"; reason: private alias.
Removed service ".service_locator.2GDShDn"; reason: private alias.
Removed service ".service_locator.NxnHiCv"; reason: private alias.
Removed service ".service_locator.FxwGDW0"; reason: private alias.
Removed service ".service_locator.aarv33a"; reason: private alias.
Removed service ".service_locator.mZUh7xT"; reason: private alias.
Removed service ".service_locator.xW4ckxB"; reason: private alias.
Removed service ".service_locator.ovPXPJg"; reason: private alias.
Removed service ".service_locator.QOMigrs"; reason: private alias.
Removed service ".service_locator.7B3iW1g"; reason: private alias.
Removed service ".service_locator.jre5RUR"; reason: private alias.
Removed service ".service_locator.LsTtv3x"; reason: private alias.
Removed service ".service_locator.QpbkgSe"; reason: private alias.
Removed service ".service_locator.9UUWpCn"; reason: private alias.
Removed service ".service_locator.5y3rGeH"; reason: private alias.
Removed service ".service_locator.GPGLQAK"; reason: private alias.
Removed service ".service_locator.rNL.D2l"; reason: private alias.
Removed service ".service_locator.hDAE5ys"; reason: private alias.
Removed service ".service_locator.LbM8lu3"; reason: private alias.
Removed service ".service_locator.fSFqqh7"; reason: private alias.
Removed service ".service_locator.R3Ic5Se"; reason: private alias.
Removed service ".service_locator.Bvcuk4G"; reason: private alias.
Removed service ".service_locator.usCZSQ4"; reason: private alias.
Removed service ".service_locator.W2247Fq"; reason: private alias.
Removed service ".service_locator.IBV9s62"; reason: private alias.
Removed service ".service_locator.oh.HEJ7"; reason: private alias.
Removed service ".service_locator.SWwSeF3"; reason: private alias.
Removed service ".service_locator.nlXot_5"; reason: private alias.
Removed service ".service_locator.iXLxXpJ"; reason: private alias.
Removed service ".service_locator.9O8y_ab"; reason: private alias.
Removed service ".service_locator.4rjGk1V"; reason: private alias.
Removed service ".service_locator.uIPabpK"; reason: private alias.
Removed service ".service_locator.uMfNbS9"; reason: private alias.
Removed service ".service_locator.vQlcgY7"; reason: private alias.
Removed service ".service_locator.DV6GJ3c"; reason: private alias.
Removed service ".service_locator.Iq4EUfE"; reason: private alias.
Removed service ".service_locator.xYLc2lh"; reason: private alias.
Removed service ".service_locator.Ww0HRFr"; reason: private alias.
Removed service ".service_locator.2FGlmHL"; reason: private alias.
Removed service ".service_locator.fqYE4eV"; reason: private alias.
Removed service ".service_locator.Lgmzt5X"; reason: private alias.
Removed service ".service_locator.hAYcxZX"; reason: private alias.
Removed service ".service_locator.0yTwdyV"; reason: private alias.
Removed service ".service_locator.1sIrRcY"; reason: private alias.
Removed service ".service_locator.Ii58VK."; reason: private alias.
Removed service ".service_locator.FWqI2h."; reason: private alias.
Removed service ".service_locator.0NOsVfA"; reason: private alias.
Removed service ".service_locator.0uL3KNZ"; reason: private alias.
Removed service ".service_locator.TxlhFki"; reason: private alias.
Removed service ".service_locator.PWezoGs"; reason: private alias.
Removed service ".service_locator.n4sqUcH"; reason: private alias.
Removed service ".service_locator.WIL9965"; reason: private alias.
Removed service ".service_locator.nvBJ2qq"; reason: private alias.
Removed service ".service_locator.fJMEPx3"; reason: private alias.
Removed service ".service_locator.5lT13rN"; reason: private alias.
Removed service ".service_locator.YUKrz8s"; reason: private alias.
Removed service ".service_locator.M67zV0N"; reason: private alias.
Removed service ".service_locator.sRJn2Ar"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.iY_ueXT"; 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 "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; 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 "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.external"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.asset_mapper"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.scheduler"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.external"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.Apwzntd"; reason: private alias.
Removed service ".service_locator.HV6kjQw"; reason: private alias.
Removed service ".service_locator.xDMFhF6"; reason: private alias.
Removed service ".service_locator.1qWo98S"; reason: private alias.
Removed service ".service_locator.z0Mkip9"; reason: private alias.
Removed service ".service_locator.jM5m4UR"; reason: private alias.
Removed service ".service_locator.CSqvGic"; reason: private alias.
Removed service ".service_locator.K2XHtgQ"; reason: private alias.
Removed service ".service_locator.b6d9FqI"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.IkVT84l"; reason: private alias.
Removed service ".service_locator.cvZo_p9"; reason: private alias.
Removed service ".service_locator.FY_tfhM"; reason: private alias.
Removed service ".service_locator.rE0Pyfp"; reason: private alias.
Removed service ".service_locator.XPtSglu"; reason: private alias.
Removed service ".service_locator.6inwjY2"; reason: private alias.
Removed service ".service_locator..cqEZY8"; reason: private alias.
Removed service ".service_locator.UK9mxzp"; reason: private alias.
Removed service ".service_locator.C2w9glP"; reason: private alias.
Removed service ".service_locator.BbF4YI9"; reason: private alias.
Removed service ".service_locator.Kfj_kU."; reason: private alias.
Removed service ".service_locator.3Wm7T4M"; reason: private alias.
Removed service ".service_locator.bVu0fRm"; reason: private alias.
Removed service ".service_locator.SeaXly_"; reason: private alias.
Removed service ".service_locator.aiI8jeJ"; reason: private alias.
Removed service ".service_locator._YmlLML"; reason: private alias.
Removed service ".service_locator.NUwEUr9"; reason: private alias.
Removed service ".service_locator.sMi3Tkl"; reason: private alias.
Removed service ".service_locator.zsfQjBK"; reason: private alias.
Removed service ".service_locator.aHkp0Hm"; reason: private alias.
Removed service ".service_locator.xaEGwTv"; reason: private alias.
Removed service ".service_locator.LqvErzd"; reason: private alias.
Removed service ".service_locator.2diyXJR"; reason: private alias.
Removed service ".service_locator.kPB9cVG"; reason: private alias.
Removed service ".service_locator.qPyw6fm"; reason: private alias.
Removed service ".service_locator.bFsIwee"; reason: private alias.
Removed service ".service_locator.bZEjiBf"; reason: private alias.
Removed service ".service_locator.aMro0kv"; reason: private alias.
Removed service ".service_locator.eMKdwqR"; reason: private alias.
Removed service ".service_locator.a5ZyJDM"; reason: private alias.
Removed service ".service_locator.hafInN5"; reason: private alias.
Removed service ".service_locator.c.y33XF"; reason: private alias.
Removed service ".service_locator.qSI.2ri"; reason: private alias.
Removed service ".service_locator.h2pv7mP"; reason: private alias.
Removed service ".service_locator.ORifJql"; reason: private alias.
Removed service ".service_locator.PIuAVzJ"; reason: private alias.
Removed service ".service_locator.MXws0xJ"; reason: private alias.
Removed service ".service_locator.qnpOxyO"; reason: private alias.
Removed service ".service_locator.7Smf6B4"; reason: private alias.
Removed service ".service_locator.bIRBjcE"; reason: private alias.
Removed service ".service_locator.R.Ootzz"; reason: private alias.
Removed service ".service_locator.nWp.aqu"; reason: private alias.
Removed service ".service_locator.rjVDcYd"; reason: private alias.
Removed service ".service_locator.5BHfzmn"; reason: private alias.
Removed service ".service_locator.BEsFY1H"; reason: private alias.
Removed service ".service_locator.BJReNBv"; reason: private alias.
Removed service ".service_locator.HnbHeAm"; reason: private alias.
Removed service ".service_locator.sBZw90G"; reason: private alias.
Removed service ".service_locator.1u2GJBu"; reason: private alias.
Removed service ".service_locator.4aMhmeb"; reason: private alias.
Removed service ".service_locator.TOhUTcO"; reason: private alias.
Removed service ".service_locator.7.2RDOm"; reason: private alias.
Removed service ".service_locator.ysqDfyn"; reason: private alias.
Removed service ".service_locator.gUvnNw0"; reason: private alias.
Removed service ".service_locator.DDPKuCO"; reason: private alias.
Removed service ".service_locator.y5HXvCt"; reason: private alias.
Removed service ".service_locator.U4ZpsFJ"; reason: private alias.
Removed service ".service_locator.rw9hmth"; reason: private alias.
Removed service ".service_locator.oeMXZkG"; reason: private alias.
Removed service ".service_locator.GZP21d8"; reason: private alias.
Removed service ".service_locator.7iDC.gY"; reason: private alias.
Removed service ".service_locator.hPnFbi2"; reason: private alias.
Removed service ".service_locator.rL5upUc"; reason: private alias.
Removed service ".service_locator.3FfZOyq"; reason: private alias.
Removed service ".service_locator.gnVl2hP"; reason: private alias.
Removed service ".service_locator.Bd_stZ6"; reason: private alias.
Removed service ".service_locator.8Mng3HX"; reason: private alias.
Removed service ".service_locator.o9OPlQ8"; reason: private alias.
Removed service ".service_locator.fz9NNTY"; reason: private alias.
Removed service ".service_locator.POb1_Xl"; reason: private alias.
Removed service ".service_locator.XiP1QWt"; reason: private alias.
Removed service ".service_locator.XRUuMno"; reason: private alias.
Removed service ".service_locator.dQfbRCf"; reason: private alias.
Removed service ".service_locator.hh2O2rQ"; reason: private alias.
Removed service ".service_locator.K2rzQ3H"; reason: private alias.
Removed service ".service_locator.MdaiNPm"; reason: private alias.
Removed service ".service_locator.2e31Lj2"; reason: private alias.
Removed service ".service_locator.06ISNh."; reason: private alias.
Removed service ".service_locator.MICqSfG"; reason: private alias.
Removed service ".service_locator.vNVUIN2"; reason: private alias.
Removed service ".service_locator.rSZ1aAd"; reason: private alias.
Removed service ".service_locator.lGIWM_y"; reason: private alias.
Removed service ".service_locator.4CPzW2Q"; reason: private alias.
Removed service ".service_locator.19dopDF"; reason: private alias.
Removed service ".service_locator.g9_V68U"; reason: private alias.
Removed service ".service_locator.FdYzTCQ"; reason: private alias.
Removed service ".service_locator.CbrEl9."; reason: private alias.
Removed service ".service_locator.AInHnDJ"; reason: private alias.
Removed service ".service_locator.Vq1iakC"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.HMv7V4z"; reason: private alias.
Removed service ".service_locator.K8CQ48O"; reason: private alias.
Removed service ".service_locator.27E55ci"; reason: private alias.
Removed service ".service_locator.Dba5faF"; reason: private alias.
Removed service ".service_locator.QZq._QF"; reason: private alias.
Removed service ".service_locator.BoDjICE"; reason: private alias.
Removed service ".service_locator.9FHrRmZ"; reason: private alias.
Removed service ".service_locator.VmtnE_3"; reason: private alias.
Removed service ".service_locator.dRHvZ.i"; reason: private alias.
Removed service ".service_locator.jFgkbGR"; reason: private alias.
Removed service ".service_locator.qS83909"; reason: private alias.
Removed service ".service_locator.x80dUWD"; reason: private alias.
Removed service ".service_locator.tUeWulD"; reason: private alias.
Removed service ".service_locator.dNoe8Y7"; reason: private alias.
Removed service ".service_locator.NnpHzpb"; reason: private alias.
Removed service ".service_locator.qDd5jmC"; reason: private alias.
Removed service ".service_locator.MyAWP4o"; reason: private alias.
Removed service ".service_locator.zH0Hczw"; reason: private alias.
Removed service ".service_locator.M6pcfre"; reason: private alias.
Removed service ".service_locator.aygwe4t"; reason: private alias.
Removed service ".service_locator.LO_n7jP"; reason: private alias.
Removed service ".service_locator.Oe23E6b"; reason: private alias.
Removed service ".service_locator.7o1FuJa"; reason: private alias.
Removed service ".service_locator.AbyHnWD"; reason: private alias.
Removed service ".service_locator.viNxldj"; reason: private alias.
Removed service ".service_locator.yHBFvW5"; reason: private alias.
Removed service ".service_locator.siuA_Tt"; reason: private alias.
Removed service ".service_locator.uAdYJbb"; reason: private alias.
Removed service ".service_locator.dcO_IX5"; reason: private alias.
Removed service ".service_locator.PishKJj"; reason: private alias.
Removed service ".service_locator.VP6eEx9"; reason: private alias.
Removed service ".service_locator.NJGgMjC"; reason: private alias.
Removed service ".service_locator.hiFRUL9"; reason: private alias.
Removed service ".service_locator.UOg9YQ5"; reason: private alias.
Removed service ".service_locator.WXDHq77"; reason: private alias.
Removed service ".service_locator.B5q09Q1"; reason: private alias.
Removed service ".service_locator.1yqeScE"; reason: private alias.
Removed service ".service_locator.j7UcJVg"; reason: private alias.
Removed service ".service_locator.dK.P4a2"; reason: private alias.
Removed service ".service_locator.mb.RPuh"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
105
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Caches\CacheService" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\FirebaseUsersService" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\HelpExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\OnboardingExtension" previously pointing to "translator.data_collector" to "translator".
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 "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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 "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "scheduler.event_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.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.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "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 "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.is_granted_attribute_expression_language" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
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 "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 "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" 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.App\Security\Voter\EventVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\PrivateDocumentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.nEzYBUN" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.YrZxS_M" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
666
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "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 "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.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; 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 "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdminCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AdminCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChangeStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteInactiveParticipantsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeleteInactiveParticipantsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EventCreationReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EventCreationReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixBilletwebTicketPricesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixBilletwebTicketPricesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixOnboardingStepsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixOnboardingStepsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateSaleFormatsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateSaleFormatsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportTicketCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportTicketCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\BackfillEventTicketParticipantsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migration\BackfillEventTicketParticipantsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\BackfillVirtualCreditCardParticipantsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migration\BackfillVirtualCreditCardParticipantsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\ReconcileDuplicateEventCodesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migration\ReconcileDuplicateEventCodesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetAllBadgesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ResetAllBadgesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendQueueSlotRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendQueueSlotRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncExternalTicketsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncExternalTicketsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncTrackersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncTrackersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ToDoReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ToDoReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateApplicationParametersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateApplicationParametersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateEmailInformationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateEmailInformationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ActivityAndAffectation\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\AffectationCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\AffectationCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ActivityAndAffectation\AffectationCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityAndAffectation\AffectationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityAndAffectation\AffectationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ActivityAndAffectation\AffectationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminToolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminToolsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminToolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTemplateCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTemplateCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventTemplateCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Alert\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Alert\AlertTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleAndStock\ArticleCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleAndStock\ArticleCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArticleAndStock\ArticleCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleAndStock\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleAndStock\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArticleAndStock\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeAPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeAPIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Badge\BadgeAPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Badge\BadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeOptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Badge\BadgeOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeOptionPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeOptionPackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Badge\BadgeOptionPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BilletwebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BilletwebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BilletwebController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrevoWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrevoWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BrevoWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CGUVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CGUVersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CGUVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatBotController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChatBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventActorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventActorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventActorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventAnalyseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventAnalyseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventAnalyseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventCategoryBudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventCategoryBudgetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventCategoryBudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventExpenditureAndRevenueCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventExpenditureAndRevenueCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventExpenditureAndRevenueCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventExpenditureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventExpenditureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventExpenditureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventLiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventLiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventLiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventLogisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventLogisticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventLogisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventPersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventPreparationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventPreparationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventPreparationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventTicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventTicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventTicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Files\JobSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Files\JobSheetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Files\JobSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Files\PrivateDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Files\PrivateDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Files\PrivateDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HealthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelloAssoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelloAssoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HelloAssoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportExcelUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportExcelUsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImportExcelUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JoinEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JoinEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JoinEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MakeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MakeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MakeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaterialCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaterialCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MaterialCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaterialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NeededMaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NeededMaterialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NeededMaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OnboardingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganisationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrganisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParticipantController"; 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\PersonTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicQueueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PublicQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QueueEntry\QueueEntryAPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QueueEntry\QueueEntryAPIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QueueEntry\QueueEntryAPIController"; 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\SidetickController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SidetickController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SidetickController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandAccessControlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandAccessControlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StandAccessControlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StandQueueConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StandQueueConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StandQueueConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StripeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToDoElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToDoElementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ToDoElementController"; 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\Webhook\DigitalMatterWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\DigitalMatterWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webhook\DigitalMatterWebhookController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\AlertTypeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AlertTypeSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\ArticleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ArticleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrganisationActiveSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\OrganisationActiveSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\StandSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\StandSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityFullType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ActivityFullType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AffectationCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AffectationCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AffectationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AffectationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlertTypeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AlertTypeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArticleCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleSaleFormatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArticleSaleFormatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionAndQuantityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BadgeOptionAndQuantityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionPackageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BadgeOptionPackageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BadgeOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BilletwebConnectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BilletwebConnectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CGUVersionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CGUVersionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoatRoomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CoatRoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCategoryBudgetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCategoryBudgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventDuplicationOptionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventDuplicationOptionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventExpenditureAndRevenueCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventExpenditureAndRevenueCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventExpenditureAndRevenueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventExpenditureAndRevenueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventHelloAssoSlugType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventHelloAssoSlugType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventPersonAffectationPreferencesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventPersonAffectationPreferencesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventPersonFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventPersonFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTemplateCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventTemplateCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTicketOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventTicketOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventTicketType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventTicketType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenerateFromTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GenerateFromTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HelloAssociationConnectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HelloAssociationConnectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InviteTokenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InviteTokenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JobSheetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\JobSheetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogisticsInformationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LogisticsInformationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaterialCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MaterialCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaterialType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MaterialType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NeededMaterialType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NeededMaterialType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrganisationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrganisationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParticipantNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ParticipantNotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonTypeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonTypeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SidetickConnectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SidetickConnectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StandType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StandType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockUnitType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StockUnitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ToDoElementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ToDoElementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EventStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\EventStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExpenditureAndRevenueTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ExpenditureAndRevenueTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountCreationInvitationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccountCreationInvitationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AffectationCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AffectationCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AffectationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AffectationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AlertRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AlertTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationParametersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApplicationParametersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleSaleFormatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleSaleFormatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionAndQuantityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BadgeOptionAndQuantityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionPackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BadgeOptionPackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BadgeOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeOptionUsageHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BadgeOptionUsageHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BadgeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CGUVersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CGUVersionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConsentDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConsentDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactDetailsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactDetailsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CounterHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CounterHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventCategoryBudgetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventCategoryBudgetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventExpenditureAndRevenueCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventExpenditureAndRevenueCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventExpenditureAndRevenueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventExpenditureAndRevenueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTemplateCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventTemplateCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTicketOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventTicketOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventTicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalApplicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExternalApplicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalProviderConnectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExternalProviderConnectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalTicketingConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExternalTicketingConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelloAssoConnectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HelloAssoConnectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobSheetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JobSheetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocationHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailTemplatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailTemplatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NeededMaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NeededMaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganisationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrganisationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParticipantRepository"; 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\PersonTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostalAdressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PostalAdressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueueEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QueueEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueueParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QueueParticipantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SentEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SentEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandAccessControlRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StandAccessControlRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandQueueConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StandQueueConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockMovementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockMovementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockStandAlertRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockStandAlertRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockUnitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockUnitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeConnectAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StripeConnectAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TeamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TeamRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimeSlotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimeSlotRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ToDoElementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ToDoElementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ToDoElementStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ToDoElementStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrackerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrackerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VirtualCardTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VirtualCardTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VirtualCreditCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VirtualCreditCardRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\EventVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\EventVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PrivateDocumentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\PrivateDocumentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ActivityNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ActivityNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ActivityPlanningNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ActivityPlanningNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AffectationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\AffectationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AlertNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\AlertNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AlertTypeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\AlertTypeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ArticleCategoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ArticleCategoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\BadgeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\BadgeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\EventNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventTicketNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\EventTicketNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\EventTicketOptionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\EventTicketOptionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ImageNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ImageNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\MaterialNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\MaterialNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NotificationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\NotificationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrganisationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\OrganisationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\QueueEntryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\QueueEntryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\StandNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\StandNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\UserNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\UserNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\VirtualCardTransactionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\VirtualCardTransactionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\VirtualCreditCardNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\VirtualCreditCardNormalizer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; 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\OnboardingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\OnboardingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\JobSheetChoiceValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\JobSheetChoiceValidator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
164
Removed service "App\Class\ApiResponse"; reason: unused.
Removed service "App\Class\Brevo\BrevoAccount"; reason: unused.
Removed service "App\Class\Brevo\BrevoEmailEvent"; reason: unused.
Removed service "App\Class\Brevo\BrevoPlan"; reason: unused.
Removed service "App\Class\ExternalProvider\ExternalProviderEvent"; reason: unused.
Removed service "App\Class\ExternalProvider\ExternalProviderOrder"; reason: unused.
Removed service "App\Class\ExternalProvider\ExternalProviderTicket"; reason: unused.
Removed service "App\Class\ExternalProvider\ExternalProviderTicketOption"; reason: unused.
Removed service "App\Class\ExternalProvider\ExternalProviderTicketOptionField"; reason: unused.
Removed service "App\Class\PDFTemplate\PDFTemplateAccount"; reason: unused.
Removed service "App\Class\PlanningAnomaly"; reason: unused.
Removed service "App\Class\Tracker\APITracker"; reason: unused.
Removed service "App\Class\Tracker\TrackerPosition"; reason: unused.
Removed service "App\Exception\InvalidTimeRangeException"; reason: unused.
Removed service "App\Exception\NoCapacityException"; reason: unused.
Removed service "App\Monolog\IgnoreNoiseProcessor"; reason: unused.
Removed service "App\Service\Event\Dto\EventDuplicationOptions"; reason: unused.
Removed service "App\Service\EventRolePermissionService"; reason: unused.
Removed service "App\Service\HelloAssoService"; reason: unused.
Removed service "App\Service\HubspotService"; reason: unused.
Removed service "App\Service\Planning\PlanningAssignmentEngine"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.default_transport"; 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 ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; 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.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 ".1_ServiceLocator~BgDUSQv"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; 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.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.external"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "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 "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\ActivityNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\ActivityPlanningNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\AffectationNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\AlertNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\AlertTypeNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\ArticleCategoryNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\BadgeNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\EventNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\EventTicketNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\EventTicketOptionNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\ImageNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\MaterialNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\NotificationNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\OrganisationNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\QueueEntryNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\StandNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\UserNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\VirtualCardTransactionNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\VirtualCreditCardNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
511
Inlined service "App\Service\QueueSlotReminderService" to "App\Command\SendQueueSlotRemindersCommand".
Inlined service "App\Service\Tracker\TrackerSyncService" to "App\Command\SyncTrackersCommand".
Inlined service "App\Service\AdminService" to "App\Command\UpdateApplicationParametersCommand".
Inlined service ".service_locator.nEzYBUN.App\Controller\ActivityAndAffectation\ActivityController" to "App\Controller\ActivityAndAffectation\ActivityController".
Inlined service ".service_locator.nEzYBUN.App\Controller\ActivityAndAffectation\AffectationCategoryController" to "App\Controller\ActivityAndAffectation\AffectationCategoryController".
Inlined service ".service_locator.nEzYBUN.App\Controller\ActivityAndAffectation\AffectationController" to "App\Controller\ActivityAndAffectation\AffectationController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Admin\AdminController" to "App\Controller\Admin\AdminController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Admin\AdminToolsController" to "App\Controller\Admin\AdminToolsController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Admin\EventTemplateCategoryController" to "App\Controller\Admin\EventTemplateCategoryController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Admin\EventTemplateController" to "App\Controller\Admin\EventTemplateController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Alert\AlertController" to "App\Controller\Alert\AlertController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Alert\AlertTypeController" to "App\Controller\Alert\AlertTypeController".
Inlined service ".service_locator.nEzYBUN.App\Controller\ArticleAndStock\ArticleCategoryController" to "App\Controller\ArticleAndStock\ArticleCategoryController".
Inlined service ".service_locator.nEzYBUN.App\Controller\ArticleAndStock\ArticleController" to "App\Controller\ArticleAndStock\ArticleController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Badge\BadgeAPIController" to "App\Controller\Badge\BadgeAPIController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Badge\BadgeController" to "App\Controller\Badge\BadgeController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Badge\BadgeOptionController" to "App\Controller\Badge\BadgeOptionController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Badge\BadgeOptionPackageController" to "App\Controller\Badge\BadgeOptionPackageController".
Inlined service ".service_locator.nEzYBUN.App\Controller\BilletwebController" to "App\Controller\BilletwebController".
Inlined service ".service_locator.nEzYBUN.App\Controller\BrevoWebhookController" to "App\Controller\BrevoWebhookController".
Inlined service ".service_locator.nEzYBUN.App\Controller\CGUVersionController" to "App\Controller\CGUVersionController".
Inlined service ".service_locator.nEzYBUN.App\Controller\ChatBotController" to "App\Controller\ChatBotController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventActorController" to "App\Controller\EventActorController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventAnalyseController" to "App\Controller\EventAnalyseController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventCategoryBudgetController" to "App\Controller\EventCategoryBudgetController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventController" to "App\Controller\EventController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventExpenditureAndRevenueCategoryController" to "App\Controller\EventExpenditureAndRevenueCategoryController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventExpenditureController" to "App\Controller\EventExpenditureController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventLiveController" to "App\Controller\EventLiveController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventLogisticsController" to "App\Controller\EventLogisticsController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventPersonController" to "App\Controller\EventPersonController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventPreparationController" to "App\Controller\EventPreparationController".
Inlined service ".service_locator.nEzYBUN.App\Controller\EventTicketController" to "App\Controller\EventTicketController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Files\JobSheetController" to "App\Controller\Files\JobSheetController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Files\PrivateDocumentController" to "App\Controller\Files\PrivateDocumentController".
Inlined service ".service_locator.nEzYBUN.App\Controller\HealthController" to "App\Controller\HealthController".
Inlined service ".service_locator.nEzYBUN.App\Controller\HelloAssoController" to "App\Controller\HelloAssoController".
Inlined service ".service_locator.nEzYBUN.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.nEzYBUN.App\Controller\ImportExcelUsersController" to "App\Controller\ImportExcelUsersController".
Inlined service ".service_locator.nEzYBUN.App\Controller\JoinEventController" to "App\Controller\JoinEventController".
Inlined service ".service_locator.nEzYBUN.App\Controller\LoginController" to "App\Controller\LoginController".
Inlined service ".service_locator.nEzYBUN.App\Controller\MakeController" to "App\Controller\MakeController".
Inlined service ".service_locator.nEzYBUN.App\Controller\MaterialCategoryController" to "App\Controller\MaterialCategoryController".
Inlined service ".service_locator.nEzYBUN.App\Controller\MaterialController" to "App\Controller\MaterialController".
Inlined service ".service_locator.nEzYBUN.App\Controller\NeededMaterialController" to "App\Controller\NeededMaterialController".
Inlined service ".service_locator.nEzYBUN.App\Controller\NotificationController" to "App\Controller\NotificationController".
Inlined service ".service_locator.nEzYBUN.App\Controller\OnboardingController" to "App\Controller\OnboardingController".
Inlined service ".service_locator.nEzYBUN.App\Controller\OrganisationController" to "App\Controller\OrganisationController".
Inlined service ".service_locator.nEzYBUN.App\Controller\ParticipantController" to "App\Controller\ParticipantController".
Inlined service ".service_locator.nEzYBUN.App\Controller\PersonController" to "App\Controller\PersonController".
Inlined service ".service_locator.nEzYBUN.App\Controller\PersonTypeController" to "App\Controller\PersonTypeController".
Inlined service ".service_locator.nEzYBUN.App\Controller\PublicQueueController" to "App\Controller\PublicQueueController".
Inlined service ".service_locator.nEzYBUN.App\Controller\QueueEntry\QueueEntryAPIController" to "App\Controller\QueueEntry\QueueEntryAPIController".
Inlined service ".service_locator.nEzYBUN.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.nEzYBUN.App\Controller\SidetickController" to "App\Controller\SidetickController".
Inlined service ".service_locator.nEzYBUN.App\Controller\StandAccessControlController" to "App\Controller\StandAccessControlController".
Inlined service ".service_locator.nEzYBUN.App\Controller\StandController" to "App\Controller\StandController".
Inlined service ".service_locator.nEzYBUN.App\Controller\StandQueueConfigController" to "App\Controller\StandQueueConfigController".
Inlined service ".service_locator.nEzYBUN.App\Controller\StockController" to "App\Controller\StockController".
Inlined service ".service_locator.nEzYBUN.App\Controller\StripeController" to "App\Controller\StripeController".
Inlined service ".service_locator.nEzYBUN.App\Controller\TeamController" to "App\Controller\TeamController".
Inlined service ".service_locator.nEzYBUN.App\Controller\ToDoElementController" to "App\Controller\ToDoElementController".
Inlined service ".service_locator.nEzYBUN.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.nEzYBUN.App\Controller\Webhook\DigitalMatterWebhookController" to "App\Controller\Webhook\DigitalMatterWebhookController".
Inlined service "security.helper" to "App\EventSubscriber\OrganisationActiveSubscriber".
Inlined service "App\Service\Event\Duplicator\StandDuplicator" to "App\Service\Event\Duplicator\EventDuplicator".
Inlined service "App\Service\Event\Duplicator\EventPersonDuplicator" to "App\Service\Event\Duplicator\EventDuplicator".
Inlined service "App\Service\Event\Duplicator\AlertTypeDuplicator" to "App\Service\Event\Duplicator\EventDuplicator".
Inlined service "App\Service\Event\Duplicator\ArticleDuplicator" to "App\Service\Event\Duplicator\EventDuplicator".
Inlined service "App\Service\Event\Duplicator\BadgeDuplicator" to "App\Service\Event\Duplicator\EventDuplicator".
Inlined service "App\Service\Event\Duplicator\ActivityDuplicator" to "App\Service\Event\Duplicator\StandDuplicator".
Inlined service "App\Service\StandBotService" to "App\Service\EventBotService".
Inlined service "App\Service\Stock\StockStandAlertService" to "App\Service\Stock\StockMovementService".
Inlined service "App\ExternalProvider\ExternalAdapterRegistry" to "App\Service\TicketImportService".
Inlined service "App\Service\Tracker\InvoxiaTrackerService" to "App\Service\Tracker\TrackerSyncService".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "http_client.uri_template_expander.rize" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" 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.fuYM_Z..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.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.SsR0LBl" 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.ZcWcPd7" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" 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 "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "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 "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.Il4aSIe" 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.QDIBybu" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.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.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "App\Twig\HelpExtension" to "twig".
Inlined service "App\Twig\OnboardingExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" 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 "App\Service\EventDiagnoseService" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service ".service_locator.UVwZ07g" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.O_ybrLG" to "security.helper".
Inlined service ".service_locator.6BN1xUl" to "security.helper".
Inlined service ".service_locator.0X5EsyL" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.I_Wy6An" to "security.access_map".
Inlined service ".security.request_matcher.NriR29i" to "security.access_map".
Inlined service ".security.request_matcher.PCXxQBw" to "security.access_map".
Inlined service ".security.request_matcher.oZTcRaQ" to "security.access_map".
Inlined service ".security.request_matcher.1tyCwNh" to "security.access_map".
Inlined service ".security.request_matcher.IENRIy_" to "security.access_map".
Inlined service ".security.request_matcher.F9l_xVG" to "security.access_map".
Inlined service ".security.request_matcher.8tn5cp8" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.GCsYHN9" to ".security.request_matcher.4gSa59b".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.ping" to "security.firewall.map.context.ping".
Inlined service ".security.request_matcher.DIgNAIv" to ".security.request_matcher.FbeHDom".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.8M4JgdZ" to ".security.request_matcher.S1ReAXw".
Inlined service "debug.security.firewall.authenticator.external.inner" to "debug.security.firewall.authenticator.external".
Inlined service "security.exception_listener.external" to "security.firewall.map.context.external".
Inlined service "security.firewall.map.config.external" to "security.firewall.map.context.external".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.xKZVXt1" to ".security.request_matcher.I_Wy6An".
Inlined service ".security.request_matcher.mmG081U" to ".security.request_matcher.NriR29i".
Inlined service ".security.request_matcher.ORUZLDE" to ".security.request_matcher.PCXxQBw".
Inlined service ".security.request_matcher.rqJgV9K" to ".security.request_matcher.oZTcRaQ".
Inlined service ".security.request_matcher.BOwmNaQ" to ".security.request_matcher.IENRIy_".
Inlined service ".security.request_matcher.JHQGt8c" to ".security.request_matcher.F9l_xVG".
Inlined service ".security.request_matcher.q7I2ZTy" to ".security.request_matcher.8tn5cp8".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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 "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.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 "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "scheduler.messenger.service_call_message_handler" to ".messenger.handler_descriptor.FWSClS0".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "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 "App\Security\Voter\EventVoter" to ".debug.security.voter.App\Security\Voter\EventVoter".
Inlined service "App\Security\Voter\PrivateDocumentVoter" to ".debug.security.voter.App\Security\Voter\PrivateDocumentVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.asset_mapper.traceable.recorder_inner" to "cache.asset_mapper.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.scheduler.traceable.recorder_inner" to "cache.scheduler.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.external.inner" to "debug.security.event_dispatcher.external".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.i7B9_Ni" to ".service_locator.i7B9_Ni.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\ActivityNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\ActivityPlanningNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\AffectationNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\AlertNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\BadgeNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\EventNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\EventTicketNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\EventTicketOptionNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\ImageNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\MaterialNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\NotificationNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\OrganisationNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\QueueEntryNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\UserNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\VirtualCardTransactionNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\VirtualCreditCardNormalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.oCuTAz1" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.asset_mapper.traceable.inner" to "cache.asset_mapper.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.scheduler.traceable.inner" to "cache.scheduler.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service ".service_locator.i7B9_Ni.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 "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.external", "debug.security.firewall.authenticator.main", ".debug.http_client", "cache.validator.traceable", "cache.serializer.traceable", "cache.annotations.traceable", "cache.property_info.traceable", "cache.asset_mapper.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.scheduler.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.security_expression_language.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.external", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", but was never used.