Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\Notification\SendDailyActionsDigestCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\Notification\SendTestEmailCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Domain\Services\UserAction\FindDailyActionsService::findActionsForToday(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead
App\Domain\Services\UserAction\Provider\MissingProgressProvider::provide(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead
App\Domain\Services\UserAction\Provider\ProgressToValidateProvider::provide(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ProjectExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Stof\DoctrineExtensionsBundle\EventListener\BlameListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Deprecated: Stof\DoctrineExtensionsBundle\EventListener\BlameListener::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Stof\DoctrineExtensionsBundle\EventListener\BlameListener::__construct(): Implicitly marking parameter $authorizationChecker as nullable is deprecated, the explicit nullable type must be used instead
User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:31 called by AbstractAnnotationDriver.php:134, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)
Deprecated: App\Repository\MilestoneRepository::getLastValidatedMilestonesForProject(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Repository\MilestoneRepository::getLastValidatedMilestone(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Repository\MilestoneRepository::getPlannedMilestoneForDate(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Domain\Services\WorkOfUnit\TaskProgressCalculator::computeForActivity(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Domain\Services\WorkOfUnit\TaskProgressCalculator::computeForComponent(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Domain\Services\WorkOfUnit\TaskProgressCalculator::computeForProject(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Domain\Services\WorkOfUnit\TaskProgressCalculator::computePlannedForActivity(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Domain\Services\WorkOfUnit\TaskProgressCalculator::computePlannedForComponent(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Domain\Services\WorkOfUnit\TaskProgressCalculator::computePlannedForProject(): Implicitly marking parameter $dateBefore as nullable is deprecated, the explicit nullable type must be used instead
"SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.password AS password_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.date_of_birth AS date_of_birth_5, u0_.is_active AS is_active_6, u0_.confirmation_token AS confirmation_token_7, u0_.password_reset_token AS password_reset_token_8, u0_.last_login_at AS last_login_at_9, u0_.phone_number AS phone_number_10, u0_.fonction AS fonction_11, u0_.sex AS sex_12, u0_.avatar AS avatar_13, u0_.created_at AS created_at_14, u0_.updated_at AS updated_at_15, u0_.deleted_at AS deleted_at_16, u0_.id AS id_17, u0_.email AS email_18, u0_.password AS password_19, u0_.first_name AS first_name_20, u0_.last_name AS last_name_21, u0_.date_of_birth AS date_of_birth_22, u0_.is_active AS is_active_23, u0_.confirmation_token AS confirmation_token_24, u0_.password_reset_token AS password_reset_token_25, u0_.last_login_at AS last_login_at_26, u0_.phone_number AS phone_number_27, u0_.fonction AS fonction_28, u0_.sex AS sex_29, u0_.avatar AS avatar_30, u0_.created_at AS created_at_31, u0_.updated_at AS updated_at_32, u0_.deleted_at AS deleted_at_33, r1_.id AS id_34, r1_.code AS code_35, r1_.name AS name_36, r1_.description AS description_37, r1_.is_default AS is_default_38, r1_.created_at AS created_at_39, r1_.updated_at AS updated_at_40, r1_.deleted_at AS deleted_at_41, p2_.id AS id_42, p2_.code AS code_43, p2_.name AS name_44, p2_.description AS description_45, p2_.created_at AS created_at_46, p2_.updated_at AS updated_at_47, p2_.deleted_at AS deleted_at_48, u0_.user_preference_id AS user_preference_id_49, u0_.department_id AS department_id_50, u0_.organization_id AS organization_id_51, r1_.department_id AS department_id_52, r1_.organization_id AS organization_id_53, p2_.permission_group_id AS permission_group_id_54 FROM user u0_ LEFT JOIN user_role u3_ ON u0_.id = u3_.user_id LEFT JOIN role r1_ ON r1_.id = u3_.role_id AND (r1_.deleted_at IS NULL) LEFT JOIN role_permission r4_ ON r1_.id = r4_.role_id LEFT JOIN permission p2_ ON p2_.id = r4_.permission_id AND (p2_.deleted_at IS NULL) WHERE (u0_.id = ?) AND (u0_.deleted_at IS NULL)"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.password AS password_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.date_of_birth AS date_of_birth_5, u0_.is_active AS is_active_6, u0_.confirmation_token AS confirmation_token_7, u0_.password_reset_token AS password_reset_token_8, u0_.last_login_at AS last_login_at_9, u0_.phone_number AS phone_number_10, u0_.fonction AS fonction_11, u0_.sex AS sex_12, u0_.avatar AS avatar_13, u0_.created_at AS created_at_14, u0_.updated_at AS updated_at_15, u0_.deleted_at AS deleted_at_16, u0_.id AS id_17, u0_.email AS email_18, u0_.password AS password_19, u0_.first_name AS first_name_20, u0_.last_name AS last_name_21, u0_.date_of_birth AS date_of_birth_22, u0_.is_active AS is_active_23, u0_.confirmation_token AS confirmation_token_24, u0_.password_reset_token AS password_reset_token_25, u0_.last_login_at AS last_login_at_26, u0_.phone_number AS phone_number_27, u0_.fonction AS fonction_28, u0_.sex AS sex_29, u0_.avatar AS avatar_30, u0_.created_at AS created_at_31, u0_.updated_at AS updated_at_32, u0_.deleted_at AS deleted_at_33, r1_.id AS id_34, r1_.code AS code_35, r1_.name AS name_36, r1_.description AS description_37, r1_.is_default AS is_default_38, r1_.created_at AS created_at_39, r1_.updated_at AS updated_at_40, r1_.deleted_at AS deleted_at_41, p2_.id AS id_42, p2_.code AS code_43, p2_.name AS name_44, p2_.description AS description_45, p2_.created_at AS created_at_46, p2_.updated_at AS updated_at_47, p2_.deleted_at AS deleted_at_48, u0_.user_preference_id AS user_preference_id_49, u0_.department_id AS department_id_50, u0_.organization_id AS organization_id_51, r1_.department_id AS department_id_52, r1_.organization_id AS organization_id_53, p2_.permission_group_id AS permission_group_id_54 FROM user u0_ LEFT JOIN user_role u3_ ON u0_.id = u3_.user_id LEFT JOIN role r1_ ON r1_.id = u3_.role_id AND (r1_.deleted_at IS NULL) LEFT JOIN role_permission r4_ ON r1_.id = r4_.role_id LEFT JOIN permission p2_ ON p2_.id = r4_.permission_id AND (p2_.deleted_at IS NULL) WHERE (u0_.id = ?) AND (u0_.deleted_at IS NULL)"
"params" => [1 => 1]
"types" => [1 => 1]
]
Deprecated: App\Domain\Services\UserAction\FindDailyActionsService::findActionsForToday(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Domain\Services\UserAction\Provider\MissingProgressProvider::provide(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Domain\Services\UserAction\Provider\ProgressToValidateProvider::provide(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead
"SELECT u0_.id AS id_0, u0_.assignment_type AS assignment_type_1, u0_.created_at AS created_at_2, u0_.updated_at AS updated_at_3, u0_.deleted_at AS deleted_at_4, p1_.id AS id_5, p1_.name AS name_6, p1_.description AS description_7, p1_.acronym AS acronym_8, p1_.type AS type_9, p1_.status AS status_10, p1_.start_date AS start_date_11, p1_.end_date AS end_date_12, p1_.progress AS progress_13, p1_.currency AS currency_14, p1_.created_at AS created_at_15, p1_.updated_at AS updated_at_16, p1_.deleted_at AS deleted_at_17, c2_.id AS id_18, c2_.name AS name_19, c2_.acronym AS acronym_20, c2_.weighting AS weighting_21, c2_.duration AS duration_22, c2_.status AS status_23, c2_.description AS description_24, c2_.budget AS budget_25, c2_.start_date AS start_date_26, c2_.end_date AS end_date_27, c2_.progress AS progress_28, c2_.remaining_duration AS remaining_duration_29, c2_.created_at AS created_at_30, c2_.updated_at AS updated_at_31, c2_.deleted_at AS deleted_at_32, a3_.id AS id_33, a3_.name AS name_34, a3_.acronym AS acronym_35, a3_.weighting AS weighting_36, a3_.status AS status_37, a3_.budget AS budget_38, a3_.description AS description_39, a3_.lft AS lft_40, a3_.lvl AS lvl_41, a3_.rgt AS rgt_42, a3_.duration AS duration_43, a3_.start_date AS start_date_44, a3_.end_date AS end_date_45, a3_.progress AS progress_46, a3_.remaining_duration AS remaining_duration_47, a3_.absolute_weight AS absolute_weight_48, a3_.created_at AS created_at_49, a3_.updated_at AS updated_at_50, a3_.deleted_at AS deleted_at_51, u0_.user_id AS user_id_52, u0_.project_id AS project_id_53, u0_.component_id AS component_id_54, u0_.activity_id AS activity_id_55, u0_.reported_problem_id AS reported_problem_id_56, p1_.department_id AS department_id_57, p1_.program_id AS program_id_58, c2_.project_id AS project_id_59, a3_.component_id AS component_id_60, a3_.tree_root AS tree_root_61, a3_.parent_id AS parent_id_62 FROM user_assignment u0_ LEFT JOIN project p1_ ON u0_.project_id = p1_.id AND (p1_.deleted_at IS NULL) LEFT JOIN component c2_ ON u0_.component_id = c2_.id AND (c2_.deleted_at IS NULL) LEFT JOIN activity a3_ ON u0_.activity_id = a3_.id AND (a3_.deleted_at IS NULL) WHERE (u0_.assignment_type = ? AND u0_.user_id = ?) AND (u0_.deleted_at IS NULL)"
(parameters:
[1 => "WISHLIST"
2 => 1]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.assignment_type AS assignment_type_1, u0_.created_at AS created_at_2, u0_.updated_at AS updated_at_3, u0_.deleted_at AS deleted_at_4, p1_.id AS id_5, p1_.name AS name_6, p1_.description AS description_7, p1_.acronym AS acronym_8, p1_.type AS type_9, p1_.status AS status_10, p1_.start_date AS start_date_11, p1_.end_date AS end_date_12, p1_.progress AS progress_13, p1_.currency AS currency_14, p1_.created_at AS created_at_15, p1_.updated_at AS updated_at_16, p1_.deleted_at AS deleted_at_17, c2_.id AS id_18, c2_.name AS name_19, c2_.acronym AS acronym_20, c2_.weighting AS weighting_21, c2_.duration AS duration_22, c2_.status AS status_23, c2_.description AS description_24, c2_.budget AS budget_25, c2_.start_date AS start_date_26, c2_.end_date AS end_date_27, c2_.progress AS progress_28, c2_.remaining_duration AS remaining_duration_29, c2_.created_at AS created_at_30, c2_.updated_at AS updated_at_31, c2_.deleted_at AS deleted_at_32, a3_.id AS id_33, a3_.name AS name_34, a3_.acronym AS acronym_35, a3_.weighting AS weighting_36, a3_.status AS status_37, a3_.budget AS budget_38, a3_.description AS description_39, a3_.lft AS lft_40, a3_.lvl AS lvl_41, a3_.rgt AS rgt_42, a3_.duration AS duration_43, a3_.start_date AS start_date_44, a3_.end_date AS end_date_45, a3_.progress AS progress_46, a3_.remaining_duration AS remaining_duration_47, a3_.absolute_weight AS absolute_weight_48, a3_.created_at AS created_at_49, a3_.updated_at AS updated_at_50, a3_.deleted_at AS deleted_at_51, u0_.user_id AS user_id_52, u0_.project_id AS project_id_53, u0_.component_id AS component_id_54, u0_.activity_id AS activity_id_55, u0_.reported_problem_id AS reported_problem_id_56, p1_.department_id AS department_id_57, p1_.program_id AS program_id_58, c2_.project_id AS project_id_59, a3_.component_id AS component_id_60, a3_.tree_root AS tree_root_61, a3_.parent_id AS parent_id_62 FROM user_assignment u0_ LEFT JOIN project p1_ ON u0_.project_id = p1_.id AND (p1_.deleted_at IS NULL) LEFT JOIN component c2_ ON u0_.component_id = c2_.id AND (c2_.deleted_at IS NULL) LEFT JOIN activity a3_ ON u0_.activity_id = a3_.id AND (a3_.deleted_at IS NULL) WHERE (u0_.assignment_type = ? AND u0_.user_id = ?) AND (u0_.deleted_at IS NULL)"
"params" => [1 => "WISHLIST"
2 => 1]
"types" => [1 => 22 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.reference_date AS reference_date_2, t0.date_justification AS date_justification_3, t0.finished AS finished_4, t0.actual_step AS actual_step_5, t0.finished_at AS finished_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.project_id AS project_id_9 FROM follow_up_initialization t0 WHERE t0.project_id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_date AS reference_date_2, t0.date_justification AS date_justification_3, t0.finished AS finished_4, t0.actual_step AS actual_step_5, t0.finished_at AS finished_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.project_id AS project_id_9 FROM follow_up_initialization t0 WHERE t0.project_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.assignment_type AS assignment_type_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.deleted_at AS deleted_at_5, t0.user_id AS user_id_6, t0.project_id AS project_id_7, t0.component_id AS component_id_8, t0.activity_id AS activity_id_9, t0.reported_problem_id AS reported_problem_id_10 FROM user_assignment t0 WHERE t0.project_id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.assignment_type AS assignment_type_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.deleted_at AS deleted_at_5, t0.user_id AS user_id_6, t0.project_id AS project_id_7, t0.component_id AS component_id_8, t0.activity_id AS activity_id_9, t0.reported_problem_id AS reported_problem_id_10 FROM user_assignment t0 WHERE t0.project_id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.allocated_budget AS allocated_budget_3, t0.funding_type AS funding_type_4, t0.funding_partner AS funding_partner_5, t0.comment AS comment_6, t0.identity_number AS identity_number_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.project_id AS project_id_11, t0.program_id AS program_id_12 FROM budget_line t0 WHERE t0.project_id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.allocated_budget AS allocated_budget_3, t0.funding_type AS funding_type_4, t0.funding_partner AS funding_partner_5, t0.comment AS comment_6, t0.identity_number AS identity_number_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.project_id AS project_id_11, t0.program_id AS program_id_12 FROM budget_line t0 WHERE t0.project_id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.assignment_type AS assignment_type_1, u0_.created_at AS created_at_2, u0_.updated_at AS updated_at_3, u0_.deleted_at AS deleted_at_4, p1_.id AS id_5, p1_.name AS name_6, p1_.description AS description_7, p1_.acronym AS acronym_8, p1_.type AS type_9, p1_.status AS status_10, p1_.start_date AS start_date_11, p1_.end_date AS end_date_12, p1_.progress AS progress_13, p1_.currency AS currency_14, p1_.created_at AS created_at_15, p1_.updated_at AS updated_at_16, p1_.deleted_at AS deleted_at_17, c2_.id AS id_18, c2_.name AS name_19, c2_.acronym AS acronym_20, c2_.weighting AS weighting_21, c2_.duration AS duration_22, c2_.status AS status_23, c2_.description AS description_24, c2_.budget AS budget_25, c2_.start_date AS start_date_26, c2_.end_date AS end_date_27, c2_.progress AS progress_28, c2_.remaining_duration AS remaining_duration_29, c2_.created_at AS created_at_30, c2_.updated_at AS updated_at_31, c2_.deleted_at AS deleted_at_32, a3_.id AS id_33, a3_.name AS name_34, a3_.acronym AS acronym_35, a3_.weighting AS weighting_36, a3_.status AS status_37, a3_.budget AS budget_38, a3_.description AS description_39, a3_.lft AS lft_40, a3_.lvl AS lvl_41, a3_.rgt AS rgt_42, a3_.duration AS duration_43, a3_.start_date AS start_date_44, a3_.end_date AS end_date_45, a3_.progress AS progress_46, a3_.remaining_duration AS remaining_duration_47, a3_.absolute_weight AS absolute_weight_48, a3_.created_at AS created_at_49, a3_.updated_at AS updated_at_50, a3_.deleted_at AS deleted_at_51, u0_.user_id AS user_id_52, u0_.project_id AS project_id_53, u0_.component_id AS component_id_54, u0_.activity_id AS activity_id_55, u0_.reported_problem_id AS reported_problem_id_56, p1_.department_id AS department_id_57, p1_.program_id AS program_id_58, c2_.project_id AS project_id_59, a3_.component_id AS component_id_60, a3_.tree_root AS tree_root_61, a3_.parent_id AS parent_id_62 FROM user_assignment u0_ LEFT JOIN project p1_ ON u0_.project_id = p1_.id AND (p1_.deleted_at IS NULL) LEFT JOIN component c2_ ON u0_.component_id = c2_.id AND (c2_.deleted_at IS NULL) LEFT JOIN activity a3_ ON u0_.activity_id = a3_.id AND (a3_.deleted_at IS NULL) WHERE (u0_.assignment_type = ? AND u0_.user_id = ?) AND (u0_.deleted_at IS NULL)"
(parameters:
[1 => "RESPONSIBLE"
2 => 1]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.assignment_type AS assignment_type_1, u0_.created_at AS created_at_2, u0_.updated_at AS updated_at_3, u0_.deleted_at AS deleted_at_4, p1_.id AS id_5, p1_.name AS name_6, p1_.description AS description_7, p1_.acronym AS acronym_8, p1_.type AS type_9, p1_.status AS status_10, p1_.start_date AS start_date_11, p1_.end_date AS end_date_12, p1_.progress AS progress_13, p1_.currency AS currency_14, p1_.created_at AS created_at_15, p1_.updated_at AS updated_at_16, p1_.deleted_at AS deleted_at_17, c2_.id AS id_18, c2_.name AS name_19, c2_.acronym AS acronym_20, c2_.weighting AS weighting_21, c2_.duration AS duration_22, c2_.status AS status_23, c2_.description AS description_24, c2_.budget AS budget_25, c2_.start_date AS start_date_26, c2_.end_date AS end_date_27, c2_.progress AS progress_28, c2_.remaining_duration AS remaining_duration_29, c2_.created_at AS created_at_30, c2_.updated_at AS updated_at_31, c2_.deleted_at AS deleted_at_32, a3_.id AS id_33, a3_.name AS name_34, a3_.acronym AS acronym_35, a3_.weighting AS weighting_36, a3_.status AS status_37, a3_.budget AS budget_38, a3_.description AS description_39, a3_.lft AS lft_40, a3_.lvl AS lvl_41, a3_.rgt AS rgt_42, a3_.duration AS duration_43, a3_.start_date AS start_date_44, a3_.end_date AS end_date_45, a3_.progress AS progress_46, a3_.remaining_duration AS remaining_duration_47, a3_.absolute_weight AS absolute_weight_48, a3_.created_at AS created_at_49, a3_.updated_at AS updated_at_50, a3_.deleted_at AS deleted_at_51, u0_.user_id AS user_id_52, u0_.project_id AS project_id_53, u0_.component_id AS component_id_54, u0_.activity_id AS activity_id_55, u0_.reported_problem_id AS reported_problem_id_56, p1_.department_id AS department_id_57, p1_.program_id AS program_id_58, c2_.project_id AS project_id_59, a3_.component_id AS component_id_60, a3_.tree_root AS tree_root_61, a3_.parent_id AS parent_id_62 FROM user_assignment u0_ LEFT JOIN project p1_ ON u0_.project_id = p1_.id AND (p1_.deleted_at IS NULL) LEFT JOIN component c2_ ON u0_.component_id = c2_.id AND (c2_.deleted_at IS NULL) LEFT JOIN activity a3_ ON u0_.activity_id = a3_.id AND (a3_.deleted_at IS NULL) WHERE (u0_.assignment_type = ? AND u0_.user_id = ?) AND (u0_.deleted_at IS NULL)"
"params" => [1 => "RESPONSIBLE"
2 => 1]
"types" => [1 => 22 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.assignment_type AS assignment_type_1, u0_.created_at AS created_at_2, u0_.updated_at AS updated_at_3, u0_.deleted_at AS deleted_at_4, p1_.id AS id_5, p1_.name AS name_6, p1_.description AS description_7, p1_.acronym AS acronym_8, p1_.type AS type_9, p1_.status AS status_10, p1_.start_date AS start_date_11, p1_.end_date AS end_date_12, p1_.progress AS progress_13, p1_.currency AS currency_14, p1_.created_at AS created_at_15, p1_.updated_at AS updated_at_16, p1_.deleted_at AS deleted_at_17, c2_.id AS id_18, c2_.name AS name_19, c2_.acronym AS acronym_20, c2_.weighting AS weighting_21, c2_.duration AS duration_22, c2_.status AS status_23, c2_.description AS description_24, c2_.budget AS budget_25, c2_.start_date AS start_date_26, c2_.end_date AS end_date_27, c2_.progress AS progress_28, c2_.remaining_duration AS remaining_duration_29, c2_.created_at AS created_at_30, c2_.updated_at AS updated_at_31, c2_.deleted_at AS deleted_at_32, a3_.id AS id_33, a3_.name AS name_34, a3_.acronym AS acronym_35, a3_.weighting AS weighting_36, a3_.status AS status_37, a3_.budget AS budget_38, a3_.description AS description_39, a3_.lft AS lft_40, a3_.lvl AS lvl_41, a3_.rgt AS rgt_42, a3_.duration AS duration_43, a3_.start_date AS start_date_44, a3_.end_date AS end_date_45, a3_.progress AS progress_46, a3_.remaining_duration AS remaining_duration_47, a3_.absolute_weight AS absolute_weight_48, a3_.created_at AS created_at_49, a3_.updated_at AS updated_at_50, a3_.deleted_at AS deleted_at_51, u0_.user_id AS user_id_52, u0_.project_id AS project_id_53, u0_.component_id AS component_id_54, u0_.activity_id AS activity_id_55, u0_.reported_problem_id AS reported_problem_id_56, p1_.department_id AS department_id_57, p1_.program_id AS program_id_58, c2_.project_id AS project_id_59, a3_.component_id AS component_id_60, a3_.tree_root AS tree_root_61, a3_.parent_id AS parent_id_62 FROM user_assignment u0_ LEFT JOIN project p1_ ON u0_.project_id = p1_.id AND (p1_.deleted_at IS NULL) LEFT JOIN component c2_ ON u0_.component_id = c2_.id AND (c2_.deleted_at IS NULL) LEFT JOIN activity a3_ ON u0_.activity_id = a3_.id AND (a3_.deleted_at IS NULL) WHERE (u0_.assignment_type = ? AND u0_.user_id = ?) AND (u0_.deleted_at IS NULL)"
(parameters:
[1 => "MONITOR"
2 => 1]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.assignment_type AS assignment_type_1, u0_.created_at AS created_at_2, u0_.updated_at AS updated_at_3, u0_.deleted_at AS deleted_at_4, p1_.id AS id_5, p1_.name AS name_6, p1_.description AS description_7, p1_.acronym AS acronym_8, p1_.type AS type_9, p1_.status AS status_10, p1_.start_date AS start_date_11, p1_.end_date AS end_date_12, p1_.progress AS progress_13, p1_.currency AS currency_14, p1_.created_at AS created_at_15, p1_.updated_at AS updated_at_16, p1_.deleted_at AS deleted_at_17, c2_.id AS id_18, c2_.name AS name_19, c2_.acronym AS acronym_20, c2_.weighting AS weighting_21, c2_.duration AS duration_22, c2_.status AS status_23, c2_.description AS description_24, c2_.budget AS budget_25, c2_.start_date AS start_date_26, c2_.end_date AS end_date_27, c2_.progress AS progress_28, c2_.remaining_duration AS remaining_duration_29, c2_.created_at AS created_at_30, c2_.updated_at AS updated_at_31, c2_.deleted_at AS deleted_at_32, a3_.id AS id_33, a3_.name AS name_34, a3_.acronym AS acronym_35, a3_.weighting AS weighting_36, a3_.status AS status_37, a3_.budget AS budget_38, a3_.description AS description_39, a3_.lft AS lft_40, a3_.lvl AS lvl_41, a3_.rgt AS rgt_42, a3_.duration AS duration_43, a3_.start_date AS start_date_44, a3_.end_date AS end_date_45, a3_.progress AS progress_46, a3_.remaining_duration AS remaining_duration_47, a3_.absolute_weight AS absolute_weight_48, a3_.created_at AS created_at_49, a3_.updated_at AS updated_at_50, a3_.deleted_at AS deleted_at_51, u0_.user_id AS user_id_52, u0_.project_id AS project_id_53, u0_.component_id AS component_id_54, u0_.activity_id AS activity_id_55, u0_.reported_problem_id AS reported_problem_id_56, p1_.department_id AS department_id_57, p1_.program_id AS program_id_58, c2_.project_id AS project_id_59, a3_.component_id AS component_id_60, a3_.tree_root AS tree_root_61, a3_.parent_id AS parent_id_62 FROM user_assignment u0_ LEFT JOIN project p1_ ON u0_.project_id = p1_.id AND (p1_.deleted_at IS NULL) LEFT JOIN component c2_ ON u0_.component_id = c2_.id AND (c2_.deleted_at IS NULL) LEFT JOIN activity a3_ ON u0_.activity_id = a3_.id AND (a3_.deleted_at IS NULL) WHERE (u0_.assignment_type = ? AND u0_.user_id = ?) AND (u0_.deleted_at IS NULL)"
"params" => [1 => "MONITOR"
2 => 1]
"types" => [1 => 22 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.message AS message_2, t0.is_read AS is_read_3, t0.read_at AS read_at_4, t0.author AS author_5, t0.icon AS icon_6, t0.subject_link AS subject_link_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.user_id AS user_id_11, t0.project_id AS project_id_12 FROM notification t0 WHERE t0.user_id = ? AND t0.is_read = ? AND ((t0.deleted_at IS NULL)) ORDER BY t0.id DESC"
(parameters:
[1 => 12 => 0]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.message AS message_2, t0.is_read AS is_read_3, t0.read_at AS read_at_4, t0.author AS author_5, t0.icon AS icon_6, t0.subject_link AS subject_link_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.user_id AS user_id_11, t0.project_id AS project_id_12 FROM notification t0 WHERE t0.user_id = ? AND t0.is_read = ? AND ((t0.deleted_at IS NULL)) ORDER BY t0.id DESC"
"params" => [1 => 12 => 0]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.color_scheme AS color_scheme_2, t0.menu_position AS menu_position_3, t0.left_sidebar_color AS left_sidebar_color_4, t0.left_sidebar_size AS left_sidebar_size_5, t0.topbar AS topbar_6, t0.width AS width_7, t0.completed_tours AS completed_tours_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11 FROM user_preference t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.color_scheme AS color_scheme_2, t0.menu_position AS menu_position_3, t0.left_sidebar_color AS left_sidebar_color_4, t0.left_sidebar_size AS left_sidebar_size_5, t0.topbar AS topbar_6, t0.width AS width_7, t0.completed_tours AS completed_tours_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11 FROM user_preference t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 18]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.abbreviation AS abbreviation_3, t0.logo_path AS logo_path_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7 FROM organization t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.abbreviation AS abbreviation_3, t0.logo_path AS logo_path_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7 FROM organization t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 1]
"types" => [1 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
460
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Dashboard\GenerateKpisCommand" (parent: .abstract.instanceof.App\Command\Dashboard\GenerateKpisCommand).
Resolving inheritance for "App\Command\Dashboard\GenerateKpisCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Dashboard\GenerateKpisCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddDefaultRolePermissionCommand" (parent: .abstract.instanceof.App\Command\Initialization\AddDefaultRolePermissionCommand).
Resolving inheritance for "App\Command\Initialization\AddDefaultRolePermissionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddDefaultRolePermissionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddMainRolesCommand" (parent: .abstract.instanceof.App\Command\Initialization\AddMainRolesCommand).
Resolving inheritance for "App\Command\Initialization\AddMainRolesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddMainRolesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddPermissionGroupCommand" (parent: .abstract.instanceof.App\Command\Initialization\AddPermissionGroupCommand).
Resolving inheritance for "App\Command\Initialization\AddPermissionGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddPermissionGroupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddSuperAdminCommand" (parent: .abstract.instanceof.App\Command\Initialization\AddSuperAdminCommand).
Resolving inheritance for "App\Command\Initialization\AddSuperAdminCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddSuperAdminCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\InitOrganizationCommand" (parent: .abstract.instanceof.App\Command\Initialization\InitOrganizationCommand).
Resolving inheritance for "App\Command\Initialization\InitOrganizationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\InitOrganizationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\SendDailyActionsDigestCommand" (parent: .abstract.instanceof.App\Command\Notification\SendDailyActionsDigestCommand).
Resolving inheritance for "App\Command\Notification\SendDailyActionsDigestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\SendDailyActionsDigestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\SendTestEmailCommand" (parent: .abstract.instanceof.App\Command\Notification\SendTestEmailCommand).
Resolving inheritance for "App\Command\Notification\SendTestEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\SendTestEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Report\GenerateReportCommand" (parent: .abstract.instanceof.App\Command\Report\GenerateReportCommand).
Resolving inheritance for "App\Command\Report\GenerateReportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Report\GenerateReportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Resource\IntegrateLocalityDataCommand" (parent: .abstract.instanceof.App\Command\Resource\IntegrateLocalityDataCommand).
Resolving inheritance for "App\Command\Resource\IntegrateLocalityDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Resource\IntegrateLocalityDataCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController" (parent: .abstract.instanceof.App\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController).
Resolving inheritance for "App\Controller\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AiController" (parent: .abstract.instanceof.App\Controller\AiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AiController).
Resolving inheritance for "App\Controller\AiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BudgetController" (parent: .abstract.instanceof.App\Controller\BudgetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BudgetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BudgetController).
Resolving inheritance for "App\Controller\BudgetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BudgetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarController" (parent: .abstract.instanceof.App\Controller\CalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarController).
Resolving inheritance for "App\Controller\CalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentController" (parent: .abstract.instanceof.App\Controller\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentController).
Resolving inheritance for "App\Controller\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComponentController" (parent: .abstract.instanceof.App\Controller\ComponentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComponentController).
Resolving inheritance for "App\Controller\ComponentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardController" (parent: .abstract.instanceof.App\Controller\Dashboard\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardController).
Resolving inheritance for "App\Controller\Dashboard\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\BudgetEvolutionController" (parent: .abstract.instanceof.App\Controller\Dashboard\KPI\BudgetEvolutionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\BudgetEvolutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\BudgetEvolutionController).
Resolving inheritance for "App\Controller\Dashboard\KPI\BudgetEvolutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\BudgetEvolutionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\DepartmentsKPIController" (parent: .abstract.instanceof.App\Controller\Dashboard\KPI\DepartmentsKPIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\DepartmentsKPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\DepartmentsKPIController).
Resolving inheritance for "App\Controller\Dashboard\KPI\DepartmentsKPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\DepartmentsKPIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\TopBottomProjectsController" (parent: .abstract.instanceof.App\Controller\Dashboard\KPI\TopBottomProjectsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\TopBottomProjectsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\TopBottomProjectsController).
Resolving inheritance for "App\Controller\Dashboard\KPI\TopBottomProjectsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\TopBottomProjectsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController" (parent: .abstract.instanceof.App\Controller\DepartmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController).
Resolving inheritance for "App\Controller\DepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\EmailPreviewController" (parent: .abstract.instanceof.App\Controller\Dev\EmailPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\EmailPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\EmailPreviewController).
Resolving inheritance for "App\Controller\Dev\EmailPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\EmailPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\ReportPreviewController" (parent: .abstract.instanceof.App\Controller\Dev\ReportPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\ReportPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\ReportPreviewController).
Resolving inheritance for "App\Controller\Dev\ReportPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\ReportPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiagramController" (parent: .abstract.instanceof.App\Controller\DiagramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiagramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiagramController).
Resolving inheritance for "App\Controller\DiagramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiagramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController" (parent: .abstract.instanceof.App\Controller\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController).
Resolving inheritance for "App\Controller\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentRoViewerController" (parent: .abstract.instanceof.App\Controller\DocumentRoViewerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentRoViewerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentRoViewerController).
Resolving inheritance for "App\Controller\DocumentRoViewerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentRoViewerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailAutoLoginController" (parent: .abstract.instanceof.App\Controller\EmailAutoLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailAutoLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailAutoLoginController).
Resolving inheritance for "App\Controller\EmailAutoLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailAutoLoginController).
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\LocalityController" (parent: .abstract.instanceof.App\Controller\LocalityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocalityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocalityController).
Resolving inheritance for "App\Controller\LocalityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocalityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MilestonesController" (parent: .abstract.instanceof.App\Controller\MilestonesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MilestonesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MilestonesController).
Resolving inheritance for "App\Controller\MilestonesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MilestonesController).
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\OrganizationController" (parent: .abstract.instanceof.App\Controller\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganizationController).
Resolving inheritance for "App\Controller\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutputController" (parent: .abstract.instanceof.App\Controller\OutputController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutputController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutputController).
Resolving inheritance for "App\Controller\OutputController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutputController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutputExecutionController" (parent: .abstract.instanceof.App\Controller\OutputExecutionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutputExecutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutputExecutionController).
Resolving inheritance for "App\Controller\OutputExecutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutputExecutionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Program\ProgramController" (parent: .abstract.instanceof.App\Controller\Program\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Program\ProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Program\ProgramController).
Resolving inheritance for "App\Controller\Program\ProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Program\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgressController" (parent: .abstract.instanceof.App\Controller\ProgressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgressController).
Resolving inheritance for "App\Controller\ProgressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\BudgetProjectController" (parent: .abstract.instanceof.App\Controller\Project\BudgetProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\BudgetProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\BudgetProjectController).
Resolving inheritance for "App\Controller\Project\BudgetProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\BudgetProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\CalendarProjectController" (parent: .abstract.instanceof.App\Controller\Project\CalendarProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\CalendarProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\CalendarProjectController).
Resolving inheritance for "App\Controller\Project\CalendarProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\CalendarProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\CrudProjectController" (parent: .abstract.instanceof.App\Controller\Project\CrudProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\CrudProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\CrudProjectController).
Resolving inheritance for "App\Controller\Project\CrudProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\CrudProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\DashboardProjectController" (parent: .abstract.instanceof.App\Controller\Project\DashboardProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\DashboardProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\DashboardProjectController).
Resolving inheritance for "App\Controller\Project\DashboardProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\DashboardProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\FollowupInitializationController" (parent: .abstract.instanceof.App\Controller\Project\FollowupInitializationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\FollowupInitializationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\FollowupInitializationController).
Resolving inheritance for "App\Controller\Project\FollowupInitializationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\FollowupInitializationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ImportProjectController" (parent: .abstract.instanceof.App\Controller\Project\ImportProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ImportProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ImportProjectController).
Resolving inheritance for "App\Controller\Project\ImportProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ImportProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\KanbanProjectController" (parent: .abstract.instanceof.App\Controller\Project\KanbanProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\KanbanProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\KanbanProjectController).
Resolving inheritance for "App\Controller\Project\KanbanProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\KanbanProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ObjectiveProjectController" (parent: .abstract.instanceof.App\Controller\Project\ObjectiveProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ObjectiveProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ObjectiveProjectController).
Resolving inheritance for "App\Controller\Project\ObjectiveProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ObjectiveProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\PlanningProjectController" (parent: .abstract.instanceof.App\Controller\Project\PlanningProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\PlanningProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\PlanningProjectController).
Resolving inheritance for "App\Controller\Project\PlanningProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\PlanningProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ProjectFollowUpController" (parent: .abstract.instanceof.App\Controller\Project\ProjectFollowUpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ProjectFollowUpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ProjectFollowUpController).
Resolving inheritance for "App\Controller\Project\ProjectFollowUpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ProjectFollowUpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\RegistryProjectController" (parent: .abstract.instanceof.App\Controller\Project\RegistryProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\RegistryProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\RegistryProjectController).
Resolving inheritance for "App\Controller\Project\RegistryProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\RegistryProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportFileController" (parent: .abstract.instanceof.App\Controller\Project\Report\ReportFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportFileController).
Resolving inheritance for "App\Controller\Project\Report\ReportFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportInstanceController" (parent: .abstract.instanceof.App\Controller\Project\Report\ReportInstanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportInstanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportInstanceController).
Resolving inheritance for "App\Controller\Project\Report\ReportInstanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportInstanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportTemplateController" (parent: .abstract.instanceof.App\Controller\Project\Report\ReportTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportTemplateController).
Resolving inheritance for "App\Controller\Project\Report\ReportTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\RiskProjectController" (parent: .abstract.instanceof.App\Controller\Project\RiskProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\RiskProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\RiskProjectController).
Resolving inheritance for "App\Controller\Project\RiskProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\RiskProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\SettingsProjectController" (parent: .abstract.instanceof.App\Controller\Project\SettingsProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\SettingsProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\SettingsProjectController).
Resolving inheritance for "App\Controller\Project\SettingsProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\SettingsProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\WorkflowProjectController" (parent: .abstract.instanceof.App\Controller\Project\WorkflowProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\WorkflowProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\WorkflowProjectController).
Resolving inheritance for "App\Controller\Project\WorkflowProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\WorkflowProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportedProblemController" (parent: .abstract.instanceof.App\Controller\ReportedProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportedProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportedProblemController).
Resolving inheritance for "App\Controller\ReportedProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportedProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiskController" (parent: .abstract.instanceof.App\Controller\RiskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiskController).
Resolving inheritance for "App\Controller\RiskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\AuthController" (parent: .abstract.instanceof.App\Controller\Security\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\AuthController).
Resolving inheritance for "App\Controller\Security\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\Security\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\ResetPasswordController).
Resolving inheritance for "App\Controller\Security\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\RoleController" (parent: .abstract.instanceof.App\Controller\Security\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\RoleController).
Resolving inheritance for "App\Controller\Security\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\RolePermissionController" (parent: .abstract.instanceof.App\Controller\Security\RolePermissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\RolePermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\RolePermissionController).
Resolving inheritance for "App\Controller\Security\RolePermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\RolePermissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController" (parent: .abstract.instanceof.App\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController).
Resolving inheritance for "App\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SharedController" (parent: .abstract.instanceof.App\Controller\SharedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SharedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SharedController).
Resolving inheritance for "App\Controller\SharedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SharedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StakeholderController" (parent: .abstract.instanceof.App\Controller\StakeholderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StakeholderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StakeholderController).
Resolving inheritance for "App\Controller\StakeholderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StakeholderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StaticPages\LegalController" (parent: .abstract.instanceof.App\Controller\StaticPages\LegalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticPages\LegalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StaticPages\LegalController).
Resolving inheritance for "App\Controller\StaticPages\LegalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticPages\LegalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TasksController" (parent: .abstract.instanceof.App\Controller\TasksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TasksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TasksController).
Resolving inheritance for "App\Controller\TasksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TasksController).
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\UserTourController" (parent: .abstract.instanceof.App\Controller\UserTourController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserTourController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserTourController).
Resolving inheritance for "App\Controller\UserTourController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserTourController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WishListController" (parent: .abstract.instanceof.App\Controller\WishListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WishListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WishListController).
Resolving inheritance for "App\Controller\WishListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WishListController).
Resolving inheritance for ".instanceof.App\Domain\EventListener\Project\ProjectWorkflowEventListener.0.App\Domain\EventListener\Project\ProjectWorkflowEventListener" (parent: .abstract.instanceof.App\Domain\EventListener\Project\ProjectWorkflowEventListener).
Resolving inheritance for "App\Domain\EventListener\Project\ProjectWorkflowEventListener" (parent: .instanceof.App\Domain\EventListener\Project\ProjectWorkflowEventListener.0.App\Domain\EventListener\Project\ProjectWorkflowEventListener).
Resolving inheritance for ".instanceof.App\Domain\EventListener\Security\AuthenticationSuccessEventListener.0.App\Domain\EventListener\Security\AuthenticationSuccessEventListener" (parent: .abstract.instanceof.App\Domain\EventListener\Security\AuthenticationSuccessEventListener).
Resolving inheritance for "App\Domain\EventListener\Security\AuthenticationSuccessEventListener" (parent: .instanceof.App\Domain\EventListener\Security\AuthenticationSuccessEventListener.0.App\Domain\EventListener\Security\AuthenticationSuccessEventListener).
Resolving inheritance for ".instanceof.App\Domain\EventListener\Security\UserLogoutEventListener.0.App\Domain\EventListener\Security\UserLogoutEventListener" (parent: .abstract.instanceof.App\Domain\EventListener\Security\UserLogoutEventListener).
Resolving inheritance for "App\Domain\EventListener\Security\UserLogoutEventListener" (parent: .instanceof.App\Domain\EventListener\Security\UserLogoutEventListener.0.App\Domain\EventListener\Security\UserLogoutEventListener).
Resolving inheritance for ".instanceof.App\Domain\EventListener\UnitOfWork\DoctrineEntityListener.0.App\Domain\EventListener\UnitOfWork\DoctrineEntityListener" (parent: .abstract.instanceof.App\Domain\EventListener\UnitOfWork\DoctrineEntityListener).
Resolving inheritance for "App\Domain\EventListener\UnitOfWork\DoctrineEntityListener" (parent: .instanceof.App\Domain\EventListener\UnitOfWork\DoctrineEntityListener.0.App\Domain\EventListener\UnitOfWork\DoctrineEntityListener).
Resolving inheritance for ".instanceof.App\Domain\EventListener\User\UserInvitationEventListener.0.App\Domain\EventListener\User\UserInvitationEventListener" (parent: .abstract.instanceof.App\Domain\EventListener\User\UserInvitationEventListener).
Resolving inheritance for "App\Domain\EventListener\User\UserInvitationEventListener" (parent: .instanceof.App\Domain\EventListener\User\UserInvitationEventListener.0.App\Domain\EventListener\User\UserInvitationEventListener).
Resolving inheritance for ".instanceof.App\Domain\EventListener\User\UserRegistrationConfirmedEventListener.0.App\Domain\EventListener\User\UserRegistrationConfirmedEventListener" (parent: .abstract.instanceof.App\Domain\EventListener\User\UserRegistrationConfirmedEventListener).
Resolving inheritance for "App\Domain\EventListener\User\UserRegistrationConfirmedEventListener" (parent: .instanceof.App\Domain\EventListener\User\UserRegistrationConfirmedEventListener.0.App\Domain\EventListener\User\UserRegistrationConfirmedEventListener).
Resolving inheritance for ".instanceof.App\Domain\Report\Context\ProjectOverviewContextProvider.0.App\Domain\Report\Context\ProjectOverviewContextProvider" (parent: .abstract.instanceof.App\Domain\Report\Context\ProjectOverviewContextProvider).
Resolving inheritance for "App\Domain\Report\Context\ProjectOverviewContextProvider" (parent: .instanceof.App\Domain\Report\Context\ProjectOverviewContextProvider.0.App\Domain\Report\Context\ProjectOverviewContextProvider).
Resolving inheritance for ".instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\BrevoEmailSender" (parent: .abstract.instanceof.App\Domain\Services\Notification\Sender\BrevoEmailSender).
Resolving inheritance for "App\Domain\Services\Notification\Sender\BrevoEmailSender" (parent: .instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\BrevoEmailSender).
Resolving inheritance for ".instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\MailgunEmailSender" (parent: .abstract.instanceof.App\Domain\Services\Notification\Sender\MailgunEmailSender).
Resolving inheritance for "App\Domain\Services\Notification\Sender\MailgunEmailSender" (parent: .instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\MailgunEmailSender).
Resolving inheritance for ".instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\SendgridEmailSender" (parent: .abstract.instanceof.App\Domain\Services\Notification\Sender\SendgridEmailSender).
Resolving inheritance for "App\Domain\Services\Notification\Sender\SendgridEmailSender" (parent: .instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\SendgridEmailSender).
Resolving inheritance for ".instanceof.App\EventListener\ActivitySavedListener.0.App\EventListener\ActivitySavedListener" (parent: .abstract.instanceof.App\EventListener\ActivitySavedListener).
Resolving inheritance for "App\EventListener\ActivitySavedListener" (parent: .instanceof.App\EventListener\ActivitySavedListener.0.App\EventListener\ActivitySavedListener).
Resolving inheritance for ".instanceof.App\EventListener\PlatformActivityListener.0.App\EventListener\PlatformActivityListener" (parent: .abstract.instanceof.App\EventListener\PlatformActivityListener).
Resolving inheritance for "App\EventListener\PlatformActivityListener" (parent: .instanceof.App\EventListener\PlatformActivityListener.0.App\EventListener\PlatformActivityListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionLogSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ExceptionLogSubscriber).
Resolving inheritance for "App\EventSubscriber\ExceptionLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\HttpLogSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\HttpLogSubscriber).
Resolving inheritance for "App\EventSubscriber\HttpLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\HttpLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PermissionsOnlySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PermissionsOnlySubscriber).
Resolving inheritance for "App\EventSubscriber\PermissionsOnlySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PermissionsOnlySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProjectFlowRunSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ProjectFlowRunSubscriber).
Resolving inheritance for "App\EventSubscriber\ProjectFlowRunSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProjectFlowRunSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SecurityLogSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SecurityLogSubscriber).
Resolving inheritance for "App\EventSubscriber\SecurityLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SecurityLogSubscriber).
Resolving inheritance for ".instanceof.App\MessageHandler\EmailMessageHandler.0.App\MessageHandler\EmailMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\EmailMessageHandler).
Resolving inheritance for "App\MessageHandler\EmailMessageHandler" (parent: .instanceof.App\MessageHandler\EmailMessageHandler.0.App\MessageHandler\EmailMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\GenerateReportHandler.0.App\MessageHandler\GenerateReportHandler" (parent: .abstract.instanceof.App\MessageHandler\GenerateReportHandler).
Resolving inheritance for "App\MessageHandler\GenerateReportHandler" (parent: .instanceof.App\MessageHandler\GenerateReportHandler.0.App\MessageHandler\GenerateReportHandler).
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\AiChatContextRepository" (parent: .abstract.instanceof.App\Repository\AiChatContextRepository).
Resolving inheritance for "App\Repository\AiChatContextRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AiChatContextRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AiChatMessageRepository" (parent: .abstract.instanceof.App\Repository\AiChatMessageRepository).
Resolving inheritance for "App\Repository\AiChatMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AiChatMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetAllocationRepository" (parent: .abstract.instanceof.App\Repository\BudgetAllocationRepository).
Resolving inheritance for "App\Repository\BudgetAllocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetAllocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetLineRepository" (parent: .abstract.instanceof.App\Repository\BudgetLineRepository).
Resolving inheritance for "App\Repository\BudgetLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetLineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetLogRepository" (parent: .abstract.instanceof.App\Repository\BudgetLogRepository).
Resolving inheritance for "App\Repository\BudgetLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository" (parent: .abstract.instanceof.App\Repository\CommentRepository).
Resolving inheritance for "App\Repository\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentRepository" (parent: .abstract.instanceof.App\Repository\ComponentRepository).
Resolving inheritance for "App\Repository\ComponentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DashboardKPIRepository" (parent: .abstract.instanceof.App\Repository\DashboardKPIRepository).
Resolving inheritance for "App\Repository\DashboardKPIRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DashboardKPIRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository" (parent: .abstract.instanceof.App\Repository\DepartmentRepository).
Resolving inheritance for "App\Repository\DepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository" (parent: .abstract.instanceof.App\Repository\DocumentRepository).
Resolving inheritance for "App\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailLoginTokenRepository" (parent: .abstract.instanceof.App\Repository\EmailLoginTokenRepository).
Resolving inheritance for "App\Repository\EmailLoginTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailLoginTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventCalendarRepository" (parent: .abstract.instanceof.App\Repository\EventCalendarRepository).
Resolving inheritance for "App\Repository\EventCalendarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventCalendarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExecutionProgressRepository" (parent: .abstract.instanceof.App\Repository\ExecutionProgressRepository).
Resolving inheritance for "App\Repository\ExecutionProgressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExecutionProgressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpRepository" (parent: .abstract.instanceof.App\Repository\FollowUpRepository).
Resolving inheritance for "App\Repository\FollowUpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalityRepository" (parent: .abstract.instanceof.App\Repository\LocalityRepository).
Resolving inheritance for "App\Repository\LocalityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilestoneRepository" (parent: .abstract.instanceof.App\Repository\MilestoneRepository).
Resolving inheritance for "App\Repository\MilestoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilestoneRepository).
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\ObjectiveRepository" (parent: .abstract.instanceof.App\Repository\ObjectiveRepository).
Resolving inheritance for "App\Repository\ObjectiveRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ObjectiveRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganizationRepository" (parent: .abstract.instanceof.App\Repository\OrganizationRepository).
Resolving inheritance for "App\Repository\OrganizationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganizationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OutputExecutionRepository" (parent: .abstract.instanceof.App\Repository\OutputExecutionRepository).
Resolving inheritance for "App\Repository\OutputExecutionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OutputExecutionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OutputRepository" (parent: .abstract.instanceof.App\Repository\OutputRepository).
Resolving inheritance for "App\Repository\OutputRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OutputRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionGroupRepository" (parent: .abstract.instanceof.App\Repository\PermissionGroupRepository).
Resolving inheritance for "App\Repository\PermissionGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanVersionRepository" (parent: .abstract.instanceof.App\Repository\PlanVersionRepository).
Resolving inheritance for "App\Repository\PlanVersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanVersionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlatformUsageRepository" (parent: .abstract.instanceof.App\Repository\PlatformUsageRepository).
Resolving inheritance for "App\Repository\PlatformUsageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlatformUsageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository" (parent: .abstract.instanceof.App\Repository\ProgramRepository).
Resolving inheritance for "App\Repository\ProgramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository" (parent: .abstract.instanceof.App\Repository\ProjectRepository).
Resolving inheritance for "App\Repository\ProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectSettingsRepository" (parent: .abstract.instanceof.App\Repository\ProjectSettingsRepository).
Resolving inheritance for "App\Repository\ProjectSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualityIndicatorRepository" (parent: .abstract.instanceof.App\Repository\QualityIndicatorRepository).
Resolving inheritance for "App\Repository\QualityIndicatorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualityIndicatorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualityMetricRepository" (parent: .abstract.instanceof.App\Repository\QualityMetricRepository).
Resolving inheritance for "App\Repository\QualityMetricRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualityMetricRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportFileRepository" (parent: .abstract.instanceof.App\Repository\ReportFileRepository).
Resolving inheritance for "App\Repository\ReportFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportInstanceRepository" (parent: .abstract.instanceof.App\Repository\ReportInstanceRepository).
Resolving inheritance for "App\Repository\ReportInstanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportInstanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportScheduleExecutionRepository" (parent: .abstract.instanceof.App\Repository\ReportScheduleExecutionRepository).
Resolving inheritance for "App\Repository\ReportScheduleExecutionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportScheduleExecutionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportTemplateRepository" (parent: .abstract.instanceof.App\Repository\ReportTemplateRepository).
Resolving inheritance for "App\Repository\ReportTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportedProblemRepository" (parent: .abstract.instanceof.App\Repository\ReportedProblemRepository).
Resolving inheritance for "App\Repository\ReportedProblemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportedProblemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskAssessmentRepository" (parent: .abstract.instanceof.App\Repository\RiskAssessmentRepository).
Resolving inheritance for "App\Repository\RiskAssessmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskAssessmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskRepository" (parent: .abstract.instanceof.App\Repository\RiskRepository).
Resolving inheritance for "App\Repository\RiskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StakeHolderRepository" (parent: .abstract.instanceof.App\Repository\StakeHolderRepository).
Resolving inheritance for "App\Repository\StakeHolderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StakeHolderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAssignmentRepository" (parent: .abstract.instanceof.App\Repository\UserAssignmentRepository).
Resolving inheritance for "App\Repository\UserAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAssignmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPreferenceRepository" (parent: .abstract.instanceof.App\Repository\UserPreferenceRepository).
Resolving inheritance for "App\Repository\UserPreferenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPreferenceRepository).
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.App\Scheduler\ReportScheduleProvider.0.App\Scheduler\ReportScheduleProvider" (parent: .abstract.instanceof.App\Scheduler\ReportScheduleProvider).
Resolving inheritance for "App\Scheduler\ReportScheduleProvider" (parent: .instanceof.App\Scheduler\ReportScheduleProvider.0.App\Scheduler\ReportScheduleProvider).
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\MilestoneExtension" (parent: .abstract.instanceof.App\Twig\MilestoneExtension).
Resolving inheritance for "App\Twig\MilestoneExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MilestoneExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProjectExtension" (parent: .abstract.instanceof.App\Twig\ProjectExtension).
Resolving inheritance for "App\Twig\ProjectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProjectExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SecurityExtension" (parent: .abstract.instanceof.App\Twig\SecurityExtension).
Resolving inheritance for "App\Twig\SecurityExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SecurityExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TourExtension" (parent: .abstract.instanceof.App\Twig\TourExtension).
Resolving inheritance for "App\Twig\TourExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TourExtension).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\ValueResolver\MapCurrentEntityValueResolver" (parent: .abstract.instanceof.App\ValueResolver\MapCurrentEntityValueResolver).
Resolving inheritance for "App\ValueResolver\MapCurrentEntityValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\ValueResolver\MapCurrentEntityValueResolver).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.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._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "state_machine.milestone" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.milestone" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.project_workflow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.project_workflow" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.tasks_workflow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.tasks_workflow" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.reported_problem_workflow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.reported_problem_workflow" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.risk_workflow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.risk_workflow" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async_priority_high" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
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 "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "oneup_flysystem.public_uploads_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.private_uploads_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.public_uploads_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.private_uploads_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.auditor_middleware" (parent: doctrine.dbal.auditor_middleware).
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 "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.auditor_middleware.default" (parent: doctrine.dbal.default_connection.auditor_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (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.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.osep" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.osep.http" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.osep.security" (parent: monolog.logger_prototype).
355
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "App\Domain\Contracts\EmailSenderInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Context\RequestStackContext"; reason: private alias.
Removed service "App\Domain\Report\Context\ReportContextProviderInterface"; reason: private alias.
Removed service "App\Domain\Report\Generator\ReportGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; 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\Workflow\Registry"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $milestone.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $milestoneStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $milestone"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $project_workflow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $projectWorkflowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $project_workflow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $projectWorkflow"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $tasks_workflow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $tasksWorkflowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $tasks_workflow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $tasksWorkflow"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $reported_problem_workflow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $reportedProblemWorkflowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $reported_problem_workflow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $reportedProblemWorkflow"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $risk_workflow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $riskWorkflowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $risk_workflow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $riskWorkflow"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; 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 "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; 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 "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.app_user_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; 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 "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $public_uploads_filesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $publicUploadsFilesystem"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $private_uploads_filesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $privateUploadsFilesystem"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "dh_auditor.provider.doctrine"; reason: private alias.
Removed service "dh_auditor.user_provider"; reason: private alias.
Removed service "dh_auditor.security_provider"; reason: private alias.
Removed service "dh_auditor.role_checker"; reason: private alias.
Removed service "DH\Auditor\Provider\ProviderInterface $doctrineProvider"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; 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 $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 $lockLogger"; 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 $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $osepLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $osep.httpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $osepHttpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $osep.securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $osepSecurityLogger"; reason: private alias.
Removed service ".service_locator.1XNrB5w"; reason: private alias.
Removed service ".service_locator.ix3da3."; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator.1G1.BF9"; reason: private alias.
Removed service ".service_locator.OmniQTk"; reason: private alias.
Removed service ".service_locator.hUPzsWO"; reason: private alias.
Removed service ".service_locator.pZ5m1Bt"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "state_machine.milestone"; reason: private alias.
Removed service "state_machine.project_workflow"; reason: private alias.
Removed service "state_machine.tasks_workflow"; reason: private alias.
Removed service "state_machine.reported_problem_workflow"; reason: private alias.
Removed service "state_machine.risk_workflow"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.diNoEIK"; reason: private alias.
Removed service ".service_locator.mlul2gq"; reason: private alias.
Removed service ".service_locator.sKm2sgW"; reason: private alias.
Removed service ".service_locator.n.Xh.Kn"; reason: private alias.
Removed service ".service_locator.U77F3VB"; reason: private alias.
Removed service ".service_locator.y7NeNkx"; reason: private alias.
Removed service ".service_locator.XYCxtIi"; reason: private alias.
Removed service ".service_locator.ESVEthL"; reason: private alias.
Removed service ".service_locator.b257gA."; reason: private alias.
Removed service ".service_locator.aRxnGO."; reason: private alias.
Removed service ".service_locator.mZjrFVT"; reason: private alias.
Removed service ".service_locator.tarudDc"; reason: private alias.
Removed service ".service_locator.Yty77nR"; reason: private alias.
Removed service ".service_locator.1GhCoKG"; reason: private alias.
Removed service ".service_locator.qvoJbN1"; reason: private alias.
Removed service ".service_locator.qk_x6MJ"; reason: private alias.
Removed service ".service_locator.0c7g3pM"; reason: private alias.
Removed service ".service_locator.Jo_GgPr"; reason: private alias.
Removed service ".service_locator.XUM6bQm"; reason: private alias.
Removed service ".service_locator.uTPNdKw"; reason: private alias.
Removed service ".service_locator.dj9_3oO"; reason: private alias.
Removed service ".service_locator.7tCfqRG"; reason: private alias.
Removed service ".service_locator.638N3K7"; reason: private alias.
Removed service ".service_locator.Uq4Xm0q"; reason: private alias.
Removed service ".service_locator.NJ63iG9"; reason: private alias.
Removed service ".service_locator.JIcuwBS"; reason: private alias.
Removed service ".service_locator.xr0jAiw"; reason: private alias.
Removed service ".service_locator.ZSTYMBi"; reason: private alias.
Removed service ".service_locator.Rw8Zupk"; reason: private alias.
Removed service ".service_locator.tsoZqQi"; reason: private alias.
Removed service ".service_locator.4DZvYCK"; reason: private alias.
Removed service ".service_locator.uEk.8Sm"; reason: private alias.
Removed service ".service_locator.1Ow.kEn"; reason: private alias.
Removed service ".service_locator.Cy2aLKM"; reason: private alias.
Removed service ".service_locator.Y.X3AHi"; reason: private alias.
Removed service ".service_locator.tPRJmhs"; reason: private alias.
Removed service ".service_locator.Ac.JwK0"; reason: private alias.
Removed service ".service_locator..kdvrRe"; reason: private alias.
Removed service ".service_locator.LFPcxs0"; reason: private alias.
Removed service ".service_locator.W63_VXf"; reason: private alias.
Removed service ".service_locator.NRrzI2O"; reason: private alias.
Removed service ".service_locator.IPoX0iG"; reason: private alias.
Removed service ".service_locator.3Fh4oEk"; reason: private alias.
Removed service ".service_locator.00QyBb."; reason: private alias.
Removed service ".service_locator.rNfscJE"; reason: private alias.
Removed service ".service_locator.sL14H9Q"; reason: private alias.
Removed service ".service_locator.ZMKQOxr"; reason: private alias.
Removed service ".service_locator.6NLSljb"; reason: private alias.
Removed service ".service_locator.78KUXpH"; reason: private alias.
Removed service ".service_locator.o2FilFN"; reason: private alias.
Removed service ".service_locator.6plG2v9"; reason: private alias.
Removed service ".service_locator.TDWF6BO"; reason: private alias.
Removed service ".service_locator.RDt6r14"; reason: private alias.
Removed service ".service_locator.a0TappP"; reason: private alias.
Removed service ".service_locator.TJTTa_O"; reason: private alias.
Removed service ".service_locator.EQaoVMQ"; reason: private alias.
Removed service ".service_locator.wDBmDmo"; reason: private alias.
Removed service ".service_locator.WHKfrBt"; reason: private alias.
Removed service ".service_locator.Z_pbZAy"; reason: private alias.
Removed service ".service_locator.DlMpxdO"; reason: private alias.
Removed service ".service_locator.gmhnHTN"; reason: private alias.
Removed service ".service_locator.i7DoCpP"; reason: private alias.
Removed service ".service_locator.RYWYfKb"; reason: private alias.
Removed service ".service_locator.bCyGG8j"; reason: private alias.
Removed service ".service_locator.2MVn2f1"; reason: private alias.
Removed service ".service_locator.qh4yc6P"; reason: private alias.
Removed service ".service_locator.Iur0Ktk"; reason: private alias.
Removed service ".service_locator.ZFfi0Ig"; reason: private alias.
Removed service ".service_locator.ZkcciPH"; reason: private alias.
Removed service ".service_locator.A7.AHtv"; reason: private alias.
Removed service ".service_locator.OjvzU.X"; reason: private alias.
Removed service ".service_locator.aj9XS1n"; reason: private alias.
Removed service ".service_locator.gE31nDi"; reason: private alias.
Removed service ".service_locator.swy0m9b"; reason: private alias.
Removed service ".service_locator.NEHX4wF"; reason: private alias.
Removed service ".service_locator.7C4uXe2"; reason: private alias.
Removed service ".service_locator.4JJ6KZX"; reason: private alias.
Removed service ".service_locator.NfHgSyj"; reason: private alias.
Removed service ".service_locator.JEDpIL2"; reason: private alias.
Removed service ".service_locator.RTFsqwH"; reason: private alias.
Removed service ".service_locator.rzyOpUs"; reason: private alias.
Removed service ".service_locator.5b3PfDh"; reason: private alias.
Removed service ".service_locator.dkXzMRh"; reason: private alias.
Removed service ".service_locator.YLmF.r3"; reason: private alias.
Removed service ".service_locator.Z.BaZGK"; reason: private alias.
Removed service ".service_locator.8lBH2_1"; reason: private alias.
Removed service ".service_locator.GFUOwy_"; reason: private alias.
Removed service ".service_locator.v5NJXxD"; reason: private alias.
Removed service ".service_locator._GcsDkr"; reason: private alias.
Removed service ".service_locator.OOha1aU"; reason: private alias.
Removed service ".service_locator.6.u1LbN"; reason: private alias.
Removed service ".service_locator...2Ndi3"; reason: private alias.
Removed service ".service_locator.4KsIGyf"; reason: private alias.
Removed service ".service_locator.UQkiy2u"; reason: private alias.
Removed service ".service_locator.vtr6T3r"; reason: private alias.
Removed service ".service_locator.M7OD8fy"; reason: private alias.
Removed service ".service_locator.Hwcehuq"; reason: private alias.
Removed service ".service_locator.YChIerF"; reason: private alias.
Removed service ".service_locator.zC6BTkB"; reason: private alias.
Removed service ".service_locator.HeMJmy5"; reason: private alias.
Removed service ".service_locator.wyIOtm2"; reason: private alias.
Removed service ".service_locator.JM_Cafx"; reason: private alias.
Removed service ".service_locator.kb8zRoH"; reason: private alias.
Removed service ".service_locator.A_mq3l7"; reason: private alias.
Removed service ".service_locator.MaqvS4."; reason: private alias.
Removed service ".service_locator.Q8Nm2Sa"; reason: private alias.
Removed service ".service_locator.FT5HCkz"; reason: private alias.
Removed service ".service_locator.yI1zgOi"; reason: private alias.
Removed service ".service_locator.89BPKgC"; reason: private alias.
Removed service ".service_locator.kTqf2fw"; reason: private alias.
Removed service ".service_locator.fdtP_2R"; reason: private alias.
Removed service ".service_locator.r9oFu3C"; reason: private alias.
Removed service ".service_locator.2yWKU5C"; reason: private alias.
144
Changed reference of service "App\Command\Dashboard\GenerateKpisCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Notification\SendDailyActionsDigestCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Command\Notification\SendTestEmailCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\Report\GenerateReportCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Dev\ReportPreviewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DocumentController" previously pointing to "oneup_flysystem.private_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "App\Controller\Project\Report\ReportFileController" previously pointing to "oneup_flysystem.private_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "App\Controller\Project\Report\ReportTemplateController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Security\AuthController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Security\ResetPasswordController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Domain\EventListener\Project\ProjectWorkflowEventListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\EventListener\Project\ProjectWorkflowEventListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\EventListener\Project\ProjectWorkflowEventListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Domain\EventListener\UnitOfWork\SavedUnitOfWorkHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\EventListener\User\UserInvitationEventListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\EventListener\User\UserInvitationEventListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Domain\EventListener\User\UserRegistrationConfirmedEventListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\EventListener\User\UserRegistrationConfirmedEventListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Domain\Report\Generator\PdfReportGenerator" previously pointing to "oneup_flysystem.private_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "App\Domain\Report\Model\MonthAxisBuilder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Services\Auth\EmailLoginTokenService" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Services\Project\ProjectProgressPlannerService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Services\UploaderService" previously pointing to "oneup_flysystem.private_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "App\Domain\Services\UserAction\Provider\MissingProgressProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Services\UserAction\Provider\MissingProgressProvider" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Services\UserAction\Provider\ProgressToValidateProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Services\UserAction\Provider\ProgressToValidateProvider" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\UseCase\AI\GenerateProjectPlanUseCase" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\UseCase\Document\GetAttachedDocumentUseCase" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\UseCase\FollowupInitialization\InitializeMilestonesUseCase" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\UseCase\Milestones\FillMilestoneNotificationUseCase" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\UseCase\Milestones\FillMilestoneNotificationUseCase" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\UseCase\Milestones\FillMilestoneNotificationUseCase" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Domain\UseCase\Milestones\GetGeneratedMilestonesUseCase" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\UseCase\Milestones\GetMilestonesForGridUseCase" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\UseCase\Milestones\GetProjectMilestonesUseCase" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\UseCase\Project\SaveProjectSettingsUseCase" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\UseCase\User\InviteUserUseCase" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\UseCase\User\ResendInvitationUseCase" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\EventListener\PlatformActivityListener" previously pointing to "router.default" to "router".
Changed reference of service "App\MessageHandler\GenerateReportHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Scheduler\ReportScheduleProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Twig\AppExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\ProjectExtension" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendgrid" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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 "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 "texter" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "texter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "data_collector.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.private_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "DH\Auditor\Auditor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HaQBm9X" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.A3SmTt." previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.fdTWzgN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3Zd.l8j" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ziaZlTN" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.DMfgFyO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YAcX0.U" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.YbySDCA" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.milestone.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.project_workflow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.tasks_workflow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.reported_problem_workflow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.risk_workflow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
498
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 "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Dashboard\GenerateKpisCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Dashboard\GenerateKpisCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddDefaultRolePermissionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Initialization\AddDefaultRolePermissionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddMainRolesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Initialization\AddMainRolesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddPermissionGroupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Initialization\AddPermissionGroupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\AddSuperAdminCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Initialization\AddSuperAdminCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialization\InitOrganizationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Initialization\InitOrganizationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\SendDailyActionsDigestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Notification\SendDailyActionsDigestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\SendTestEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Notification\SendTestEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Report\GenerateReportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Report\GenerateReportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Resource\IntegrateLocalityDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Resource\IntegrateLocalityDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BudgetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComponentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ComponentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\BudgetEvolutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\BudgetEvolutionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\KPI\BudgetEvolutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\DepartmentsKPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\DepartmentsKPIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\KPI\DepartmentsKPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KPI\TopBottomProjectsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KPI\TopBottomProjectsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\KPI\TopBottomProjectsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DepartmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\EmailPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\EmailPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dev\EmailPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dev\ReportPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dev\ReportPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dev\ReportPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiagramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DiagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentRoViewerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentRoViewerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentRoViewerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailAutoLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailAutoLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailAutoLoginController"; 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\LocalityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocalityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LocalityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MilestonesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MilestonesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MilestonesController"; 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\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutputController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutputController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OutputController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutputExecutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutputExecutionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OutputExecutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Program\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Program\ProgramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Program\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\BudgetProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\BudgetProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\BudgetProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\CalendarProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\CalendarProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\CalendarProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\CrudProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\CrudProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\CrudProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\DashboardProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\DashboardProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\DashboardProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\FollowupInitializationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\FollowupInitializationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\FollowupInitializationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ImportProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ImportProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\ImportProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\KanbanProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\KanbanProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\KanbanProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ObjectiveProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ObjectiveProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\ObjectiveProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\PlanningProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\PlanningProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\PlanningProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\ProjectFollowUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\ProjectFollowUpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\ProjectFollowUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\RegistryProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\RegistryProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\RegistryProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportFileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\Report\ReportFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportInstanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportInstanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\Report\ReportInstanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\Report\ReportTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\Report\ReportTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\Report\ReportTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\RiskProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\RiskProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\RiskProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\SettingsProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\SettingsProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\SettingsProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Project\WorkflowProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Project\WorkflowProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Project\WorkflowProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportedProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportedProblemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReportedProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\RolePermissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\RolePermissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\RolePermissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SharedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SharedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SharedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StakeholderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StakeholderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StakeholderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StaticPages\LegalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticPages\LegalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StaticPages\LegalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TasksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TasksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TasksController"; 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\UserTourController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserTourController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserTourController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WishListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WishListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WishListController"; reason: abstract.
Removed service ".instanceof.App\Domain\EventListener\Project\ProjectWorkflowEventListener.0.App\Domain\EventListener\Project\ProjectWorkflowEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\EventListener\Project\ProjectWorkflowEventListener"; reason: abstract.
Removed service ".instanceof.App\Domain\EventListener\Security\AuthenticationSuccessEventListener.0.App\Domain\EventListener\Security\AuthenticationSuccessEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\EventListener\Security\AuthenticationSuccessEventListener"; reason: abstract.
Removed service ".instanceof.App\Domain\EventListener\Security\UserLogoutEventListener.0.App\Domain\EventListener\Security\UserLogoutEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\EventListener\Security\UserLogoutEventListener"; reason: abstract.
Removed service ".instanceof.App\Domain\EventListener\UnitOfWork\DoctrineEntityListener.0.App\Domain\EventListener\UnitOfWork\DoctrineEntityListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\EventListener\UnitOfWork\DoctrineEntityListener"; reason: abstract.
Removed service ".instanceof.App\Domain\EventListener\User\UserInvitationEventListener.0.App\Domain\EventListener\User\UserInvitationEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\EventListener\User\UserInvitationEventListener"; reason: abstract.
Removed service ".instanceof.App\Domain\EventListener\User\UserRegistrationConfirmedEventListener.0.App\Domain\EventListener\User\UserRegistrationConfirmedEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\EventListener\User\UserRegistrationConfirmedEventListener"; reason: abstract.
Removed service ".instanceof.App\Domain\Report\Context\ProjectOverviewContextProvider.0.App\Domain\Report\Context\ProjectOverviewContextProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Report\Context\ProjectOverviewContextProvider"; reason: abstract.
Removed service ".instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\BrevoEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Services\Notification\Sender\BrevoEmailSender"; reason: abstract.
Removed service ".instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\MailgunEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Services\Notification\Sender\MailgunEmailSender"; reason: abstract.
Removed service ".instanceof.App\Domain\Contracts\EmailSenderInterface.0.App\Domain\Services\Notification\Sender\SendgridEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Services\Notification\Sender\SendgridEmailSender"; reason: abstract.
Removed service ".instanceof.App\EventListener\ActivitySavedListener.0.App\EventListener\ActivitySavedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ActivitySavedListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\PlatformActivityListener.0.App\EventListener\PlatformActivityListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PlatformActivityListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ExceptionLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\HttpLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\HttpLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PermissionsOnlySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\PermissionsOnlySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProjectFlowRunSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ProjectFlowRunSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SecurityLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SecurityLogSubscriber"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\EmailMessageHandler.0.App\MessageHandler\EmailMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\EmailMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\GenerateReportHandler.0.App\MessageHandler\GenerateReportHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\GenerateReportHandler"; 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\AiChatContextRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AiChatContextRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AiChatMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AiChatMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetAllocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BudgetAllocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BudgetLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BudgetLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ComponentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DashboardKPIRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DashboardKPIRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailLoginTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailLoginTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventCalendarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventCalendarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExecutionProgressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExecutionProgressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FollowUpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocalityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilestoneRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MilestoneRepository"; 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\ObjectiveRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ObjectiveRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganizationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrganizationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OutputExecutionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OutputExecutionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OutputRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OutputRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PermissionGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanVersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlanVersionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlatformUsageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlatformUsageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgramRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualityIndicatorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QualityIndicatorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualityMetricRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QualityMetricRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportInstanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportInstanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportScheduleExecutionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportScheduleExecutionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportedProblemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportedProblemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskAssessmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiskAssessmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StakeHolderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StakeHolderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAssignmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPreferenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserPreferenceRepository"; 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.App\Scheduler\ReportScheduleProvider.0.App\Scheduler\ReportScheduleProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Scheduler\ReportScheduleProvider"; 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\MilestoneExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MilestoneExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ProjectExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SecurityExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\SecurityExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TourExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TourExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\ValueResolver\MapCurrentEntityValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\ValueResolver\MapCurrentEntityValueResolver"; reason: abstract.
207
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Attribute\PermissionsOnly"; reason: unused.
Removed service "App\Domain\DTO\ActivityDTO"; reason: unused.
Removed service "App\Domain\DTO\BudgetAllocationDTO"; reason: unused.
Removed service "App\Domain\DTO\BudgetLineDTO"; reason: unused.
Removed service "App\Domain\DTO\BudgetLogDTO"; reason: unused.
Removed service "App\Domain\DTO\ChartJsDTO"; reason: unused.
Removed service "App\Domain\DTO\CommentDTO"; reason: unused.
Removed service "App\Domain\DTO\ComponentDTO"; reason: unused.
Removed service "App\Domain\DTO\DepartmentDTO"; reason: unused.
Removed service "App\Domain\DTO\DocumentDTO"; reason: unused.
Removed service "App\Domain\DTO\MilestoneDTO"; reason: unused.
Removed service "App\Domain\DTO\NotificationDTO"; reason: unused.
Removed service "App\Domain\DTO\ObjectiveDTO"; reason: unused.
Removed service "App\Domain\DTO\OrganizationDTO"; reason: unused.
Removed service "App\Domain\DTO\OutputDTO"; reason: unused.
Removed service "App\Domain\DTO\OutputExecutionDTO"; reason: unused.
Removed service "App\Domain\DTO\PermissionDTO"; reason: unused.
Removed service "App\Domain\DTO\PermissionGroupDTO"; reason: unused.
Removed service "App\Domain\DTO\ProgramDTO"; reason: unused.
Removed service "App\Domain\DTO\ProjectDTO"; reason: unused.
Removed service "App\Domain\DTO\ReportFileDTO"; reason: unused.
Removed service "App\Domain\DTO\ReportInstanceDTO"; reason: unused.
Removed service "App\Domain\DTO\ReportedProblemDTO"; reason: unused.
Removed service "App\Domain\DTO\RiskDTO"; reason: unused.
Removed service "App\Domain\DTO\RoleDTO"; reason: unused.
Removed service "App\Domain\DTO\StakeHolderDTO"; reason: unused.
Removed service "App\Domain\DTO\TargetDTO"; reason: unused.
Removed service "App\Domain\DTO\UserActionItemDTO"; reason: unused.
Removed service "App\Domain\DTO\UserDTO"; reason: unused.
Removed service "App\Domain\DTOFactory\ActivityDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\BudgetAllocationDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\BudgetLineDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\BudgetLogDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\CommentDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\ComponentDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\DepartmentDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\DocumentDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\MilestoneDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\NotificationDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\ObjectiveDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\OrganizationDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\OutputExecutionDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\PermissionDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\PermissionGroupDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\ProjectDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\ReportFileDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\ReportInstanceDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\RoleDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\StakeHolderDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\TargetDTOFactory"; reason: unused.
Removed service "App\Domain\DTOFactory\UserDTOFactory"; reason: unused.
Removed service "App\Domain\DataTransformer\ProjectsPerformanceKpiDataTransformer"; reason: unused.
Removed service "App\Domain\Event\User\UserInvitationEvent"; reason: unused.
Removed service "App\Domain\Event\User\UserRegistrationConfirmedEvent"; reason: unused.
Removed service "App\Domain\Payload\Project\ProjectSearchPayload"; reason: unused.
Removed service "App\Domain\Payload\Role\RoleSearchPayload"; reason: unused.
Removed service "App\Domain\Payload\Task\TaskSearchPayload"; reason: unused.
Removed service "App\Domain\Services\Activity\ActivityAbsoluteWeightingCalculator"; reason: unused.
Removed service "App\Domain\Services\Audit\AuditService"; reason: unused.
Removed service "App\Domain\Services\HydratorService"; reason: unused.
Removed service "App\Domain\Services\WorkOfUnit\ComponentSplittableTaskValidatorService"; reason: unused.
Removed service "App\Domain\Tools\DurationConverter"; reason: unused.
Removed service "App\Domain\Tools\JsonResponseFactory"; reason: unused.
Removed service "App\Domain\Tools\PasswordStrengthValidator"; reason: unused.
Removed service "App\Domain\Tools\RRuleConverter"; reason: unused.
Removed service "App\Domain\UseCase\Budget\Validation\SaveBudgetLineValidator"; reason: unused.
Removed service "App\Domain\UseCase\Risk\UpdateRiskUseCase"; reason: unused.
Removed service "App\Message\EmailMessage"; reason: unused.
Removed service "App\Message\GenerateReportMessage"; reason: unused.
Removed service "App\ValueResolver\Attribute\MapCurrentEntity"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.L1ZE0i6"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "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.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "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 "texter"; 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~XSpSYX2"; 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.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.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.user_checker.chain.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.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 "webpack_encore.cache"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.in_memory"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.async_aws_s3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.google_cloud_storage"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.gitlab"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "doctrine.dbal.auditor_middleware"; reason: unused.
Removed service "DH\Auditor\Provider\Doctrine\Auditing\Annotation\AnnotationLoader"; reason: unused.
Removed service "doctrine.dbal.default_connection.auditor_middleware"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; 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 "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.bvmE8RF"; reason: unused.
Removed service ".service_locator.TwypoFh"; reason: unused.
628
Inlined service "App\Domain\Services\Dashboard\KpiCalculatorRegistry" to "App\Command\Dashboard\GenerateKpisCommand".
Inlined service ".service_locator.ziaZlTN.App\Controller\ActivityController" to "App\Controller\ActivityController".
Inlined service "App\Domain\UseCase\AI\GetSuggestionUseCase" to "App\Controller\AiController".
Inlined service "App\Domain\UseCase\AI\GetProjectKpiInsightsUseCase" to "App\Controller\AiController".
Inlined service "App\Domain\UseCase\AI\GenerateProjectPlanUseCase" to "App\Controller\AiController".
Inlined service "App\Domain\UseCase\AI\ChatOnProjectUseCase" to "App\Controller\AiController".
Inlined service ".service_locator.ziaZlTN.App\Controller\AiController" to "App\Controller\AiController".
Inlined service ".service_locator.ziaZlTN.App\Controller\BudgetController" to "App\Controller\BudgetController".
Inlined service ".service_locator.ziaZlTN.App\Controller\CalendarController" to "App\Controller\CalendarController".
Inlined service "App\Domain\UseCase\Comment\SaveCommentUseCase" to "App\Controller\CommentController".
Inlined service ".service_locator.ziaZlTN.App\Controller\CommentController" to "App\Controller\CommentController".
Inlined service ".service_locator.ziaZlTN.App\Controller\ComponentController" to "App\Controller\ComponentController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Dashboard\DashboardController" to "App\Controller\Dashboard\DashboardController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Dashboard\KPI\BudgetEvolutionController" to "App\Controller\Dashboard\KPI\BudgetEvolutionController".
Inlined service "App\Domain\DataTransformer\DepartmentKpiDataTransformer" to "App\Controller\Dashboard\KPI\DepartmentsKPIController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Dashboard\KPI\DepartmentsKPIController" to "App\Controller\Dashboard\KPI\DepartmentsKPIController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Dashboard\KPI\TopBottomProjectsController" to "App\Controller\Dashboard\KPI\TopBottomProjectsController".
Inlined service "App\Domain\UseCase\Department\SaveDeptUseCase" to "App\Controller\DepartmentController".
Inlined service ".service_locator.ziaZlTN.App\Controller\DepartmentController" to "App\Controller\DepartmentController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Dev\EmailPreviewController" to "App\Controller\Dev\EmailPreviewController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Dev\ReportPreviewController" to "App\Controller\Dev\ReportPreviewController".
Inlined service ".service_locator.ziaZlTN.App\Controller\DiagramController" to "App\Controller\DiagramController".
Inlined service ".service_locator.ziaZlTN.App\Controller\DocumentController" to "App\Controller\DocumentController".
Inlined service ".service_locator.ziaZlTN.App\Controller\DocumentRoViewerController" to "App\Controller\DocumentRoViewerController".
Inlined service ".service_locator.ziaZlTN.App\Controller\EmailAutoLoginController" to "App\Controller\EmailAutoLoginController".
Inlined service ".service_locator.ziaZlTN.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.ziaZlTN.App\Controller\LocalityController" to "App\Controller\LocalityController".
Inlined service ".service_locator.ziaZlTN.App\Controller\MilestonesController" to "App\Controller\MilestonesController".
Inlined service ".service_locator.ziaZlTN.App\Controller\NotificationController" to "App\Controller\NotificationController".
Inlined service ".service_locator.ziaZlTN.App\Controller\OrganizationController" to "App\Controller\OrganizationController".
Inlined service ".service_locator.ziaZlTN.App\Controller\OutputController" to "App\Controller\OutputController".
Inlined service ".service_locator.ziaZlTN.App\Controller\OutputExecutionController" to "App\Controller\OutputExecutionController".
Inlined service ".service_locator.ziaZlTN.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service "App\Domain\DTOFactory\ProgramDTOFactory" to "App\Controller\Program\ProgramController".
Inlined service "App\Domain\Services\Program\ProgramFinancingAnalyzer" to "App\Controller\Program\ProgramController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Program\ProgramController" to "App\Controller\Program\ProgramController".
Inlined service ".service_locator.ziaZlTN.App\Controller\ProgressController" to "App\Controller\ProgressController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\BudgetProjectController" to "App\Controller\Project\BudgetProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\CalendarProjectController" to "App\Controller\Project\CalendarProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\CrudProjectController" to "App\Controller\Project\CrudProjectController".
Inlined service "App\Domain\DTOFactory\ChartJsDTOFactory" to "App\Controller\Project\DashboardProjectController".
Inlined service "App\Domain\UseCase\Project\Dashboard\GetOutputDataUseCase" to "App\Controller\Project\DashboardProjectController".
Inlined service "App\Domain\UseCase\Project\Dashboard\GetRisksDataUseCase" to "App\Controller\Project\DashboardProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\DashboardProjectController" to "App\Controller\Project\DashboardProjectController".
Inlined service "App\Domain\UseCase\FollowupInitialization\InitializeReferenceDateUseCase" to "App\Controller\Project\FollowupInitializationController".
Inlined service "App\Domain\UseCase\FollowupInitialization\InitializeMilestonesUseCase" to "App\Controller\Project\FollowupInitializationController".
Inlined service "App\Domain\UseCase\FollowupInitialization\InitializeExpensesUseCase" to "App\Controller\Project\FollowupInitializationController".
Inlined service "App\Domain\UseCase\FollowupInitialization\InitializeOutputsUseCase" to "App\Controller\Project\FollowupInitializationController".
Inlined service "App\Domain\UseCase\FollowupInitialization\FinishInitializationUseCase" to "App\Controller\Project\FollowupInitializationController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\FollowupInitializationController" to "App\Controller\Project\FollowupInitializationController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\ImportProjectController" to "App\Controller\Project\ImportProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\KanbanProjectController" to "App\Controller\Project\KanbanProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\ObjectiveProjectController" to "App\Controller\Project\ObjectiveProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\PlanningProjectController" to "App\Controller\Project\PlanningProjectController".
Inlined service "App\Domain\UseCase\Milestones\GetMilestonesForGridUseCase" to "App\Controller\Project\ProjectFollowUpController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\ProjectFollowUpController" to "App\Controller\Project\ProjectFollowUpController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\RegistryProjectController" to "App\Controller\Project\RegistryProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\Report\ReportFileController" to "App\Controller\Project\Report\ReportFileController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\Report\ReportInstanceController" to "App\Controller\Project\Report\ReportInstanceController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\Report\ReportTemplateController" to "App\Controller\Project\Report\ReportTemplateController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\RiskProjectController" to "App\Controller\Project\RiskProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\SettingsProjectController" to "App\Controller\Project\SettingsProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Project\WorkflowProjectController" to "App\Controller\Project\WorkflowProjectController".
Inlined service ".service_locator.ziaZlTN.App\Controller\ReportedProblemController" to "App\Controller\ReportedProblemController".
Inlined service "App\Domain\UseCase\Risk\CreateRiskUseCase" to "App\Controller\RiskController".
Inlined service ".service_locator.ziaZlTN.App\Controller\RiskController" to "App\Controller\RiskController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Security\AuthController" to "App\Controller\Security\AuthController".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\Security\ResetPasswordController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Security\ResetPasswordController" to "App\Controller\Security\ResetPasswordController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Security\RoleController" to "App\Controller\Security\RoleController".
Inlined service ".service_locator.ziaZlTN.App\Controller\Security\RolePermissionController" to "App\Controller\Security\RolePermissionController".
Inlined service ".service_locator.ziaZlTN.App\Controller\SettingsController" to "App\Controller\SettingsController".
Inlined service ".service_locator.ziaZlTN.App\Controller\SharedController" to "App\Controller\SharedController".
Inlined service ".service_locator.ziaZlTN.App\Controller\StakeholderController" to "App\Controller\StakeholderController".
Inlined service ".service_locator.ziaZlTN.App\Controller\StaticPages\LegalController" to "App\Controller\StaticPages\LegalController".
Inlined service ".service_locator.ziaZlTN.App\Controller\TasksController" to "App\Controller\TasksController".
Inlined service ".service_locator.ziaZlTN.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.ziaZlTN.App\Controller\UserTourController" to "App\Controller\UserTourController".
Inlined service ".service_locator.ziaZlTN.App\Controller\WishListController" to "App\Controller\WishListController".
Inlined service "App\Domain\EventListener\UnitOfWork\SavedProgressHandler" to "App\Domain\EventListener\UnitOfWork\DoctrineEntityListener".
Inlined service "App\Domain\EventListener\UnitOfWork\SavedUnitOfWorkHandler" to "App\Domain\EventListener\UnitOfWork\DoctrineEntityListener".
Inlined service "App\Domain\Report\Model\ComponentAssembler" to "App\Domain\Report\Context\ProjectOverviewContextProvider".
Inlined service "App\Domain\Report\Context\ReportContextRegistry" to "App\Domain\Report\Context\ReportContextBuilder".
Inlined service "App\Domain\Report\Generator\ReportGeneratorRegistry" to "App\Domain\Report\GenerateReportService".
Inlined service "App\Domain\Report\Context\ReportContextBuilder" to "App\Domain\Report\GenerateReportService".
Inlined service "App\Domain\Report\Model\SeriesBuilder" to "App\Domain\Report\Model\ComponentAssembler".
Inlined service "App\Domain\Report\Model\ActivityStatusResolver" to "App\Domain\Report\Model\ComponentAssembler".
Inlined service "App\Domain\Tools\AcronymGenerator" to "App\Domain\Services\AcronymGeneratorService".
Inlined service "App\Domain\Services\ExpectedProgressCalculator" to "App\Domain\Services\Project\ProjectProgressPlannerService".
Inlined service "App\Domain\DTOFactory\TaskDTOFactory" to "App\Domain\Services\Project\ProjectProgressPlannerService".
Inlined service "App\Domain\Services\UserAction\Provider\MissingProgressProvider" to "App\Domain\Services\UserAction\FindDailyActionsService".
Inlined service "App\Domain\Services\UserAction\Provider\ProgressToValidateProvider" to "App\Domain\Services\UserAction\FindDailyActionsService".
Inlined service "App\Domain\UseCase\Activity\Validation\SaveActivityValidator" to "App\Domain\UseCase\Activity\SaveActivityUseCase".
Inlined service "App\Domain\UseCase\Comment\SaveCommentValidator" to "App\Domain\UseCase\Comment\SaveCommentUseCase".
Inlined service "App\Domain\UseCase\Component\Validation\SaveComponentValidator" to "App\Domain\UseCase\Component\SaveComponentUseCase".
Inlined service "App\Domain\UseCase\Objective\Validation\SaveObjectiveValidator" to "App\Domain\UseCase\Objective\SaveObjectiveUseCase".
Inlined service "App\Domain\UseCase\Output\Validation\SaveOutputExecutionValidator" to "App\Domain\UseCase\Output\SaveOutputExecutionUseCase".
Inlined service "App\Domain\UseCase\Output\Validation\SaveOutputValidator" to "App\Domain\UseCase\Output\SaveOutputUseCase".
Inlined service "App\Domain\DTOFactory\OutputDTOFactory" to "App\Domain\UseCase\Project\Dashboard\GetOutputDataUseCase".
Inlined service "App\Domain\UseCase\Project\Validation\SaveProjectValidator" to "App\Domain\UseCase\Project\SaveProjectUseCase".
Inlined service "App\Domain\UseCase\Report\Validation\SaveReportInstanceValidator" to "App\Domain\UseCase\Report\SaveReportInstanceUseCase".
Inlined service "App\Domain\UseCase\ReportedProblem\Validation\ReportedProblemValidator" to "App\Domain\UseCase\ReportedProblem\SaveReportedProblemUseCase".
Inlined service "App\Domain\Services\Risk\RiskScoringService" to "App\Domain\UseCase\Risk\CreateRiskUseCase".
Inlined service "App\Domain\UseCase\AI\GenerateRoleCodeUseCase" to "App\Domain\UseCase\Role\SaveRoleUseCase".
Inlined service "App\Domain\UseCase\StakeHolder\Validation\SaveStakeHolderValidator" to "App\Domain\UseCase\StakeHolder\SaveStakeHolderUseCase".
Inlined service "lock.default.factory" to "App\Scheduler\ReportScheduleProvider".
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.uvcGMdg" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.jkL9kAz" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service ".service_locator.sVlGXZV" to "console.command.workflow_dump".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "cache.scheduler.recorder_inner" to "cache.scheduler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.DMfgFyO.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service ".state_machine.milestone.transition.0" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.1" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.2" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.3" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.4" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.5" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.6" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.7" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.8" to "state_machine.milestone.definition".
Inlined service ".state_machine.milestone.transition.9" to "state_machine.milestone.definition".
Inlined service "state_machine.milestone.metadata_store" to "state_machine.milestone.definition".
Inlined service ".state_machine.project_workflow.transition.0" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.1" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.2" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.3" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.4" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.5" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.6" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.7" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.8" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.9" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.10" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.11" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.project_workflow.transition.12" to "state_machine.project_workflow.definition".
Inlined service "state_machine.project_workflow.metadata_store" to "state_machine.project_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.0" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.1" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.2" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.3" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.4" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.5" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.6" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.7" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.8" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.9" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.10" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.11" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.12" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.tasks_workflow.transition.13" to "state_machine.tasks_workflow.definition".
Inlined service "state_machine.tasks_workflow.metadata_store" to "state_machine.tasks_workflow.definition".
Inlined service ".state_machine.reported_problem_workflow.transition.0" to "state_machine.reported_problem_workflow.definition".
Inlined service ".state_machine.reported_problem_workflow.transition.1" to "state_machine.reported_problem_workflow.definition".
Inlined service ".state_machine.reported_problem_workflow.transition.2" to "state_machine.reported_problem_workflow.definition".
Inlined service ".state_machine.reported_problem_workflow.transition.3" to "state_machine.reported_problem_workflow.definition".
Inlined service ".state_machine.reported_problem_workflow.transition.4" to "state_machine.reported_problem_workflow.definition".
Inlined service ".state_machine.reported_problem_workflow.transition.5" to "state_machine.reported_problem_workflow.definition".
Inlined service "state_machine.reported_problem_workflow.metadata_store" to "state_machine.reported_problem_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.0" to "state_machine.risk_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.1" to "state_machine.risk_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.2" to "state_machine.risk_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.3" to "state_machine.risk_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.4" to "state_machine.risk_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.5" to "state_machine.risk_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.6" to "state_machine.risk_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.7" to "state_machine.risk_workflow.definition".
Inlined service ".state_machine.risk_workflow.transition.8" to "state_machine.risk_workflow.definition".
Inlined service "state_machine.risk_workflow.metadata_store" to "state_machine.risk_workflow.definition".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "DH\AuditorBundle\Routing\RoutingLoader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.Hu7m0tQ" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.nvIJVVC" to "router.expression_language_provider".
Inlined service ".service_locator.YAcX0.U.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.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 "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" 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.9QYCuGc" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.ea.H0ae" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.M8eunTl" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" 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 "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_connection.auditor_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.RtsAIi4" 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.w4o14gm" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
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.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.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 "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.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.htmlsanitizer" 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 "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "App\Twig\ProjectExtension" to "twig".
Inlined service "App\Twig\SecurityExtension" to "twig".
Inlined service "App\Twig\TourExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.Fuy.CqR.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.XXyIDNc" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.0CS_i83" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.rx3KBsE" to "security.access_map".
Inlined service ".security.request_matcher.dLgQ8tu" to "security.access_map".
Inlined service ".security.request_matcher.YrnOxI1" to "security.access_map".
Inlined service ".security.request_matcher.4OC3y5b" to "security.access_map".
Inlined service ".security.request_matcher.GBKLVOl" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "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.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.M1lHffb" to ".security.request_matcher.rx3KBsE".
Inlined service ".security.request_matcher.5BUywMZ" to ".security.request_matcher.dLgQ8tu".
Inlined service ".security.request_matcher.7XMFiMz" to ".security.request_matcher.YrnOxI1".
Inlined service ".security.request_matcher.szxsXwg" to ".security.request_matcher.4OC3y5b".
Inlined service ".security.request_matcher.MdB9M61" to ".security.request_matcher.GBKLVOl".
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 ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~2pdTbOP" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "oneup_flysystem.public_uploads_adapter_adapter" to "oneup_flysystem.public_uploads_filesystem_filesystem".
Inlined service "Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess" to "knp_paginator".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "DH\AuditorBundle\Security\RoleChecker" to "DH\Auditor\Configuration".
Inlined service "DH\AuditorBundle\Security\SecurityProvider" to "DH\Auditor\Configuration".
Inlined service "DH\Auditor\Provider\Doctrine\Configuration" to "DH\Auditor\Provider\Doctrine\DoctrineProvider".
Inlined service "dh_auditor.provider.doctrine.storage_services.doctrine.orm.default_entity_manager" to "DH\Auditor\Provider\Doctrine\DoctrineProvider".
Inlined service "dh_auditor.provider.doctrine.auditing_services.doctrine.orm.default_entity_manager" to "DH\Auditor\Provider\Doctrine\DoctrineProvider".
Inlined service "DH\AuditorBundle\User\ConsoleUserProvider" to "DH\AuditorBundle\Event\ConsoleEventSubscriber".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.wVuia4Z" to ".service_locator.wVuia4Z.App\Controller\ActivityController::new()".
Inlined service ".service_locator.sOpvNpF" to ".service_locator.sOpvNpF.App\Controller\ActivityController::edit()".
Inlined service ".service_locator.ex3b20A" to ".service_locator.ex3b20A.App\Controller\AiController::autoPlan()".
Inlined service ".service_locator.N6Ldahv" to ".service_locator.N6Ldahv.App\Controller\AiController::sendMessage()".
Inlined service ".service_locator.EcxHlpx" to ".service_locator.EcxHlpx.App\Controller\AiController::getMessages()".
Inlined service ".service_locator.O0eW78J" to ".service_locator.O0eW78J.App\Controller\BudgetController::create()".
Inlined service ".service_locator.H.3bMn0" to ".service_locator.H.3bMn0.App\Controller\BudgetController::deleteBudgetLine()".
Inlined service ".service_locator.4sURAzP" to ".service_locator.4sURAzP.App\Controller\BudgetController::saveCommitment()".
Inlined service ".service_locator.a2rxRTF" to ".service_locator.a2rxRTF.App\Controller\BudgetController::exportExcel()".
Inlined service ".service_locator.nVC4rOi" to ".service_locator.nVC4rOi.App\Controller\BudgetController::updateAllocations()".
Inlined service ".service_locator.9faj9ys" to ".service_locator.9faj9ys.App\Controller\ComponentController::add()".
Inlined service ".service_locator.EaA3Yxz" to ".service_locator.EaA3Yxz.App\Controller\ComponentController::edit()".
Inlined service ".service_locator.fcT8fB8" to ".service_locator.fcT8fB8.App\Controller\Dashboard\DashboardController::dashboardInsights()".
Inlined service ".service_locator.RY.cDJS" to ".service_locator.RY.cDJS.App\Controller\Dev\ReportPreviewController::projectOverview()".
Inlined service ".service_locator.jH0Rhzi" to ".service_locator.jH0Rhzi.App\Controller\DocumentController::upload()".
Inlined service ".service_locator.0to.7J." to ".service_locator.0to.7J..App\Controller\DocumentController::list()".
Inlined service ".service_locator.if3j8M." to ".service_locator.if3j8M..App\Controller\DocumentController::downloadDocument()".
Inlined service ".service_locator.KmfRtHM" to ".service_locator.KmfRtHM.App\Controller\DocumentController::delete()".
Inlined service ".service_locator.qpT3EHT" to ".service_locator.qpT3EHT.App\Controller\DocumentRoViewerController::viewer()".
Inlined service ".service_locator.HaQBm9X" to ".service_locator.HaQBm9X.App\Controller\EmailAutoLoginController::__invoke()".
Inlined service ".service_locator.fGfT39h" to ".service_locator.fGfT39h.App\Controller\MilestonesController::getMilestonesChartsData()".
Inlined service ".service_locator.YPKWAS_" to ".service_locator.YPKWAS_.App\Controller\MilestonesController::saveMilestoneData()".
Inlined service ".service_locator.yQOuIU2" to ".service_locator.yQOuIU2.App\Controller\MilestonesController::showTargets()".
Inlined service ".service_locator.laiqmkn" to ".service_locator.laiqmkn.App\Controller\MilestonesController::saveTargets()".
Inlined service ".service_locator.YIgBr2z" to ".service_locator.YIgBr2z.App\Controller\NotificationController::listNotifications()".
Inlined service ".service_locator.C7A7mCF" to ".service_locator.C7A7mCF.App\Controller\NotificationController::getNotifications()".
Inlined service ".service_locator.S5Dp5Zc" to ".service_locator.S5Dp5Zc.App\Controller\NotificationController::markAsRead()".
Inlined service ".service_locator.SS.tTzw" to ".service_locator.SS.tTzw.App\Controller\NotificationController::markAllAsRead()".
Inlined service ".service_locator.x5fgHlc" to ".service_locator.x5fgHlc.App\Controller\OrganizationController::edit()".
Inlined service ".service_locator.QP5ha7l" to ".service_locator.QP5ha7l.App\Controller\OutputController::list()".
Inlined service ".service_locator.IjpjP2K" to ".service_locator.IjpjP2K.App\Controller\OutputController::add()".
Inlined service ".service_locator.EkBaOEu" to ".service_locator.EkBaOEu.App\Controller\OutputController::show()".
Inlined service ".service_locator.tGpNjSq" to ".service_locator.tGpNjSq.App\Controller\OutputController::update()".
Inlined service ".service_locator.2iNN2bH" to ".service_locator.2iNN2bH.App\Controller\OutputController::delete()".
Inlined service ".service_locator.QrRSRhp" to ".service_locator.QrRSRhp.App\Controller\OutputExecutionController::list()".
Inlined service ".service_locator.R0U5v8e" to ".service_locator.R0U5v8e.App\Controller\OutputExecutionController::add()".
Inlined service ".service_locator.dTVrZUL" to ".service_locator.dTVrZUL.App\Controller\OutputExecutionController::show()".
Inlined service ".service_locator.0LthzD8" to ".service_locator.0LthzD8.App\Controller\OutputExecutionController::update()".
Inlined service ".service_locator.MBZ0MSx" to ".service_locator.MBZ0MSx.App\Controller\OutputExecutionController::delete()".
Inlined service ".service_locator.wJSaikX" to ".service_locator.wJSaikX.App\Controller\ProfileController::myProfile()".
Inlined service ".service_locator.m.vYBlq" to ".service_locator.m.vYBlq.App\Controller\ProfileController::changePassword()".
Inlined service ".service_locator.gKYA_Td" to ".service_locator.gKYA_Td.App\Controller\ProfileController::updateAccount()".
Inlined service ".service_locator.auVKkK5" to ".service_locator.auVKkK5.App\Controller\Program\ProgramController::saveProgram()".
Inlined service ".service_locator.5iaxa1c" to ".service_locator.5iaxa1c.App\Controller\ProgressController::executionProgress()".
Inlined service ".service_locator.WAgMv6D" to ".service_locator.WAgMv6D.App\Controller\ProgressController::details()".
Inlined service ".service_locator.kxgIRiK" to ".service_locator.kxgIRiK.App\Controller\Project\CrudProjectController::addProject()".
Inlined service ".service_locator.djVaoUD" to ".service_locator.djVaoUD.App\Controller\Project\CrudProjectController::updateProject()".
Inlined service ".service_locator.4yPqp0W" to ".service_locator.4yPqp0W.App\Controller\Project\CrudProjectController::deleteProject()".
Inlined service ".service_locator.7hGzEXo" to ".service_locator.7hGzEXo.App\Controller\Project\FollowupInitializationController::initializeFollowUp()".
Inlined service ".service_locator.046TC50" to ".service_locator.046TC50.App\Controller\Project\ImportProjectController::import()".
Inlined service ".service_locator.b6e6gwM" to ".service_locator.b6e6gwM.App\Controller\Project\KanbanProjectController::projectKanbanBoard()".
Inlined service ".service_locator.3rFJxbw" to ".service_locator.3rFJxbw.App\Controller\Project\KanbanProjectController::search()".
Inlined service ".service_locator.SnVk7QY" to ".service_locator.SnVk7QY.App\Controller\Project\KanbanProjectController::quickCreate()".
Inlined service ".service_locator.SWjbEkP" to ".service_locator.SWjbEkP.App\Controller\Project\ObjectiveProjectController::all()".
Inlined service ".service_locator.MX4LIQ6" to ".service_locator.MX4LIQ6.App\Controller\Project\ObjectiveProjectController::list()".
Inlined service ".service_locator.BW.PiC6" to ".service_locator.BW.PiC6.App\Controller\Project\ObjectiveProjectController::add()".
Inlined service ".service_locator.y6c_EL5" to ".service_locator.y6c_EL5.App\Controller\Project\ObjectiveProjectController::update()".
Inlined service ".service_locator.G4sIk6g" to ".service_locator.G4sIk6g.App\Controller\Project\ObjectiveProjectController::delete()".
Inlined service ".service_locator.c2I3Z0Y" to ".service_locator.c2I3Z0Y.App\Controller\Project\PlanningProjectController::downloadTemplate()".
Inlined service ".service_locator.QiAandj" to ".service_locator.QiAandj.App\Controller\Project\PlanningProjectController::projectOverview()".
Inlined service ".service_locator.8H46fKj" to ".service_locator.8H46fKj.App\Controller\Project\ProjectFollowUpController::submit()".
Inlined service ".service_locator.r3oed0." to ".service_locator.r3oed0..App\Controller\Project\ProjectFollowUpController::validate()".
Inlined service ".service_locator.X3_CkKh" to ".service_locator.X3_CkKh.App\Controller\Project\ProjectFollowUpController::transition()".
Inlined service ".service_locator.NDgaUcg" to ".service_locator.NDgaUcg.App\Controller\Project\ProjectFollowUpController::bulkTransition()".
Inlined service ".service_locator.keCIRUP" to ".service_locator.keCIRUP.App\Controller\Project\ProjectFollowUpController::sendRequestInfo()".
Inlined service ".service_locator.cL5IZqT" to ".service_locator.cL5IZqT.App\Controller\Project\ProjectFollowUpController::correctMilestone()".
Inlined service ".service_locator.WifCNFQ" to ".service_locator.WifCNFQ.App\Controller\Project\Report\ReportFileController::reportFileStream()".
Inlined service ".service_locator.GmoyULN" to ".service_locator.GmoyULN.App\Controller\Project\Report\ReportInstanceController::add()".
Inlined service ".service_locator.RE1wl6z" to ".service_locator.RE1wl6z.App\Controller\Project\Report\ReportInstanceController::update()".
Inlined service ".service_locator.U_rf50s" to ".service_locator.U_rf50s.App\Controller\Project\Report\ReportInstanceController::show()".
Inlined service ".service_locator.A3SmTt." to ".service_locator.A3SmTt..App\Controller\Project\Report\ReportInstanceController::generate()".
Inlined service ".service_locator.tWVwUO0" to ".service_locator.tWVwUO0.App\Controller\Project\RiskProjectController::listJson()".
Inlined service ".service_locator.nIrNvDe" to ".service_locator.nIrNvDe.App\Controller\Project\SettingsProjectController::settings()".
Inlined service ".service_locator.xQentjr" to ".service_locator.xQentjr.App\Controller\Project\WorkflowProjectController::move()".
Inlined service ".service_locator.HyMKmX6" to ".service_locator.HyMKmX6.App\Controller\ReportedProblemController::getProjectProblemList()".
Inlined service ".service_locator.FqMafZk" to ".service_locator.FqMafZk.App\Controller\ReportedProblemController::create()".
Inlined service ".service_locator.U8T2yM2" to ".service_locator.U8T2yM2.App\Controller\ReportedProblemController::update()".
Inlined service ".service_locator.N70wOVy" to ".service_locator.N70wOVy.App\Controller\ReportedProblemController::move()".
Inlined service ".service_locator.mXDaS5b" to ".service_locator.mXDaS5b.App\Controller\Security\AuthController::login()".
Inlined service ".service_locator.P.blNFL" to ".service_locator.P.blNFL.App\Controller\Security\AuthController::acceptInvitation()".
Inlined service ".service_locator.fdTWzgN" to ".service_locator.fdTWzgN.App\Controller\Security\ResetPasswordController::request()".
Inlined service ".service_locator.3Zd.l8j" to ".service_locator.3Zd.l8j.App\Controller\Security\ResetPasswordController::reset()".
Inlined service ".service_locator.2fxiarO" to ".service_locator.2fxiarO.App\Controller\SettingsController::settings()".
Inlined service ".service_locator.vLn2v5D" to ".service_locator.vLn2v5D.App\Controller\StakeholderController::add()".
Inlined service ".service_locator.4W1jNul" to ".service_locator.4W1jNul.App\Controller\StakeholderController::show()".
Inlined service ".service_locator.6h548cq" to ".service_locator.6h548cq.App\Controller\StakeholderController::update()".
Inlined service ".service_locator..VUFkK9" to ".service_locator..VUFkK9.App\Controller\StakeholderController::delete()".
Inlined service ".service_locator.La9UmFe" to ".service_locator.La9UmFe.App\Controller\TasksController::updateComponent()".
Inlined service ".service_locator.PY8wmm3" to ".service_locator.PY8wmm3.App\Controller\UserController::saveUser()".
Inlined service ".service_locator..sV_ija" to ".service_locator..sV_ija.App\Controller\UserController::inviteUser()".
Inlined service ".service_locator.PI_gH0z" to ".service_locator.PI_gH0z.App\Controller\UserController::userResendInvitation()".
Inlined service ".service_locator.WEqMJKq" to ".service_locator.WEqMJKq.App\Controller\UserController::avatarUser()".
Inlined service ".service_locator._nWyyDM" to ".service_locator._nWyyDM.App\Controller\WishListController::save()".
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.uid" to ".debug.value_resolver.argument_resolver.uid".
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 "App\ValueResolver\MapCurrentEntityValueResolver" to ".debug.value_resolver.App\ValueResolver\MapCurrentEntityValueResolver".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\EmailMessageHandler" to ".messenger.handler_descriptor.7FecLY1".
Inlined service "App\MessageHandler\GenerateReportHandler" to ".messenger.handler_descriptor.SlzGTaC".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "scheduler.messenger.service_call_message_handler" to ".messenger.handler_descriptor.KMq4SyQ".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "debug.state_machine.milestone.inner" to "debug.state_machine.milestone".
Inlined service "debug.state_machine.project_workflow.inner" to "debug.state_machine.project_workflow".
Inlined service "debug.state_machine.tasks_workflow.inner" to "debug.state_machine.tasks_workflow".
Inlined service "debug.state_machine.reported_problem_workflow.inner" to "debug.state_machine.reported_problem_workflow".
Inlined service "debug.state_machine.risk_workflow.inner" to "debug.state_machine.risk_workflow".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.DMfgFyO" to ".service_locator.DMfgFyO.translation.warmer".
Inlined service ".service_locator.AiVUcxk" to ".service_locator.AiVUcxk.router.default".
Inlined service ".service_locator.YAcX0.U" to ".service_locator.YAcX0.U.router.cache_warmer".
Inlined service ".service_locator.Fuy.CqR" to ".service_locator.Fuy.CqR.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.JC5Wlw_" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" 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.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "state_machine.milestone.definition" to "debug.state_machine.milestone.inner".
Inlined service "state_machine.project_workflow.definition" to "debug.state_machine.project_workflow.inner".
Inlined service "state_machine.tasks_workflow.definition" to "debug.state_machine.tasks_workflow.inner".
Inlined service "state_machine.reported_problem_workflow.definition" to "debug.state_machine.reported_problem_workflow.inner".
Inlined service "state_machine.risk_workflow.definition" to "debug.state_machine.risk_workflow.inner".
Inlined service ".service_locator.OX1L4MH" to "console.command_loader".
Inlined service ".service_locator.AiVUcxk.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 "oneup_flysystem.private_uploads_adapter_adapter" to "League\Flysystem\Filesystem".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "App\Domain\Report\Model\MonthAxisBuilder" to "App\Domain\Report\Context\ProjectOverviewContextProvider".
Inlined service "App\Domain\Report\Model\MonthAxisBuilder" to "App\Domain\Report\Context\ProjectOverviewContextProvider".
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 "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
3
Tag "app.email.sender" was defined on service(s) "App\Domain\Services\Notification\Sender\BrevoEmailSender", "App\Domain\Services\Notification\Sender\MailgunEmailSender", "App\Domain\Services\Notification\Sender\SendgridEmailSender", but was never used.
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", ".debug.http_client", "debug.state_machine.milestone", "debug.state_machine.project_workflow", "debug.state_machine.tasks_workflow", "debug.state_machine.reported_problem_workflow", "debug.state_machine.risk_workflow", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.milestone", "debug.state_machine.project_workflow", "debug.state_machine.tasks_workflow", "debug.state_machine.reported_problem_workflow", "debug.state_machine.risk_workflow", but was never used.