"SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.disabled_at AS disabled_at_10, t0.last_login_at AS last_login_at_11 FROM app_user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.disabled_at AS disabled_at_10, t0.last_login_at AS last_login_at_11 FROM app_user t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
]
]
"SELECT p0_.id AS id_0, p0_.label AS label_1, p0_.start_date AS start_date_2, p0_.end_date AS end_date_3, p0_.effective_start_date AS effective_start_date_4, p0_.effective_end_date AS effective_end_date_5, p0_.is_active AS is_active_6, p0_.is_archived AS is_archived_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9 FROM promo p0_ ORDER BY p0_.is_archived ASC, p0_.is_active DESC, p0_.start_date DESC"
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.label AS label_1, p0_.start_date AS start_date_2, p0_.end_date AS end_date_3, p0_.effective_start_date AS effective_start_date_4, p0_.effective_end_date AS effective_end_date_5, p0_.is_active AS is_active_6, p0_.is_archived AS is_archived_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9 FROM promo p0_ ORDER BY p0_.is_archived ASC, p0_.is_active DESC, p0_.start_date DESC"
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.label AS label_1, p0_.start_date AS start_date_2, p0_.end_date AS end_date_3, p0_.effective_start_date AS effective_start_date_4, p0_.effective_end_date AS effective_end_date_5, p0_.is_active AS is_active_6, p0_.is_archived AS is_archived_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9 FROM promo p0_ WHERE p0_.is_active = ? AND p0_.is_archived = ? LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.label AS label_1, p0_.start_date AS start_date_2, p0_.end_date AS end_date_3, p0_.effective_start_date AS effective_start_date_4, p0_.effective_end_date AS effective_end_date_5, p0_.is_active AS is_active_6, p0_.is_archived AS is_archived_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9 FROM promo p0_ WHERE p0_.is_active = ? AND p0_.is_archived = ? LIMIT 1"
"params" => [1 => 12 => 0]
"types" => [1 => Doctrine\DBAL\ParameterType {#1189
+name: "BOOLEAN"
}
2 => Doctrine\DBAL\ParameterType {#1189}
]
]
debug
Executing statement:
"SELECT e0_.id AS id_0, e0_.assigned_at AS assigned_at_1, e0_.is_active AS is_active_2, e0_.handicap_description AS handicap_description_3, e0_.aesh_support AS aesh_support_4, e0_.created_at AS created_at_5, e0_.updated_at AS updated_at_6, a1_.id AS id_7, a1_.email AS email_8, a1_.roles AS roles_9, a1_.password AS password_10, a1_.first_name AS first_name_11, a1_.last_name AS last_name_12, a1_.is_active AS is_active_13, a1_.created_at AS created_at_14, a1_.updated_at AS updated_at_15, a1_.disabled_at AS disabled_at_16, a1_.last_login_at AS last_login_at_17, p2_.id AS id_18, p2_.label AS label_19, p2_.start_date AS start_date_20, p2_.end_date AS end_date_21, p2_.effective_start_date AS effective_start_date_22, p2_.effective_end_date AS effective_end_date_23, p2_.is_active AS is_active_24, p2_.is_archived AS is_archived_25, p2_.created_at AS created_at_26, p2_.updated_at AS updated_at_27, s3_.id AS id_28, s3_.name AS name_29, s3_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_30, s3_.watch_enabled AS watch_enabled_31, s3_.stages_enabled AS stages_enabled_32, s3_.is_active AS is_active_33, s3_.created_at AS created_at_34, s3_.updated_at AS updated_at_35, e0_.student_id AS student_id_36, e0_.promo_id AS promo_id_37, e0_.school_class_id AS school_class_id_38 FROM enrollment e0_ LEFT JOIN app_user a1_ ON e0_.student_id = a1_.id LEFT JOIN promo p2_ ON e0_.promo_id = p2_.id LEFT JOIN school_class s3_ ON e0_.school_class_id = s3_.id WHERE e0_.promo_id = ? ORDER BY p2_.start_date DESC, s3_.name ASC, a1_.last_name ASC, a1_.first_name ASC"
[
"sql" => "SELECT e0_.id AS id_0, e0_.assigned_at AS assigned_at_1, e0_.is_active AS is_active_2, e0_.handicap_description AS handicap_description_3, e0_.aesh_support AS aesh_support_4, e0_.created_at AS created_at_5, e0_.updated_at AS updated_at_6, a1_.id AS id_7, a1_.email AS email_8, a1_.roles AS roles_9, a1_.password AS password_10, a1_.first_name AS first_name_11, a1_.last_name AS last_name_12, a1_.is_active AS is_active_13, a1_.created_at AS created_at_14, a1_.updated_at AS updated_at_15, a1_.disabled_at AS disabled_at_16, a1_.last_login_at AS last_login_at_17, p2_.id AS id_18, p2_.label AS label_19, p2_.start_date AS start_date_20, p2_.end_date AS end_date_21, p2_.effective_start_date AS effective_start_date_22, p2_.effective_end_date AS effective_end_date_23, p2_.is_active AS is_active_24, p2_.is_archived AS is_archived_25, p2_.created_at AS created_at_26, p2_.updated_at AS updated_at_27, s3_.id AS id_28, s3_.name AS name_29, s3_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_30, s3_.watch_enabled AS watch_enabled_31, s3_.stages_enabled AS stages_enabled_32, s3_.is_active AS is_active_33, s3_.created_at AS created_at_34, s3_.updated_at AS updated_at_35, e0_.student_id AS student_id_36, e0_.promo_id AS promo_id_37, e0_.school_class_id AS school_class_id_38 FROM enrollment e0_ LEFT JOIN app_user a1_ ON e0_.student_id = a1_.id LEFT JOIN promo p2_ ON e0_.promo_id = p2_.id LEFT JOIN school_class s3_ ON e0_.school_class_id = s3_.id WHERE e0_.promo_id = ? ORDER BY p2_.start_date DESC, s3_.name ASC, a1_.last_name ASC, a1_.first_name ASC"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT s0_.enrollment_id AS sclr_0, COUNT(s0_.id) AS sclr_1 FROM student_convocation s0_ WHERE s0_.enrollment_id IN (?, ?, ?) AND s0_.archived_at IS NULL GROUP BY s0_.enrollment_id"
"SELECT a0_.enrollment_id AS sclr_0, SUM(a0_.amount) AS sclr_1 FROM ancillary_fee a0_ WHERE a0_.enrollment_id IN (?, ?, ?) AND a0_.status IN (?, ?, ?) GROUP BY a0_.enrollment_id"
"SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.label AS label_2, a0_.description AS description_3, a0_.amount AS amount_4, a0_.status AS status_5, a0_.accounting_comment AS accounting_comment_6, a0_.processed_at AS processed_at_7, a0_.locked_at AS locked_at_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.cancelled_at AS cancelled_at_11, e1_.id AS id_12, e1_.assigned_at AS assigned_at_13, e1_.is_active AS is_active_14, e1_.handicap_description AS handicap_description_15, e1_.aesh_support AS aesh_support_16, e1_.created_at AS created_at_17, e1_.updated_at AS updated_at_18, a0_.student_id AS student_id_19, a0_.promo_id AS promo_id_20, a0_.enrollment_id AS enrollment_id_21, a0_.school_class_id AS school_class_id_22, a0_.created_by_id AS created_by_id_23, a0_.processed_by_id AS processed_by_id_24, a0_.locked_by_id AS locked_by_id_25, a0_.cancelled_by_id AS cancelled_by_id_26, e1_.student_id AS student_id_27, e1_.promo_id AS promo_id_28, e1_.school_class_id AS school_class_id_29 FROM ancillary_fee a0_ LEFT JOIN enrollment e1_ ON a0_.enrollment_id = e1_.id WHERE a0_.enrollment_id IN (?, ?, ?) ORDER BY a0_.created_at DESC"
[
"sql" => "SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.label AS label_2, a0_.description AS description_3, a0_.amount AS amount_4, a0_.status AS status_5, a0_.accounting_comment AS accounting_comment_6, a0_.processed_at AS processed_at_7, a0_.locked_at AS locked_at_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.cancelled_at AS cancelled_at_11, e1_.id AS id_12, e1_.assigned_at AS assigned_at_13, e1_.is_active AS is_active_14, e1_.handicap_description AS handicap_description_15, e1_.aesh_support AS aesh_support_16, e1_.created_at AS created_at_17, e1_.updated_at AS updated_at_18, a0_.student_id AS student_id_19, a0_.promo_id AS promo_id_20, a0_.enrollment_id AS enrollment_id_21, a0_.school_class_id AS school_class_id_22, a0_.created_by_id AS created_by_id_23, a0_.processed_by_id AS processed_by_id_24, a0_.locked_by_id AS locked_by_id_25, a0_.cancelled_by_id AS cancelled_by_id_26, e1_.student_id AS student_id_27, e1_.promo_id AS promo_id_28, e1_.school_class_id AS school_class_id_29 FROM ancillary_fee a0_ LEFT JOIN enrollment e1_ ON a0_.enrollment_id = e1_.id WHERE a0_.enrollment_id IN (?, ?, ?) ORDER BY a0_.created_at DESC"
"params" => [1 => 32 => 13 => 2]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#757}
3 => Doctrine\DBAL\ParameterType {#757}
]
]
debug
Executing statement:
"SELECT e0_.id AS id_0, e0_.assigned_at AS assigned_at_1, e0_.is_active AS is_active_2, e0_.handicap_description AS handicap_description_3, e0_.aesh_support AS aesh_support_4, e0_.created_at AS created_at_5, e0_.updated_at AS updated_at_6, a1_.id AS id_7, a1_.email AS email_8, a1_.roles AS roles_9, a1_.password AS password_10, a1_.first_name AS first_name_11, a1_.last_name AS last_name_12, a1_.is_active AS is_active_13, a1_.created_at AS created_at_14, a1_.updated_at AS updated_at_15, a1_.disabled_at AS disabled_at_16, a1_.last_login_at AS last_login_at_17, p2_.id AS id_18, p2_.label AS label_19, p2_.start_date AS start_date_20, p2_.end_date AS end_date_21, p2_.effective_start_date AS effective_start_date_22, p2_.effective_end_date AS effective_end_date_23, p2_.is_active AS is_active_24, p2_.is_archived AS is_archived_25, p2_.created_at AS created_at_26, p2_.updated_at AS updated_at_27, s3_.id AS id_28, s3_.name AS name_29, s3_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_30, s3_.watch_enabled AS watch_enabled_31, s3_.stages_enabled AS stages_enabled_32, s3_.is_active AS is_active_33, s3_.created_at AS created_at_34, s3_.updated_at AS updated_at_35, e0_.student_id AS student_id_36, e0_.promo_id AS promo_id_37, e0_.school_class_id AS school_class_id_38 FROM enrollment e0_ LEFT JOIN app_user a1_ ON e0_.student_id = a1_.id LEFT JOIN promo p2_ ON e0_.promo_id = p2_.id LEFT JOIN school_class s3_ ON e0_.school_class_id = s3_.id WHERE e0_.is_active = ? ORDER BY p2_.start_date DESC, s3_.name ASC, a1_.last_name ASC, a1_.first_name ASC"
[
"sql" => "SELECT e0_.id AS id_0, e0_.assigned_at AS assigned_at_1, e0_.is_active AS is_active_2, e0_.handicap_description AS handicap_description_3, e0_.aesh_support AS aesh_support_4, e0_.created_at AS created_at_5, e0_.updated_at AS updated_at_6, a1_.id AS id_7, a1_.email AS email_8, a1_.roles AS roles_9, a1_.password AS password_10, a1_.first_name AS first_name_11, a1_.last_name AS last_name_12, a1_.is_active AS is_active_13, a1_.created_at AS created_at_14, a1_.updated_at AS updated_at_15, a1_.disabled_at AS disabled_at_16, a1_.last_login_at AS last_login_at_17, p2_.id AS id_18, p2_.label AS label_19, p2_.start_date AS start_date_20, p2_.end_date AS end_date_21, p2_.effective_start_date AS effective_start_date_22, p2_.effective_end_date AS effective_end_date_23, p2_.is_active AS is_active_24, p2_.is_archived AS is_archived_25, p2_.created_at AS created_at_26, p2_.updated_at AS updated_at_27, s3_.id AS id_28, s3_.name AS name_29, s3_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_30, s3_.watch_enabled AS watch_enabled_31, s3_.stages_enabled AS stages_enabled_32, s3_.is_active AS is_active_33, s3_.created_at AS created_at_34, s3_.updated_at AS updated_at_35, e0_.student_id AS student_id_36, e0_.promo_id AS promo_id_37, e0_.school_class_id AS school_class_id_38 FROM enrollment e0_ LEFT JOIN app_user a1_ ON e0_.student_id = a1_.id LEFT JOIN promo p2_ ON e0_.promo_id = p2_.id LEFT JOIN school_class s3_ ON e0_.school_class_id = s3_.id WHERE e0_.is_active = ? ORDER BY p2_.start_date DESC, s3_.name ASC, a1_.last_name ASC, a1_.first_name ASC"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#1189
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT f0_.id AS id_0, f0_.period_start AS period_start_1, f0_.period_end AS period_end_2, f0_.status AS status_3, f0_.validated_at AS validated_at_4, f0_.model_pdf_path AS model_pdf_path_5, f0_.signed_pdf_path AS signed_pdf_path_6, f0_.signed_pdf_uploaded_at AS signed_pdf_uploaded_at_7, f0_.created_at AS created_at_8, f0_.updated_at AS updated_at_9, e1_.id AS id_10, e1_.assigned_at AS assigned_at_11, e1_.is_active AS is_active_12, e1_.handicap_description AS handicap_description_13, e1_.aesh_support AS aesh_support_14, e1_.created_at AS created_at_15, e1_.updated_at AS updated_at_16, a2_.id AS id_17, a2_.email AS email_18, a2_.roles AS roles_19, a2_.password AS password_20, a2_.first_name AS first_name_21, a2_.last_name AS last_name_22, a2_.is_active AS is_active_23, a2_.created_at AS created_at_24, a2_.updated_at AS updated_at_25, a2_.disabled_at AS disabled_at_26, a2_.last_login_at AS last_login_at_27, p3_.id AS id_28, p3_.label AS label_29, p3_.start_date AS start_date_30, p3_.end_date AS end_date_31, p3_.effective_start_date AS effective_start_date_32, p3_.effective_end_date AS effective_end_date_33, p3_.is_active AS is_active_34, p3_.is_archived AS is_archived_35, p3_.created_at AS created_at_36, p3_.updated_at AS updated_at_37, s4_.id AS id_38, s4_.name AS name_39, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_40, s4_.watch_enabled AS watch_enabled_41, s4_.stages_enabled AS stages_enabled_42, s4_.is_active AS is_active_43, s4_.created_at AS created_at_44, s4_.updated_at AS updated_at_45, f0_.enrollment_id AS enrollment_id_46, f0_.student_id AS student_id_47, f0_.promo_id AS promo_id_48, f0_.school_class_id AS school_class_id_49, e1_.student_id AS student_id_50, e1_.promo_id AS promo_id_51, e1_.school_class_id AS school_class_id_52 FROM follow_up_sheet f0_ LEFT JOIN enrollment e1_ ON f0_.enrollment_id = e1_.id LEFT JOIN app_user a2_ ON f0_.student_id = a2_.id LEFT JOIN promo p3_ ON f0_.promo_id = p3_.id LEFT JOIN school_class s4_ ON f0_.school_class_id = s4_.id WHERE f0_.enrollment_id IN (?, ?, ?) ORDER BY a2_.last_name ASC, a2_.first_name ASC, f0_.period_start ASC"
[
"sql" => "SELECT f0_.id AS id_0, f0_.period_start AS period_start_1, f0_.period_end AS period_end_2, f0_.status AS status_3, f0_.validated_at AS validated_at_4, f0_.model_pdf_path AS model_pdf_path_5, f0_.signed_pdf_path AS signed_pdf_path_6, f0_.signed_pdf_uploaded_at AS signed_pdf_uploaded_at_7, f0_.created_at AS created_at_8, f0_.updated_at AS updated_at_9, e1_.id AS id_10, e1_.assigned_at AS assigned_at_11, e1_.is_active AS is_active_12, e1_.handicap_description AS handicap_description_13, e1_.aesh_support AS aesh_support_14, e1_.created_at AS created_at_15, e1_.updated_at AS updated_at_16, a2_.id AS id_17, a2_.email AS email_18, a2_.roles AS roles_19, a2_.password AS password_20, a2_.first_name AS first_name_21, a2_.last_name AS last_name_22, a2_.is_active AS is_active_23, a2_.created_at AS created_at_24, a2_.updated_at AS updated_at_25, a2_.disabled_at AS disabled_at_26, a2_.last_login_at AS last_login_at_27, p3_.id AS id_28, p3_.label AS label_29, p3_.start_date AS start_date_30, p3_.end_date AS end_date_31, p3_.effective_start_date AS effective_start_date_32, p3_.effective_end_date AS effective_end_date_33, p3_.is_active AS is_active_34, p3_.is_archived AS is_archived_35, p3_.created_at AS created_at_36, p3_.updated_at AS updated_at_37, s4_.id AS id_38, s4_.name AS name_39, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_40, s4_.watch_enabled AS watch_enabled_41, s4_.stages_enabled AS stages_enabled_42, s4_.is_active AS is_active_43, s4_.created_at AS created_at_44, s4_.updated_at AS updated_at_45, f0_.enrollment_id AS enrollment_id_46, f0_.student_id AS student_id_47, f0_.promo_id AS promo_id_48, f0_.school_class_id AS school_class_id_49, e1_.student_id AS student_id_50, e1_.promo_id AS promo_id_51, e1_.school_class_id AS school_class_id_52 FROM follow_up_sheet f0_ LEFT JOIN enrollment e1_ ON f0_.enrollment_id = e1_.id LEFT JOIN app_user a2_ ON f0_.student_id = a2_.id LEFT JOIN promo p3_ ON f0_.promo_id = p3_.id LEFT JOIN school_class s4_ ON f0_.school_class_id = s4_.id WHERE f0_.enrollment_id IN (?, ?, ?) ORDER BY a2_.last_name ASC, a2_.first_name ASC, f0_.period_start ASC"
"params" => [1 => 32 => 13 => 2]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#757}
3 => Doctrine\DBAL\ParameterType {#757}
]
]
debug
Executing statement:
"SELECT f0_.id AS id_0, f0_.period_start AS period_start_1, f0_.period_end AS period_end_2, f0_.status AS status_3, f0_.validated_at AS validated_at_4, f0_.model_pdf_path AS model_pdf_path_5, f0_.signed_pdf_path AS signed_pdf_path_6, f0_.signed_pdf_uploaded_at AS signed_pdf_uploaded_at_7, f0_.created_at AS created_at_8, f0_.updated_at AS updated_at_9, e1_.id AS id_10, e1_.assigned_at AS assigned_at_11, e1_.is_active AS is_active_12, e1_.handicap_description AS handicap_description_13, e1_.aesh_support AS aesh_support_14, e1_.created_at AS created_at_15, e1_.updated_at AS updated_at_16, a2_.id AS id_17, a2_.email AS email_18, a2_.roles AS roles_19, a2_.password AS password_20, a2_.first_name AS first_name_21, a2_.last_name AS last_name_22, a2_.is_active AS is_active_23, a2_.created_at AS created_at_24, a2_.updated_at AS updated_at_25, a2_.disabled_at AS disabled_at_26, a2_.last_login_at AS last_login_at_27, p3_.id AS id_28, p3_.label AS label_29, p3_.start_date AS start_date_30, p3_.end_date AS end_date_31, p3_.effective_start_date AS effective_start_date_32, p3_.effective_end_date AS effective_end_date_33, p3_.is_active AS is_active_34, p3_.is_archived AS is_archived_35, p3_.created_at AS created_at_36, p3_.updated_at AS updated_at_37, s4_.id AS id_38, s4_.name AS name_39, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_40, s4_.watch_enabled AS watch_enabled_41, s4_.stages_enabled AS stages_enabled_42, s4_.is_active AS is_active_43, s4_.created_at AS created_at_44, s4_.updated_at AS updated_at_45, f0_.enrollment_id AS enrollment_id_46, f0_.student_id AS student_id_47, f0_.promo_id AS promo_id_48, f0_.school_class_id AS school_class_id_49, e1_.student_id AS student_id_50, e1_.promo_id AS promo_id_51, e1_.school_class_id AS school_class_id_52 FROM follow_up_sheet f0_ LEFT JOIN enrollment e1_ ON f0_.enrollment_id = e1_.id LEFT JOIN app_user a2_ ON f0_.student_id = a2_.id LEFT JOIN promo p3_ ON f0_.promo_id = p3_.id LEFT JOIN school_class s4_ ON f0_.school_class_id = s4_.id WHERE f0_.enrollment_id IN (?, ?, ?) ORDER BY a2_.last_name ASC, a2_.first_name ASC, f0_.period_start ASC"
[
"sql" => "SELECT f0_.id AS id_0, f0_.period_start AS period_start_1, f0_.period_end AS period_end_2, f0_.status AS status_3, f0_.validated_at AS validated_at_4, f0_.model_pdf_path AS model_pdf_path_5, f0_.signed_pdf_path AS signed_pdf_path_6, f0_.signed_pdf_uploaded_at AS signed_pdf_uploaded_at_7, f0_.created_at AS created_at_8, f0_.updated_at AS updated_at_9, e1_.id AS id_10, e1_.assigned_at AS assigned_at_11, e1_.is_active AS is_active_12, e1_.handicap_description AS handicap_description_13, e1_.aesh_support AS aesh_support_14, e1_.created_at AS created_at_15, e1_.updated_at AS updated_at_16, a2_.id AS id_17, a2_.email AS email_18, a2_.roles AS roles_19, a2_.password AS password_20, a2_.first_name AS first_name_21, a2_.last_name AS last_name_22, a2_.is_active AS is_active_23, a2_.created_at AS created_at_24, a2_.updated_at AS updated_at_25, a2_.disabled_at AS disabled_at_26, a2_.last_login_at AS last_login_at_27, p3_.id AS id_28, p3_.label AS label_29, p3_.start_date AS start_date_30, p3_.end_date AS end_date_31, p3_.effective_start_date AS effective_start_date_32, p3_.effective_end_date AS effective_end_date_33, p3_.is_active AS is_active_34, p3_.is_archived AS is_archived_35, p3_.created_at AS created_at_36, p3_.updated_at AS updated_at_37, s4_.id AS id_38, s4_.name AS name_39, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_40, s4_.watch_enabled AS watch_enabled_41, s4_.stages_enabled AS stages_enabled_42, s4_.is_active AS is_active_43, s4_.created_at AS created_at_44, s4_.updated_at AS updated_at_45, f0_.enrollment_id AS enrollment_id_46, f0_.student_id AS student_id_47, f0_.promo_id AS promo_id_48, f0_.school_class_id AS school_class_id_49, e1_.student_id AS student_id_50, e1_.promo_id AS promo_id_51, e1_.school_class_id AS school_class_id_52 FROM follow_up_sheet f0_ LEFT JOIN enrollment e1_ ON f0_.enrollment_id = e1_.id LEFT JOIN app_user a2_ ON f0_.student_id = a2_.id LEFT JOIN promo p3_ ON f0_.promo_id = p3_.id LEFT JOIN school_class s4_ ON f0_.school_class_id = s4_.id WHERE f0_.enrollment_id IN (?, ?, ?) ORDER BY a2_.last_name ASC, a2_.first_name ASC, f0_.period_start ASC"
"params" => [1 => 32 => 13 => 2]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#757}
3 => Doctrine\DBAL\ParameterType {#757}
]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.start_date AS start_date_1, s0_.end_date AS end_date_2, s0_.status AS status_3, s0_.break_reason AS break_reason_4, s0_.contract_cost AS contract_cost_5, s0_.broken_at AS broken_at_6, s0_.ended_at AS ended_at_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, c1_.id AS id_10, c1_.name AS name_11, c1_.generic_email AS generic_email_12, c1_.address AS address_13, c1_.postal_code AS postal_code_14, c1_.city AS city_15, c1_.siret AS siret_16, c1_.naf_ape AS naf_ape_17, c1_.legal_form AS legal_form_18, c1_.sector AS sector_19, c1_.is_active AS is_active_20, c1_.created_at AS created_at_21, c1_.updated_at AS updated_at_22, c2_.id AS id_23, c2_.first_name AS first_name_24, c2_.last_name AS last_name_25, c2_.email AS email_26, c2_.phone AS phone_27, c2_.is_active AS is_active_28, c2_.created_at AS created_at_29, c2_.updated_at AS updated_at_30, e3_.id AS id_31, e3_.assigned_at AS assigned_at_32, e3_.is_active AS is_active_33, e3_.handicap_description AS handicap_description_34, e3_.aesh_support AS aesh_support_35, e3_.created_at AS created_at_36, e3_.updated_at AS updated_at_37, s0_.student_id AS student_id_38, s0_.enrollment_id AS enrollment_id_39, s0_.promo_id AS promo_id_40, s0_.company_id AS company_id_41, s0_.company_tutor_id AS company_tutor_id_42, c2_.company_id AS company_id_43, e3_.student_id AS student_id_44, e3_.promo_id AS promo_id_45, e3_.school_class_id AS school_class_id_46 FROM student_contract s0_ LEFT JOIN company c1_ ON s0_.company_id = c1_.id LEFT JOIN company_tutor c2_ ON s0_.company_tutor_id = c2_.id LEFT JOIN enrollment e3_ ON s0_.enrollment_id = e3_.id WHERE s0_.enrollment_id IN (?, ?, ?) AND s0_.status = ?"
[
"sql" => "SELECT s0_.id AS id_0, s0_.start_date AS start_date_1, s0_.end_date AS end_date_2, s0_.status AS status_3, s0_.break_reason AS break_reason_4, s0_.contract_cost AS contract_cost_5, s0_.broken_at AS broken_at_6, s0_.ended_at AS ended_at_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, c1_.id AS id_10, c1_.name AS name_11, c1_.generic_email AS generic_email_12, c1_.address AS address_13, c1_.postal_code AS postal_code_14, c1_.city AS city_15, c1_.siret AS siret_16, c1_.naf_ape AS naf_ape_17, c1_.legal_form AS legal_form_18, c1_.sector AS sector_19, c1_.is_active AS is_active_20, c1_.created_at AS created_at_21, c1_.updated_at AS updated_at_22, c2_.id AS id_23, c2_.first_name AS first_name_24, c2_.last_name AS last_name_25, c2_.email AS email_26, c2_.phone AS phone_27, c2_.is_active AS is_active_28, c2_.created_at AS created_at_29, c2_.updated_at AS updated_at_30, e3_.id AS id_31, e3_.assigned_at AS assigned_at_32, e3_.is_active AS is_active_33, e3_.handicap_description AS handicap_description_34, e3_.aesh_support AS aesh_support_35, e3_.created_at AS created_at_36, e3_.updated_at AS updated_at_37, s0_.student_id AS student_id_38, s0_.enrollment_id AS enrollment_id_39, s0_.promo_id AS promo_id_40, s0_.company_id AS company_id_41, s0_.company_tutor_id AS company_tutor_id_42, c2_.company_id AS company_id_43, e3_.student_id AS student_id_44, e3_.promo_id AS promo_id_45, e3_.school_class_id AS school_class_id_46 FROM student_contract s0_ LEFT JOIN company c1_ ON s0_.company_id = c1_.id LEFT JOIN company_tutor c2_ ON s0_.company_tutor_id = c2_.id LEFT JOIN enrollment e3_ ON s0_.enrollment_id = e3_.id WHERE s0_.enrollment_id IN (?, ?, ?) AND s0_.status = ?"
"params" => [1 => 32 => 13 => 24 => "ACTIVE"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#757}
3 => Doctrine\DBAL\ParameterType {#757}
4 => Doctrine\DBAL\ParameterType {#1190
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.line_number AS line_number_1, c0_.raw_last_name AS raw_last_name_2, c0_.raw_first_name AS raw_first_name_3, c0_.raw_class_name AS raw_class_name_4, c0_.meal_count AS meal_count_5, c0_.extra_meal_count AS extra_meal_count_6, c0_.total_meal_count AS total_meal_count_7, c0_.imported_unit_price AS imported_unit_price_8, c0_.imported_total AS imported_total_9, c0_.expected_unit_price AS expected_unit_price_10, c0_.expected_total AS expected_total_11, c0_.has_active_contract AS has_active_contract_12, c0_.anomaly AS anomaly_13, c0_.status AS status_14, c0_.status_reason AS status_reason_15, c0_.processing_comment AS processing_comment_16, c0_.corrected_unit_price AS corrected_unit_price_17, c0_.corrected_total AS corrected_total_18, c0_.processed_at AS processed_at_19, c0_.created_at AS created_at_20, c1_.id AS id_21, c1_.billing_month AS billing_month_22, c1_.imported_at AS imported_at_23, c1_.original_filename AS original_filename_24, c1_.total_rows AS total_rows_25, c1_.matched_rows AS matched_rows_26, c1_.ignored_rows AS ignored_rows_27, c1_.error_rows AS error_rows_28, c1_.anomaly_rows AS anomaly_rows_29, c1_.status AS status_30, c1_.is_current AS is_current_31, c1_.created_at AS created_at_32, p2_.id AS id_33, p2_.label AS label_34, p2_.start_date AS start_date_35, p2_.end_date AS end_date_36, p2_.effective_start_date AS effective_start_date_37, p2_.effective_end_date AS effective_end_date_38, p2_.is_active AS is_active_39, p2_.is_archived AS is_archived_40, p2_.created_at AS created_at_41, p2_.updated_at AS updated_at_42, a3_.id AS id_43, a3_.email AS email_44, a3_.roles AS roles_45, a3_.password AS password_46, a3_.first_name AS first_name_47, a3_.last_name AS last_name_48, a3_.is_active AS is_active_49, a3_.created_at AS created_at_50, a3_.updated_at AS updated_at_51, a3_.disabled_at AS disabled_at_52, a3_.last_login_at AS last_login_at_53, s4_.id AS id_54, s4_.name AS name_55, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_56, s4_.watch_enabled AS watch_enabled_57, s4_.stages_enabled AS stages_enabled_58, s4_.is_active AS is_active_59, s4_.created_at AS created_at_60, s4_.updated_at AS updated_at_61, a5_.id AS id_62, a5_.email AS email_63, a5_.roles AS roles_64, a5_.password AS password_65, a5_.first_name AS first_name_66, a5_.last_name AS last_name_67, a5_.is_active AS is_active_68, a5_.created_at AS created_at_69, a5_.updated_at AS updated_at_70, a5_.disabled_at AS disabled_at_71, a5_.last_login_at AS last_login_at_72, c0_.batch_id AS batch_id_73, c0_.matched_student_id AS matched_student_id_74, c0_.matched_enrollment_id AS matched_enrollment_id_75, c0_.matched_school_class_id AS matched_school_class_id_76, c0_.processed_by_id AS processed_by_id_77, c1_.promo_id AS promo_id_78, c1_.imported_by_id AS imported_by_id_79 FROM canteen_import_line c0_ LEFT JOIN canteen_import_batch c1_ ON c0_.batch_id = c1_.id LEFT JOIN promo p2_ ON c1_.promo_id = p2_.id LEFT JOIN app_user a3_ ON c0_.matched_student_id = a3_.id LEFT JOIN school_class s4_ ON c0_.matched_school_class_id = s4_.id LEFT JOIN app_user a5_ ON c0_.processed_by_id = a5_.id WHERE c0_.anomaly = ? AND c1_.is_current = ? ORDER BY c1_.billing_month DESC, s4_.name ASC, a3_.last_name ASC"
[
"sql" => "SELECT c0_.id AS id_0, c0_.line_number AS line_number_1, c0_.raw_last_name AS raw_last_name_2, c0_.raw_first_name AS raw_first_name_3, c0_.raw_class_name AS raw_class_name_4, c0_.meal_count AS meal_count_5, c0_.extra_meal_count AS extra_meal_count_6, c0_.total_meal_count AS total_meal_count_7, c0_.imported_unit_price AS imported_unit_price_8, c0_.imported_total AS imported_total_9, c0_.expected_unit_price AS expected_unit_price_10, c0_.expected_total AS expected_total_11, c0_.has_active_contract AS has_active_contract_12, c0_.anomaly AS anomaly_13, c0_.status AS status_14, c0_.status_reason AS status_reason_15, c0_.processing_comment AS processing_comment_16, c0_.corrected_unit_price AS corrected_unit_price_17, c0_.corrected_total AS corrected_total_18, c0_.processed_at AS processed_at_19, c0_.created_at AS created_at_20, c1_.id AS id_21, c1_.billing_month AS billing_month_22, c1_.imported_at AS imported_at_23, c1_.original_filename AS original_filename_24, c1_.total_rows AS total_rows_25, c1_.matched_rows AS matched_rows_26, c1_.ignored_rows AS ignored_rows_27, c1_.error_rows AS error_rows_28, c1_.anomaly_rows AS anomaly_rows_29, c1_.status AS status_30, c1_.is_current AS is_current_31, c1_.created_at AS created_at_32, p2_.id AS id_33, p2_.label AS label_34, p2_.start_date AS start_date_35, p2_.end_date AS end_date_36, p2_.effective_start_date AS effective_start_date_37, p2_.effective_end_date AS effective_end_date_38, p2_.is_active AS is_active_39, p2_.is_archived AS is_archived_40, p2_.created_at AS created_at_41, p2_.updated_at AS updated_at_42, a3_.id AS id_43, a3_.email AS email_44, a3_.roles AS roles_45, a3_.password AS password_46, a3_.first_name AS first_name_47, a3_.last_name AS last_name_48, a3_.is_active AS is_active_49, a3_.created_at AS created_at_50, a3_.updated_at AS updated_at_51, a3_.disabled_at AS disabled_at_52, a3_.last_login_at AS last_login_at_53, s4_.id AS id_54, s4_.name AS name_55, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_56, s4_.watch_enabled AS watch_enabled_57, s4_.stages_enabled AS stages_enabled_58, s4_.is_active AS is_active_59, s4_.created_at AS created_at_60, s4_.updated_at AS updated_at_61, a5_.id AS id_62, a5_.email AS email_63, a5_.roles AS roles_64, a5_.password AS password_65, a5_.first_name AS first_name_66, a5_.last_name AS last_name_67, a5_.is_active AS is_active_68, a5_.created_at AS created_at_69, a5_.updated_at AS updated_at_70, a5_.disabled_at AS disabled_at_71, a5_.last_login_at AS last_login_at_72, c0_.batch_id AS batch_id_73, c0_.matched_student_id AS matched_student_id_74, c0_.matched_enrollment_id AS matched_enrollment_id_75, c0_.matched_school_class_id AS matched_school_class_id_76, c0_.processed_by_id AS processed_by_id_77, c1_.promo_id AS promo_id_78, c1_.imported_by_id AS imported_by_id_79 FROM canteen_import_line c0_ LEFT JOIN canteen_import_batch c1_ ON c0_.batch_id = c1_.id LEFT JOIN promo p2_ ON c1_.promo_id = p2_.id LEFT JOIN app_user a3_ ON c0_.matched_student_id = a3_.id LEFT JOIN school_class s4_ ON c0_.matched_school_class_id = s4_.id LEFT JOIN app_user a5_ ON c0_.processed_by_id = a5_.id WHERE c0_.anomaly = ? AND c1_.is_current = ? ORDER BY c1_.billing_month DESC, s4_.name ASC, a3_.last_name ASC"
"params" => [1 => 12 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#1189
+name: "BOOLEAN"
}
2 => Doctrine\DBAL\ParameterType {#1189}
]
]
debug
Executing query:
"SELECT c0_.id AS id_0, c0_.billing_month AS billing_month_1, c0_.imported_at AS imported_at_2, c0_.original_filename AS original_filename_3, c0_.total_rows AS total_rows_4, c0_.matched_rows AS matched_rows_5, c0_.ignored_rows AS ignored_rows_6, c0_.error_rows AS error_rows_7, c0_.anomaly_rows AS anomaly_rows_8, c0_.status AS status_9, c0_.is_current AS is_current_10, c0_.created_at AS created_at_11, p1_.id AS id_12, p1_.label AS label_13, p1_.start_date AS start_date_14, p1_.end_date AS end_date_15, p1_.effective_start_date AS effective_start_date_16, p1_.effective_end_date AS effective_end_date_17, p1_.is_active AS is_active_18, p1_.is_archived AS is_archived_19, p1_.created_at AS created_at_20, p1_.updated_at AS updated_at_21, a2_.id AS id_22, a2_.email AS email_23, a2_.roles AS roles_24, a2_.password AS password_25, a2_.first_name AS first_name_26, a2_.last_name AS last_name_27, a2_.is_active AS is_active_28, a2_.created_at AS created_at_29, a2_.updated_at AS updated_at_30, a2_.disabled_at AS disabled_at_31, a2_.last_login_at AS last_login_at_32, c0_.promo_id AS promo_id_33, c0_.imported_by_id AS imported_by_id_34 FROM canteen_import_batch c0_ LEFT JOIN promo p1_ ON c0_.promo_id = p1_.id LEFT JOIN app_user a2_ ON c0_.imported_by_id = a2_.id ORDER BY c0_.imported_at DESC, p1_.start_date DESC"
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.billing_month AS billing_month_1, c0_.imported_at AS imported_at_2, c0_.original_filename AS original_filename_3, c0_.total_rows AS total_rows_4, c0_.matched_rows AS matched_rows_5, c0_.ignored_rows AS ignored_rows_6, c0_.error_rows AS error_rows_7, c0_.anomaly_rows AS anomaly_rows_8, c0_.status AS status_9, c0_.is_current AS is_current_10, c0_.created_at AS created_at_11, p1_.id AS id_12, p1_.label AS label_13, p1_.start_date AS start_date_14, p1_.end_date AS end_date_15, p1_.effective_start_date AS effective_start_date_16, p1_.effective_end_date AS effective_end_date_17, p1_.is_active AS is_active_18, p1_.is_archived AS is_archived_19, p1_.created_at AS created_at_20, p1_.updated_at AS updated_at_21, a2_.id AS id_22, a2_.email AS email_23, a2_.roles AS roles_24, a2_.password AS password_25, a2_.first_name AS first_name_26, a2_.last_name AS last_name_27, a2_.is_active AS is_active_28, a2_.created_at AS created_at_29, a2_.updated_at AS updated_at_30, a2_.disabled_at AS disabled_at_31, a2_.last_login_at AS last_login_at_32, c0_.promo_id AS promo_id_33, c0_.imported_by_id AS imported_by_id_34 FROM canteen_import_batch c0_ LEFT JOIN promo p1_ ON c0_.promo_id = p1_.id LEFT JOIN app_user a2_ ON c0_.imported_by_id = a2_.id ORDER BY c0_.imported_at DESC, p1_.start_date DESC"
]
debug
Executing statement:
"SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.label AS label_2, a0_.description AS description_3, a0_.amount AS amount_4, a0_.status AS status_5, a0_.accounting_comment AS accounting_comment_6, a0_.processed_at AS processed_at_7, a0_.locked_at AS locked_at_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.cancelled_at AS cancelled_at_11, a1_.id AS id_12, a1_.email AS email_13, a1_.roles AS roles_14, a1_.password AS password_15, a1_.first_name AS first_name_16, a1_.last_name AS last_name_17, a1_.is_active AS is_active_18, a1_.created_at AS created_at_19, a1_.updated_at AS updated_at_20, a1_.disabled_at AS disabled_at_21, a1_.last_login_at AS last_login_at_22, p2_.id AS id_23, p2_.label AS label_24, p2_.start_date AS start_date_25, p2_.end_date AS end_date_26, p2_.effective_start_date AS effective_start_date_27, p2_.effective_end_date AS effective_end_date_28, p2_.is_active AS is_active_29, p2_.is_archived AS is_archived_30, p2_.created_at AS created_at_31, p2_.updated_at AS updated_at_32, s3_.id AS id_33, s3_.name AS name_34, s3_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_35, s3_.watch_enabled AS watch_enabled_36, s3_.stages_enabled AS stages_enabled_37, s3_.is_active AS is_active_38, s3_.created_at AS created_at_39, s3_.updated_at AS updated_at_40, a4_.id AS id_41, a4_.email AS email_42, a4_.roles AS roles_43, a4_.password AS password_44, a4_.first_name AS first_name_45, a4_.last_name AS last_name_46, a4_.is_active AS is_active_47, a4_.created_at AS created_at_48, a4_.updated_at AS updated_at_49, a4_.disabled_at AS disabled_at_50, a4_.last_login_at AS last_login_at_51, a5_.id AS id_52, a5_.email AS email_53, a5_.roles AS roles_54, a5_.password AS password_55, a5_.first_name AS first_name_56, a5_.last_name AS last_name_57, a5_.is_active AS is_active_58, a5_.created_at AS created_at_59, a5_.updated_at AS updated_at_60, a5_.disabled_at AS disabled_at_61, a5_.last_login_at AS last_login_at_62, a6_.id AS id_63, a6_.email AS email_64, a6_.roles AS roles_65, a6_.password AS password_66, a6_.first_name AS first_name_67, a6_.last_name AS last_name_68, a6_.is_active AS is_active_69, a6_.created_at AS created_at_70, a6_.updated_at AS updated_at_71, a6_.disabled_at AS disabled_at_72, a6_.last_login_at AS last_login_at_73, a0_.student_id AS student_id_74, a0_.promo_id AS promo_id_75, a0_.enrollment_id AS enrollment_id_76, a0_.school_class_id AS school_class_id_77, a0_.created_by_id AS created_by_id_78, a0_.processed_by_id AS processed_by_id_79, a0_.locked_by_id AS locked_by_id_80, a0_.cancelled_by_id AS cancelled_by_id_81 FROM ancillary_fee a0_ LEFT JOIN app_user a1_ ON a0_.student_id = a1_.id LEFT JOIN promo p2_ ON a0_.promo_id = p2_.id LEFT JOIN school_class s3_ ON a0_.school_class_id = s3_.id LEFT JOIN app_user a4_ ON a0_.created_by_id = a4_.id LEFT JOIN app_user a5_ ON a0_.processed_by_id = a5_.id LEFT JOIN app_user a6_ ON a0_.locked_by_id = a6_.id WHERE a0_.status = ? ORDER BY a0_.created_at DESC, a1_.last_name ASC"
[
"sql" => "SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.label AS label_2, a0_.description AS description_3, a0_.amount AS amount_4, a0_.status AS status_5, a0_.accounting_comment AS accounting_comment_6, a0_.processed_at AS processed_at_7, a0_.locked_at AS locked_at_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.cancelled_at AS cancelled_at_11, a1_.id AS id_12, a1_.email AS email_13, a1_.roles AS roles_14, a1_.password AS password_15, a1_.first_name AS first_name_16, a1_.last_name AS last_name_17, a1_.is_active AS is_active_18, a1_.created_at AS created_at_19, a1_.updated_at AS updated_at_20, a1_.disabled_at AS disabled_at_21, a1_.last_login_at AS last_login_at_22, p2_.id AS id_23, p2_.label AS label_24, p2_.start_date AS start_date_25, p2_.end_date AS end_date_26, p2_.effective_start_date AS effective_start_date_27, p2_.effective_end_date AS effective_end_date_28, p2_.is_active AS is_active_29, p2_.is_archived AS is_archived_30, p2_.created_at AS created_at_31, p2_.updated_at AS updated_at_32, s3_.id AS id_33, s3_.name AS name_34, s3_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_35, s3_.watch_enabled AS watch_enabled_36, s3_.stages_enabled AS stages_enabled_37, s3_.is_active AS is_active_38, s3_.created_at AS created_at_39, s3_.updated_at AS updated_at_40, a4_.id AS id_41, a4_.email AS email_42, a4_.roles AS roles_43, a4_.password AS password_44, a4_.first_name AS first_name_45, a4_.last_name AS last_name_46, a4_.is_active AS is_active_47, a4_.created_at AS created_at_48, a4_.updated_at AS updated_at_49, a4_.disabled_at AS disabled_at_50, a4_.last_login_at AS last_login_at_51, a5_.id AS id_52, a5_.email AS email_53, a5_.roles AS roles_54, a5_.password AS password_55, a5_.first_name AS first_name_56, a5_.last_name AS last_name_57, a5_.is_active AS is_active_58, a5_.created_at AS created_at_59, a5_.updated_at AS updated_at_60, a5_.disabled_at AS disabled_at_61, a5_.last_login_at AS last_login_at_62, a6_.id AS id_63, a6_.email AS email_64, a6_.roles AS roles_65, a6_.password AS password_66, a6_.first_name AS first_name_67, a6_.last_name AS last_name_68, a6_.is_active AS is_active_69, a6_.created_at AS created_at_70, a6_.updated_at AS updated_at_71, a6_.disabled_at AS disabled_at_72, a6_.last_login_at AS last_login_at_73, a0_.student_id AS student_id_74, a0_.promo_id AS promo_id_75, a0_.enrollment_id AS enrollment_id_76, a0_.school_class_id AS school_class_id_77, a0_.created_by_id AS created_by_id_78, a0_.processed_by_id AS processed_by_id_79, a0_.locked_by_id AS locked_by_id_80, a0_.cancelled_by_id AS cancelled_by_id_81 FROM ancillary_fee a0_ LEFT JOIN app_user a1_ ON a0_.student_id = a1_.id LEFT JOIN promo p2_ ON a0_.promo_id = p2_.id LEFT JOIN school_class s3_ ON a0_.school_class_id = s3_.id LEFT JOIN app_user a4_ ON a0_.created_by_id = a4_.id LEFT JOIN app_user a5_ ON a0_.processed_by_id = a5_.id LEFT JOIN app_user a6_ ON a0_.locked_by_id = a6_.id WHERE a0_.status = ? ORDER BY a0_.created_at DESC, a1_.last_name ASC"
"params" => [1 => "SUBMITTED"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#1190
+name: "STRING"
}
]
]
debug
Executing query:
"SELECT s0_.id AS id_0, s0_.subject AS subject_1, s0_.message AS message_2, s0_.scheduled_at AS scheduled_at_3, s0_.sent_at AS sent_at_4, s0_.summary AS summary_5, s0_.summary_updated_at AS summary_updated_at_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.archived_at AS archived_at_9, a1_.id AS id_10, a1_.email AS email_11, a1_.roles AS roles_12, a1_.password AS password_13, a1_.first_name AS first_name_14, a1_.last_name AS last_name_15, a1_.is_active AS is_active_16, a1_.created_at AS created_at_17, a1_.updated_at AS updated_at_18, a1_.disabled_at AS disabled_at_19, a1_.last_login_at AS last_login_at_20, p2_.id AS id_21, p2_.label AS label_22, p2_.start_date AS start_date_23, p2_.end_date AS end_date_24, p2_.effective_start_date AS effective_start_date_25, p2_.effective_end_date AS effective_end_date_26, p2_.is_active AS is_active_27, p2_.is_archived AS is_archived_28, p2_.created_at AS created_at_29, p2_.updated_at AS updated_at_30, e3_.id AS id_31, e3_.assigned_at AS assigned_at_32, e3_.is_active AS is_active_33, e3_.handicap_description AS handicap_description_34, e3_.aesh_support AS aesh_support_35, e3_.created_at AS created_at_36, e3_.updated_at AS updated_at_37, s4_.id AS id_38, s4_.name AS name_39, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_40, s4_.watch_enabled AS watch_enabled_41, s4_.stages_enabled AS stages_enabled_42, s4_.is_active AS is_active_43, s4_.created_at AS created_at_44, s4_.updated_at AS updated_at_45, a5_.id AS id_46, a5_.email AS email_47, a5_.roles AS roles_48, a5_.password AS password_49, a5_.first_name AS first_name_50, a5_.last_name AS last_name_51, a5_.is_active AS is_active_52, a5_.created_at AS created_at_53, a5_.updated_at AS updated_at_54, a5_.disabled_at AS disabled_at_55, a5_.last_login_at AS last_login_at_56, a6_.id AS id_57, a6_.email AS email_58, a6_.roles AS roles_59, a6_.password AS password_60, a6_.first_name AS first_name_61, a6_.last_name AS last_name_62, a6_.is_active AS is_active_63, a6_.created_at AS created_at_64, a6_.updated_at AS updated_at_65, a6_.disabled_at AS disabled_at_66, a6_.last_login_at AS last_login_at_67, a7_.id AS id_68, a7_.email AS email_69, a7_.roles AS roles_70, a7_.password AS password_71, a7_.first_name AS first_name_72, a7_.last_name AS last_name_73, a7_.is_active AS is_active_74, a7_.created_at AS created_at_75, a7_.updated_at AS updated_at_76, a7_.disabled_at AS disabled_at_77, a7_.last_login_at AS last_login_at_78, s0_.student_id AS student_id_79, s0_.promo_id AS promo_id_80, s0_.enrollment_id AS enrollment_id_81, s0_.created_by_id AS created_by_id_82, s0_.summary_updated_by_id AS summary_updated_by_id_83, s0_.archived_by_id AS archived_by_id_84, e3_.student_id AS student_id_85, e3_.promo_id AS promo_id_86, e3_.school_class_id AS school_class_id_87 FROM student_convocation s0_ LEFT JOIN app_user a1_ ON s0_.student_id = a1_.id LEFT JOIN promo p2_ ON s0_.promo_id = p2_.id LEFT JOIN enrollment e3_ ON s0_.enrollment_id = e3_.id LEFT JOIN school_class s4_ ON e3_.school_class_id = s4_.id LEFT JOIN app_user a5_ ON s0_.created_by_id = a5_.id LEFT JOIN app_user a6_ ON s0_.summary_updated_by_id = a6_.id LEFT JOIN app_user a7_ ON s0_.archived_by_id = a7_.id WHERE s0_.archived_at IS NULL ORDER BY s0_.created_at DESC, a1_.last_name ASC, a1_.first_name ASC"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.subject AS subject_1, s0_.message AS message_2, s0_.scheduled_at AS scheduled_at_3, s0_.sent_at AS sent_at_4, s0_.summary AS summary_5, s0_.summary_updated_at AS summary_updated_at_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.archived_at AS archived_at_9, a1_.id AS id_10, a1_.email AS email_11, a1_.roles AS roles_12, a1_.password AS password_13, a1_.first_name AS first_name_14, a1_.last_name AS last_name_15, a1_.is_active AS is_active_16, a1_.created_at AS created_at_17, a1_.updated_at AS updated_at_18, a1_.disabled_at AS disabled_at_19, a1_.last_login_at AS last_login_at_20, p2_.id AS id_21, p2_.label AS label_22, p2_.start_date AS start_date_23, p2_.end_date AS end_date_24, p2_.effective_start_date AS effective_start_date_25, p2_.effective_end_date AS effective_end_date_26, p2_.is_active AS is_active_27, p2_.is_archived AS is_archived_28, p2_.created_at AS created_at_29, p2_.updated_at AS updated_at_30, e3_.id AS id_31, e3_.assigned_at AS assigned_at_32, e3_.is_active AS is_active_33, e3_.handicap_description AS handicap_description_34, e3_.aesh_support AS aesh_support_35, e3_.created_at AS created_at_36, e3_.updated_at AS updated_at_37, s4_.id AS id_38, s4_.name AS name_39, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_40, s4_.watch_enabled AS watch_enabled_41, s4_.stages_enabled AS stages_enabled_42, s4_.is_active AS is_active_43, s4_.created_at AS created_at_44, s4_.updated_at AS updated_at_45, a5_.id AS id_46, a5_.email AS email_47, a5_.roles AS roles_48, a5_.password AS password_49, a5_.first_name AS first_name_50, a5_.last_name AS last_name_51, a5_.is_active AS is_active_52, a5_.created_at AS created_at_53, a5_.updated_at AS updated_at_54, a5_.disabled_at AS disabled_at_55, a5_.last_login_at AS last_login_at_56, a6_.id AS id_57, a6_.email AS email_58, a6_.roles AS roles_59, a6_.password AS password_60, a6_.first_name AS first_name_61, a6_.last_name AS last_name_62, a6_.is_active AS is_active_63, a6_.created_at AS created_at_64, a6_.updated_at AS updated_at_65, a6_.disabled_at AS disabled_at_66, a6_.last_login_at AS last_login_at_67, a7_.id AS id_68, a7_.email AS email_69, a7_.roles AS roles_70, a7_.password AS password_71, a7_.first_name AS first_name_72, a7_.last_name AS last_name_73, a7_.is_active AS is_active_74, a7_.created_at AS created_at_75, a7_.updated_at AS updated_at_76, a7_.disabled_at AS disabled_at_77, a7_.last_login_at AS last_login_at_78, s0_.student_id AS student_id_79, s0_.promo_id AS promo_id_80, s0_.enrollment_id AS enrollment_id_81, s0_.created_by_id AS created_by_id_82, s0_.summary_updated_by_id AS summary_updated_by_id_83, s0_.archived_by_id AS archived_by_id_84, e3_.student_id AS student_id_85, e3_.promo_id AS promo_id_86, e3_.school_class_id AS school_class_id_87 FROM student_convocation s0_ LEFT JOIN app_user a1_ ON s0_.student_id = a1_.id LEFT JOIN promo p2_ ON s0_.promo_id = p2_.id LEFT JOIN enrollment e3_ ON s0_.enrollment_id = e3_.id LEFT JOIN school_class s4_ ON e3_.school_class_id = s4_.id LEFT JOIN app_user a5_ ON s0_.created_by_id = a5_.id LEFT JOIN app_user a6_ ON s0_.summary_updated_by_id = a6_.id LEFT JOIN app_user a7_ ON s0_.archived_by_id = a7_.id WHERE s0_.archived_at IS NULL ORDER BY s0_.created_at DESC, a1_.last_name ASC, a1_.first_name ASC"
]
debug
Executing query:
"SELECT s0_.id AS id_0, s0_.subject AS subject_1, s0_.message AS message_2, s0_.scheduled_at AS scheduled_at_3, s0_.sent_at AS sent_at_4, s0_.summary AS summary_5, s0_.summary_updated_at AS summary_updated_at_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.archived_at AS archived_at_9, a1_.id AS id_10, a1_.email AS email_11, a1_.roles AS roles_12, a1_.password AS password_13, a1_.first_name AS first_name_14, a1_.last_name AS last_name_15, a1_.is_active AS is_active_16, a1_.created_at AS created_at_17, a1_.updated_at AS updated_at_18, a1_.disabled_at AS disabled_at_19, a1_.last_login_at AS last_login_at_20, p2_.id AS id_21, p2_.label AS label_22, p2_.start_date AS start_date_23, p2_.end_date AS end_date_24, p2_.effective_start_date AS effective_start_date_25, p2_.effective_end_date AS effective_end_date_26, p2_.is_active AS is_active_27, p2_.is_archived AS is_archived_28, p2_.created_at AS created_at_29, p2_.updated_at AS updated_at_30, e3_.id AS id_31, e3_.assigned_at AS assigned_at_32, e3_.is_active AS is_active_33, e3_.handicap_description AS handicap_description_34, e3_.aesh_support AS aesh_support_35, e3_.created_at AS created_at_36, e3_.updated_at AS updated_at_37, s4_.id AS id_38, s4_.name AS name_39, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_40, s4_.watch_enabled AS watch_enabled_41, s4_.stages_enabled AS stages_enabled_42, s4_.is_active AS is_active_43, s4_.created_at AS created_at_44, s4_.updated_at AS updated_at_45, a5_.id AS id_46, a5_.email AS email_47, a5_.roles AS roles_48, a5_.password AS password_49, a5_.first_name AS first_name_50, a5_.last_name AS last_name_51, a5_.is_active AS is_active_52, a5_.created_at AS created_at_53, a5_.updated_at AS updated_at_54, a5_.disabled_at AS disabled_at_55, a5_.last_login_at AS last_login_at_56, a6_.id AS id_57, a6_.email AS email_58, a6_.roles AS roles_59, a6_.password AS password_60, a6_.first_name AS first_name_61, a6_.last_name AS last_name_62, a6_.is_active AS is_active_63, a6_.created_at AS created_at_64, a6_.updated_at AS updated_at_65, a6_.disabled_at AS disabled_at_66, a6_.last_login_at AS last_login_at_67, a7_.id AS id_68, a7_.email AS email_69, a7_.roles AS roles_70, a7_.password AS password_71, a7_.first_name AS first_name_72, a7_.last_name AS last_name_73, a7_.is_active AS is_active_74, a7_.created_at AS created_at_75, a7_.updated_at AS updated_at_76, a7_.disabled_at AS disabled_at_77, a7_.last_login_at AS last_login_at_78, s0_.student_id AS student_id_79, s0_.promo_id AS promo_id_80, s0_.enrollment_id AS enrollment_id_81, s0_.created_by_id AS created_by_id_82, s0_.summary_updated_by_id AS summary_updated_by_id_83, s0_.archived_by_id AS archived_by_id_84, e3_.student_id AS student_id_85, e3_.promo_id AS promo_id_86, e3_.school_class_id AS school_class_id_87 FROM student_convocation s0_ LEFT JOIN app_user a1_ ON s0_.student_id = a1_.id LEFT JOIN promo p2_ ON s0_.promo_id = p2_.id LEFT JOIN enrollment e3_ ON s0_.enrollment_id = e3_.id LEFT JOIN school_class s4_ ON e3_.school_class_id = s4_.id LEFT JOIN app_user a5_ ON s0_.created_by_id = a5_.id LEFT JOIN app_user a6_ ON s0_.summary_updated_by_id = a6_.id LEFT JOIN app_user a7_ ON s0_.archived_by_id = a7_.id WHERE s0_.archived_at IS NULL ORDER BY s0_.created_at DESC, a1_.last_name ASC, a1_.first_name ASC"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.subject AS subject_1, s0_.message AS message_2, s0_.scheduled_at AS scheduled_at_3, s0_.sent_at AS sent_at_4, s0_.summary AS summary_5, s0_.summary_updated_at AS summary_updated_at_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.archived_at AS archived_at_9, a1_.id AS id_10, a1_.email AS email_11, a1_.roles AS roles_12, a1_.password AS password_13, a1_.first_name AS first_name_14, a1_.last_name AS last_name_15, a1_.is_active AS is_active_16, a1_.created_at AS created_at_17, a1_.updated_at AS updated_at_18, a1_.disabled_at AS disabled_at_19, a1_.last_login_at AS last_login_at_20, p2_.id AS id_21, p2_.label AS label_22, p2_.start_date AS start_date_23, p2_.end_date AS end_date_24, p2_.effective_start_date AS effective_start_date_25, p2_.effective_end_date AS effective_end_date_26, p2_.is_active AS is_active_27, p2_.is_archived AS is_archived_28, p2_.created_at AS created_at_29, p2_.updated_at AS updated_at_30, e3_.id AS id_31, e3_.assigned_at AS assigned_at_32, e3_.is_active AS is_active_33, e3_.handicap_description AS handicap_description_34, e3_.aesh_support AS aesh_support_35, e3_.created_at AS created_at_36, e3_.updated_at AS updated_at_37, s4_.id AS id_38, s4_.name AS name_39, s4_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_40, s4_.watch_enabled AS watch_enabled_41, s4_.stages_enabled AS stages_enabled_42, s4_.is_active AS is_active_43, s4_.created_at AS created_at_44, s4_.updated_at AS updated_at_45, a5_.id AS id_46, a5_.email AS email_47, a5_.roles AS roles_48, a5_.password AS password_49, a5_.first_name AS first_name_50, a5_.last_name AS last_name_51, a5_.is_active AS is_active_52, a5_.created_at AS created_at_53, a5_.updated_at AS updated_at_54, a5_.disabled_at AS disabled_at_55, a5_.last_login_at AS last_login_at_56, a6_.id AS id_57, a6_.email AS email_58, a6_.roles AS roles_59, a6_.password AS password_60, a6_.first_name AS first_name_61, a6_.last_name AS last_name_62, a6_.is_active AS is_active_63, a6_.created_at AS created_at_64, a6_.updated_at AS updated_at_65, a6_.disabled_at AS disabled_at_66, a6_.last_login_at AS last_login_at_67, a7_.id AS id_68, a7_.email AS email_69, a7_.roles AS roles_70, a7_.password AS password_71, a7_.first_name AS first_name_72, a7_.last_name AS last_name_73, a7_.is_active AS is_active_74, a7_.created_at AS created_at_75, a7_.updated_at AS updated_at_76, a7_.disabled_at AS disabled_at_77, a7_.last_login_at AS last_login_at_78, s0_.student_id AS student_id_79, s0_.promo_id AS promo_id_80, s0_.enrollment_id AS enrollment_id_81, s0_.created_by_id AS created_by_id_82, s0_.summary_updated_by_id AS summary_updated_by_id_83, s0_.archived_by_id AS archived_by_id_84, e3_.student_id AS student_id_85, e3_.promo_id AS promo_id_86, e3_.school_class_id AS school_class_id_87 FROM student_convocation s0_ LEFT JOIN app_user a1_ ON s0_.student_id = a1_.id LEFT JOIN promo p2_ ON s0_.promo_id = p2_.id LEFT JOIN enrollment e3_ ON s0_.enrollment_id = e3_.id LEFT JOIN school_class s4_ ON e3_.school_class_id = s4_.id LEFT JOIN app_user a5_ ON s0_.created_by_id = a5_.id LEFT JOIN app_user a6_ ON s0_.summary_updated_by_id = a6_.id LEFT JOIN app_user a7_ ON s0_.archived_by_id = a7_.id WHERE s0_.archived_at IS NULL ORDER BY s0_.created_at DESC, a1_.last_name ASC, a1_.first_name ASC"
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.watch_definition AS watch_definition_1, t0_.tool_definition AS tool_definition_2, t0_.watch_subject AS watch_subject_3, t0_.implemented_tools AS implemented_tools_4, t0_.version AS version_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, a1_.id AS id_8, a1_.email AS email_9, a1_.roles AS roles_10, a1_.password AS password_11, a1_.first_name AS first_name_12, a1_.last_name AS last_name_13, a1_.is_active AS is_active_14, a1_.created_at AS created_at_15, a1_.updated_at AS updated_at_16, a1_.disabled_at AS disabled_at_17, a1_.last_login_at AS last_login_at_18, t0_.student_id AS student_id_19 FROM technology_watch_profile t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id WHERE t0_.student_id IN (?, ?) ORDER BY a1_.last_name ASC, a1_.first_name ASC"
[
"sql" => "SELECT t0_.id AS id_0, t0_.watch_definition AS watch_definition_1, t0_.tool_definition AS tool_definition_2, t0_.watch_subject AS watch_subject_3, t0_.implemented_tools AS implemented_tools_4, t0_.version AS version_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, a1_.id AS id_8, a1_.email AS email_9, a1_.roles AS roles_10, a1_.password AS password_11, a1_.first_name AS first_name_12, a1_.last_name AS last_name_13, a1_.is_active AS is_active_14, a1_.created_at AS created_at_15, a1_.updated_at AS updated_at_16, a1_.disabled_at AS disabled_at_17, a1_.last_login_at AS last_login_at_18, t0_.student_id AS student_id_19 FROM technology_watch_profile t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id WHERE t0_.student_id IN (?, ?) ORDER BY a1_.last_name ASC, a1_.first_name ASC"
"params" => [1 => 52 => 6]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#757}
]
]
debug
Executing query:
"SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.description AS description_2, t0_.required_article_count AS required_article_count_3, t0_.end_date AS end_date_4, t0_.created_at AS created_at_5, t0_.updated_at AS updated_at_6, t0_.notification_sent_at AS notification_sent_at_7, t0_.reminder_sent_at AS reminder_sent_at_8, t0_.report_sent_at AS report_sent_at_9, t0_.archived_at AS archived_at_10, p1_.id AS id_11, p1_.label AS label_12, p1_.start_date AS start_date_13, p1_.end_date AS end_date_14, p1_.effective_start_date AS effective_start_date_15, p1_.effective_end_date AS effective_end_date_16, p1_.is_active AS is_active_17, p1_.is_archived AS is_archived_18, p1_.created_at AS created_at_19, p1_.updated_at AS updated_at_20, s2_.id AS id_21, s2_.name AS name_22, s2_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_23, s2_.watch_enabled AS watch_enabled_24, s2_.stages_enabled AS stages_enabled_25, s2_.is_active AS is_active_26, s2_.created_at AS created_at_27, s2_.updated_at AS updated_at_28, a3_.id AS id_29, a3_.email AS email_30, a3_.roles AS roles_31, a3_.password AS password_32, a3_.first_name AS first_name_33, a3_.last_name AS last_name_34, a3_.is_active AS is_active_35, a3_.created_at AS created_at_36, a3_.updated_at AS updated_at_37, a3_.disabled_at AS disabled_at_38, a3_.last_login_at AS last_login_at_39, t0_.promo_id AS promo_id_40, t0_.school_class_id AS school_class_id_41, t0_.created_by_id AS created_by_id_42, t0_.archived_by_id AS archived_by_id_43 FROM technology_watch_campaign t0_ LEFT JOIN promo p1_ ON t0_.promo_id = p1_.id LEFT JOIN school_class s2_ ON t0_.school_class_id = s2_.id LEFT JOIN app_user a3_ ON t0_.created_by_id = a3_.id WHERE t0_.archived_at IS NULL ORDER BY t0_.end_date DESC, t0_.created_at DESC"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.description AS description_2, t0_.required_article_count AS required_article_count_3, t0_.end_date AS end_date_4, t0_.created_at AS created_at_5, t0_.updated_at AS updated_at_6, t0_.notification_sent_at AS notification_sent_at_7, t0_.reminder_sent_at AS reminder_sent_at_8, t0_.report_sent_at AS report_sent_at_9, t0_.archived_at AS archived_at_10, p1_.id AS id_11, p1_.label AS label_12, p1_.start_date AS start_date_13, p1_.end_date AS end_date_14, p1_.effective_start_date AS effective_start_date_15, p1_.effective_end_date AS effective_end_date_16, p1_.is_active AS is_active_17, p1_.is_archived AS is_archived_18, p1_.created_at AS created_at_19, p1_.updated_at AS updated_at_20, s2_.id AS id_21, s2_.name AS name_22, s2_.follow_up_periodicity_weeks AS follow_up_periodicity_weeks_23, s2_.watch_enabled AS watch_enabled_24, s2_.stages_enabled AS stages_enabled_25, s2_.is_active AS is_active_26, s2_.created_at AS created_at_27, s2_.updated_at AS updated_at_28, a3_.id AS id_29, a3_.email AS email_30, a3_.roles AS roles_31, a3_.password AS password_32, a3_.first_name AS first_name_33, a3_.last_name AS last_name_34, a3_.is_active AS is_active_35, a3_.created_at AS created_at_36, a3_.updated_at AS updated_at_37, a3_.disabled_at AS disabled_at_38, a3_.last_login_at AS last_login_at_39, t0_.promo_id AS promo_id_40, t0_.school_class_id AS school_class_id_41, t0_.created_by_id AS created_by_id_42, t0_.archived_by_id AS archived_by_id_43 FROM technology_watch_campaign t0_ LEFT JOIN promo p1_ ON t0_.promo_id = p1_.id LEFT JOIN school_class s2_ ON t0_.school_class_id = s2_.id LEFT JOIN app_user a3_ ON t0_.created_by_id = a3_.id WHERE t0_.archived_at IS NULL ORDER BY t0_.end_date DESC, t0_.created_at DESC"
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.article_count AS article_count_1, t0_.result AS result_2, t0_.evaluated_at AS evaluated_at_3, t0_.notification_sent_at AS notification_sent_at_4, t0_.reminder_sent_at AS reminder_sent_at_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, a1_.id AS id_8, a1_.email AS email_9, a1_.roles AS roles_10, a1_.password AS password_11, a1_.first_name AS first_name_12, a1_.last_name AS last_name_13, a1_.is_active AS is_active_14, a1_.created_at AS created_at_15, a1_.updated_at AS updated_at_16, a1_.disabled_at AS disabled_at_17, a1_.last_login_at AS last_login_at_18, t0_.campaign_id AS campaign_id_19, t0_.student_id AS student_id_20 FROM technology_watch_campaign_student t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id WHERE t0_.campaign_id = ? ORDER BY a1_.last_name ASC, a1_.first_name ASC"
[
"sql" => "SELECT t0_.id AS id_0, t0_.article_count AS article_count_1, t0_.result AS result_2, t0_.evaluated_at AS evaluated_at_3, t0_.notification_sent_at AS notification_sent_at_4, t0_.reminder_sent_at AS reminder_sent_at_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, a1_.id AS id_8, a1_.email AS email_9, a1_.roles AS roles_10, a1_.password AS password_11, a1_.first_name AS first_name_12, a1_.last_name AS last_name_13, a1_.is_active AS is_active_14, a1_.created_at AS created_at_15, a1_.updated_at AS updated_at_16, a1_.disabled_at AS disabled_at_17, a1_.last_login_at AS last_login_at_18, t0_.campaign_id AS campaign_id_19, t0_.student_id AS student_id_20 FROM technology_watch_campaign_student t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id WHERE t0_.campaign_id = ? ORDER BY a1_.last_name ASC, a1_.first_name ASC"
"params" => [1 => 3]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.grade AS grade_1, t0_.comment AS comment_2, t0_.evaluated_at AS evaluated_at_3, t0_.updated_at AS updated_at_4, a1_.id AS id_5, a1_.email AS email_6, a1_.roles AS roles_7, a1_.password AS password_8, a1_.first_name AS first_name_9, a1_.last_name AS last_name_10, a1_.is_active AS is_active_11, a1_.created_at AS created_at_12, a1_.updated_at AS updated_at_13, a1_.disabled_at AS disabled_at_14, a1_.last_login_at AS last_login_at_15, a2_.id AS id_16, a2_.email AS email_17, a2_.roles AS roles_18, a2_.password AS password_19, a2_.first_name AS first_name_20, a2_.last_name AS last_name_21, a2_.is_active AS is_active_22, a2_.created_at AS created_at_23, a2_.updated_at AS updated_at_24, a2_.disabled_at AS disabled_at_25, a2_.last_login_at AS last_login_at_26, t0_.campaign_id AS campaign_id_27, t0_.student_id AS student_id_28, t0_.evaluated_by_id AS evaluated_by_id_29 FROM technology_watch_campaign_evaluation t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id LEFT JOIN app_user a2_ ON t0_.evaluated_by_id = a2_.id WHERE t0_.campaign_id = ? ORDER BY a1_.last_name ASC, a1_.first_name ASC"
[
"sql" => "SELECT t0_.id AS id_0, t0_.grade AS grade_1, t0_.comment AS comment_2, t0_.evaluated_at AS evaluated_at_3, t0_.updated_at AS updated_at_4, a1_.id AS id_5, a1_.email AS email_6, a1_.roles AS roles_7, a1_.password AS password_8, a1_.first_name AS first_name_9, a1_.last_name AS last_name_10, a1_.is_active AS is_active_11, a1_.created_at AS created_at_12, a1_.updated_at AS updated_at_13, a1_.disabled_at AS disabled_at_14, a1_.last_login_at AS last_login_at_15, a2_.id AS id_16, a2_.email AS email_17, a2_.roles AS roles_18, a2_.password AS password_19, a2_.first_name AS first_name_20, a2_.last_name AS last_name_21, a2_.is_active AS is_active_22, a2_.created_at AS created_at_23, a2_.updated_at AS updated_at_24, a2_.disabled_at AS disabled_at_25, a2_.last_login_at AS last_login_at_26, t0_.campaign_id AS campaign_id_27, t0_.student_id AS student_id_28, t0_.evaluated_by_id AS evaluated_by_id_29 FROM technology_watch_campaign_evaluation t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id LEFT JOIN app_user a2_ ON t0_.evaluated_by_id = a2_.id WHERE t0_.campaign_id = ? ORDER BY a1_.last_name ASC, a1_.first_name ASC"
"params" => [1 => 3]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.article_count AS article_count_1, t0_.result AS result_2, t0_.evaluated_at AS evaluated_at_3, t0_.notification_sent_at AS notification_sent_at_4, t0_.reminder_sent_at AS reminder_sent_at_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, a1_.id AS id_8, a1_.email AS email_9, a1_.roles AS roles_10, a1_.password AS password_11, a1_.first_name AS first_name_12, a1_.last_name AS last_name_13, a1_.is_active AS is_active_14, a1_.created_at AS created_at_15, a1_.updated_at AS updated_at_16, a1_.disabled_at AS disabled_at_17, a1_.last_login_at AS last_login_at_18, t0_.campaign_id AS campaign_id_19, t0_.student_id AS student_id_20 FROM technology_watch_campaign_student t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id WHERE t0_.campaign_id = ? ORDER BY a1_.last_name ASC, a1_.first_name ASC"
[
"sql" => "SELECT t0_.id AS id_0, t0_.article_count AS article_count_1, t0_.result AS result_2, t0_.evaluated_at AS evaluated_at_3, t0_.notification_sent_at AS notification_sent_at_4, t0_.reminder_sent_at AS reminder_sent_at_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, a1_.id AS id_8, a1_.email AS email_9, a1_.roles AS roles_10, a1_.password AS password_11, a1_.first_name AS first_name_12, a1_.last_name AS last_name_13, a1_.is_active AS is_active_14, a1_.created_at AS created_at_15, a1_.updated_at AS updated_at_16, a1_.disabled_at AS disabled_at_17, a1_.last_login_at AS last_login_at_18, t0_.campaign_id AS campaign_id_19, t0_.student_id AS student_id_20 FROM technology_watch_campaign_student t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id WHERE t0_.campaign_id = ? ORDER BY a1_.last_name ASC, a1_.first_name ASC"
"params" => [1 => 4]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.grade AS grade_1, t0_.comment AS comment_2, t0_.evaluated_at AS evaluated_at_3, t0_.updated_at AS updated_at_4, a1_.id AS id_5, a1_.email AS email_6, a1_.roles AS roles_7, a1_.password AS password_8, a1_.first_name AS first_name_9, a1_.last_name AS last_name_10, a1_.is_active AS is_active_11, a1_.created_at AS created_at_12, a1_.updated_at AS updated_at_13, a1_.disabled_at AS disabled_at_14, a1_.last_login_at AS last_login_at_15, a2_.id AS id_16, a2_.email AS email_17, a2_.roles AS roles_18, a2_.password AS password_19, a2_.first_name AS first_name_20, a2_.last_name AS last_name_21, a2_.is_active AS is_active_22, a2_.created_at AS created_at_23, a2_.updated_at AS updated_at_24, a2_.disabled_at AS disabled_at_25, a2_.last_login_at AS last_login_at_26, t0_.campaign_id AS campaign_id_27, t0_.student_id AS student_id_28, t0_.evaluated_by_id AS evaluated_by_id_29 FROM technology_watch_campaign_evaluation t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id LEFT JOIN app_user a2_ ON t0_.evaluated_by_id = a2_.id WHERE t0_.campaign_id = ? ORDER BY a1_.last_name ASC, a1_.first_name ASC"
[
"sql" => "SELECT t0_.id AS id_0, t0_.grade AS grade_1, t0_.comment AS comment_2, t0_.evaluated_at AS evaluated_at_3, t0_.updated_at AS updated_at_4, a1_.id AS id_5, a1_.email AS email_6, a1_.roles AS roles_7, a1_.password AS password_8, a1_.first_name AS first_name_9, a1_.last_name AS last_name_10, a1_.is_active AS is_active_11, a1_.created_at AS created_at_12, a1_.updated_at AS updated_at_13, a1_.disabled_at AS disabled_at_14, a1_.last_login_at AS last_login_at_15, a2_.id AS id_16, a2_.email AS email_17, a2_.roles AS roles_18, a2_.password AS password_19, a2_.first_name AS first_name_20, a2_.last_name AS last_name_21, a2_.is_active AS is_active_22, a2_.created_at AS created_at_23, a2_.updated_at AS updated_at_24, a2_.disabled_at AS disabled_at_25, a2_.last_login_at AS last_login_at_26, t0_.campaign_id AS campaign_id_27, t0_.student_id AS student_id_28, t0_.evaluated_by_id AS evaluated_by_id_29 FROM technology_watch_campaign_evaluation t0_ LEFT JOIN app_user a1_ ON t0_.student_id = a1_.id LEFT JOIN app_user a2_ ON t0_.evaluated_by_id = a2_.id WHERE t0_.campaign_id = ? ORDER BY a1_.last_name ASC, a1_.first_name ASC"
"params" => [1 => 4]
"types" => [1 => Doctrine\DBAL\ParameterType {#757
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.alert_key AS alert_key_1, u0_.read_at AS read_at_2, u0_.dismissed_at AS dismissed_at_3, u0_.created_at AS created_at_4, u0_.updated_at AS updated_at_5, u0_.user_id AS user_id_6 FROM user_alert_state u0_ WHERE u0_.user_id = ? AND u0_.alert_key IN (?, ?, ?, ?, ?, ?, ?, ?)"
Log messages generated during the compilation of the service container.
Messages
Class
489
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupExportJobsCommand" (parent: .abstract.instanceof.App\Command\CleanupExportJobsCommand).
Resolving inheritance for ".instanceof.App\Command\CleanupExportJobsCommand.0.App\Command\CleanupExportJobsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupExportJobsCommand).
Resolving inheritance for "App\Command\CleanupExportJobsCommand" (parent: .instanceof.App\Command\CleanupExportJobsCommand.0.App\Command\CleanupExportJobsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateMissingFollowUpSheetsCommand" (parent: .abstract.instanceof.App\Command\GenerateMissingFollowUpSheetsCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateMissingFollowUpSheetsCommand.0.App\Command\GenerateMissingFollowUpSheetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateMissingFollowUpSheetsCommand).
Resolving inheritance for "App\Command\GenerateMissingFollowUpSheetsCommand" (parent: .instanceof.App\Command\GenerateMissingFollowUpSheetsCommand.0.App\Command\GenerateMissingFollowUpSheetsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HealthCheckCommand" (parent: .abstract.instanceof.App\Command\HealthCheckCommand).
Resolving inheritance for ".instanceof.App\Command\HealthCheckCommand.0.App\Command\HealthCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HealthCheckCommand).
Resolving inheritance for "App\Command\HealthCheckCommand" (parent: .instanceof.App\Command\HealthCheckCommand.0.App\Command\HealthCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PdfCheckCommand" (parent: .abstract.instanceof.App\Command\PdfCheckCommand).
Resolving inheritance for ".instanceof.App\Command\PdfCheckCommand.0.App\Command\PdfCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PdfCheckCommand).
Resolving inheritance for "App\Command\PdfCheckCommand" (parent: .instanceof.App\Command\PdfCheckCommand.0.App\Command\PdfCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessExportJobsCommand" (parent: .abstract.instanceof.App\Command\ProcessExportJobsCommand).
Resolving inheritance for ".instanceof.App\Command\ProcessExportJobsCommand.0.App\Command\ProcessExportJobsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessExportJobsCommand).
Resolving inheritance for "App\Command\ProcessExportJobsCommand" (parent: .instanceof.App\Command\ProcessExportJobsCommand.0.App\Command\ProcessExportJobsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessTechnologyWatchCampaignsCommand" (parent: .abstract.instanceof.App\Command\ProcessTechnologyWatchCampaignsCommand).
Resolving inheritance for ".instanceof.App\Command\ProcessTechnologyWatchCampaignsCommand.0.App\Command\ProcessTechnologyWatchCampaignsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessTechnologyWatchCampaignsCommand).
Resolving inheritance for "App\Command\ProcessTechnologyWatchCampaignsCommand" (parent: .instanceof.App\Command\ProcessTechnologyWatchCampaignsCommand.0.App\Command\ProcessTechnologyWatchCampaignsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PurgeOldAuditLogsCommand" (parent: .abstract.instanceof.App\Command\PurgeOldAuditLogsCommand).
Resolving inheritance for ".instanceof.App\Command\PurgeOldAuditLogsCommand.0.App\Command\PurgeOldAuditLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PurgeOldAuditLogsCommand).
Resolving inheritance for "App\Command\PurgeOldAuditLogsCommand" (parent: .instanceof.App\Command\PurgeOldAuditLogsCommand.0.App\Command\PurgeOldAuditLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCompanyContactRemindersCommand" (parent: .abstract.instanceof.App\Command\SendCompanyContactRemindersCommand).
Resolving inheritance for ".instanceof.App\Command\SendCompanyContactRemindersCommand.0.App\Command\SendCompanyContactRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCompanyContactRemindersCommand).
Resolving inheritance for "App\Command\SendCompanyContactRemindersCommand" (parent: .instanceof.App\Command\SendCompanyContactRemindersCommand.0.App\Command\SendCompanyContactRemindersCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AncillaryFeeController" (parent: .abstract.instanceof.App\Controller\Admin\AncillaryFeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AncillaryFeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AncillaryFeeController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AncillaryFeeController.0.App\Controller\Admin\AncillaryFeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AncillaryFeeController).
Resolving inheritance for "App\Controller\Admin\AncillaryFeeController" (parent: .instanceof.App\Controller\Admin\AncillaryFeeController.0.App\Controller\Admin\AncillaryFeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuditLogController" (parent: .abstract.instanceof.App\Controller\Admin\AuditLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuditLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuditLogController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AuditLogController.0.App\Controller\Admin\AuditLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuditLogController).
Resolving inheritance for "App\Controller\Admin\AuditLogController" (parent: .instanceof.App\Controller\Admin\AuditLogController.0.App\Controller\Admin\AuditLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CanteenImportController" (parent: .abstract.instanceof.App\Controller\Admin\CanteenImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CanteenImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CanteenImportController).
Resolving inheritance for ".instanceof.App\Controller\Admin\CanteenImportController.0.App\Controller\Admin\CanteenImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CanteenImportController).
Resolving inheritance for "App\Controller\Admin\CanteenImportController" (parent: .instanceof.App\Controller\Admin\CanteenImportController.0.App\Controller\Admin\CanteenImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClassResponsibleController" (parent: .abstract.instanceof.App\Controller\Admin\ClassResponsibleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClassResponsibleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClassResponsibleController).
Resolving inheritance for ".instanceof.App\Controller\Admin\ClassResponsibleController.0.App\Controller\Admin\ClassResponsibleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClassResponsibleController).
Resolving inheritance for "App\Controller\Admin\ClassResponsibleController" (parent: .instanceof.App\Controller\Admin\ClassResponsibleController.0.App\Controller\Admin\ClassResponsibleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyContactReportController" (parent: .abstract.instanceof.App\Controller\Admin\CompanyContactReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyContactReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyContactReportController).
Resolving inheritance for ".instanceof.App\Controller\Admin\CompanyContactReportController.0.App\Controller\Admin\CompanyContactReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyContactReportController).
Resolving inheritance for "App\Controller\Admin\CompanyContactReportController" (parent: .instanceof.App\Controller\Admin\CompanyContactReportController.0.App\Controller\Admin\CompanyContactReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyController" (parent: .abstract.instanceof.App\Controller\Admin\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyController).
Resolving inheritance for ".instanceof.App\Controller\Admin\CompanyController.0.App\Controller\Admin\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyController).
Resolving inheritance for "App\Controller\Admin\CompanyController" (parent: .instanceof.App\Controller\Admin\CompanyController.0.App\Controller\Admin\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyTutorController" (parent: .abstract.instanceof.App\Controller\Admin\CompanyTutorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyTutorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyTutorController).
Resolving inheritance for ".instanceof.App\Controller\Admin\CompanyTutorController.0.App\Controller\Admin\CompanyTutorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyTutorController).
Resolving inheritance for "App\Controller\Admin\CompanyTutorController" (parent: .instanceof.App\Controller\Admin\CompanyTutorController.0.App\Controller\Admin\CompanyTutorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.App\Controller\Admin\DashboardController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.App\Controller\Admin\DashboardController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DocumentResourceController" (parent: .abstract.instanceof.App\Controller\Admin\DocumentResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DocumentResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DocumentResourceController).
Resolving inheritance for ".instanceof.App\Controller\Admin\DocumentResourceController.0.App\Controller\Admin\DocumentResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DocumentResourceController).
Resolving inheritance for "App\Controller\Admin\DocumentResourceController" (parent: .instanceof.App\Controller\Admin\DocumentResourceController.0.App\Controller\Admin\DocumentResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EnrollmentController" (parent: .abstract.instanceof.App\Controller\Admin\EnrollmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EnrollmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EnrollmentController).
Resolving inheritance for ".instanceof.App\Controller\Admin\EnrollmentController.0.App\Controller\Admin\EnrollmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EnrollmentController).
Resolving inheritance for "App\Controller\Admin\EnrollmentController" (parent: .instanceof.App\Controller\Admin\EnrollmentController.0.App\Controller\Admin\EnrollmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpDashboardController" (parent: .abstract.instanceof.App\Controller\Admin\FollowUpDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpDashboardController).
Resolving inheritance for ".instanceof.App\Controller\Admin\FollowUpDashboardController.0.App\Controller\Admin\FollowUpDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpDashboardController).
Resolving inheritance for "App\Controller\Admin\FollowUpDashboardController" (parent: .instanceof.App\Controller\Admin\FollowUpDashboardController.0.App\Controller\Admin\FollowUpDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpExportController" (parent: .abstract.instanceof.App\Controller\Admin\FollowUpExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpExportController).
Resolving inheritance for ".instanceof.App\Controller\Admin\FollowUpExportController.0.App\Controller\Admin\FollowUpExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpExportController).
Resolving inheritance for "App\Controller\Admin\FollowUpExportController" (parent: .instanceof.App\Controller\Admin\FollowUpExportController.0.App\Controller\Admin\FollowUpExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpSectionController" (parent: .abstract.instanceof.App\Controller\Admin\FollowUpSectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpSectionController).
Resolving inheritance for ".instanceof.App\Controller\Admin\FollowUpSectionController.0.App\Controller\Admin\FollowUpSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpSectionController).
Resolving inheritance for "App\Controller\Admin\FollowUpSectionController" (parent: .instanceof.App\Controller\Admin\FollowUpSectionController.0.App\Controller\Admin\FollowUpSectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpSheetController" (parent: .abstract.instanceof.App\Controller\Admin\FollowUpSheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpSheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpSheetController).
Resolving inheritance for ".instanceof.App\Controller\Admin\FollowUpSheetController.0.App\Controller\Admin\FollowUpSheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpSheetController).
Resolving inheritance for "App\Controller\Admin\FollowUpSheetController" (parent: .instanceof.App\Controller\Admin\FollowUpSheetController.0.App\Controller\Admin\FollowUpSheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoController" (parent: .abstract.instanceof.App\Controller\Admin\PromoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoController).
Resolving inheritance for ".instanceof.App\Controller\Admin\PromoController.0.App\Controller\Admin\PromoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoController).
Resolving inheritance for "App\Controller\Admin\PromoController" (parent: .instanceof.App\Controller\Admin\PromoController.0.App\Controller\Admin\PromoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SchoolClassController" (parent: .abstract.instanceof.App\Controller\Admin\SchoolClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SchoolClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SchoolClassController).
Resolving inheritance for ".instanceof.App\Controller\Admin\SchoolClassController.0.App\Controller\Admin\SchoolClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SchoolClassController).
Resolving inheritance for "App\Controller\Admin\SchoolClassController" (parent: .instanceof.App\Controller\Admin\SchoolClassController.0.App\Controller\Admin\SchoolClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StudentContractController" (parent: .abstract.instanceof.App\Controller\Admin\StudentContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StudentContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StudentContractController).
Resolving inheritance for ".instanceof.App\Controller\Admin\StudentContractController.0.App\Controller\Admin\StudentContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StudentContractController).
Resolving inheritance for "App\Controller\Admin\StudentContractController" (parent: .instanceof.App\Controller\Admin\StudentContractController.0.App\Controller\Admin\StudentContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StudentConvocationController" (parent: .abstract.instanceof.App\Controller\Admin\StudentConvocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StudentConvocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StudentConvocationController).
Resolving inheritance for ".instanceof.App\Controller\Admin\StudentConvocationController.0.App\Controller\Admin\StudentConvocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StudentConvocationController).
Resolving inheritance for "App\Controller\Admin\StudentConvocationController" (parent: .instanceof.App\Controller\Admin\StudentConvocationController.0.App\Controller\Admin\StudentConvocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController" (parent: .abstract.instanceof.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController).
Resolving inheritance for ".instanceof.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController).
Resolving inheritance for "App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController" (parent: .instanceof.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TutorAssignmentController" (parent: .abstract.instanceof.App\Controller\Admin\TutorAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TutorAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TutorAssignmentController).
Resolving inheritance for ".instanceof.App\Controller\Admin\TutorAssignmentController.0.App\Controller\Admin\TutorAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TutorAssignmentController).
Resolving inheritance for "App\Controller\Admin\TutorAssignmentController" (parent: .instanceof.App\Controller\Admin\TutorAssignmentController.0.App\Controller\Admin\TutorAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.App\Controller\Admin\UserController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.App\Controller\Admin\UserController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertCenterController" (parent: .abstract.instanceof.App\Controller\AlertCenterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertCenterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertCenterController).
Resolving inheritance for ".instanceof.App\Controller\AlertCenterController.0.App\Controller\AlertCenterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertCenterController).
Resolving inheritance for "App\Controller\AlertCenterController" (parent: .instanceof.App\Controller\AlertCenterController.0.App\Controller\AlertCenterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Compta\AncillaryFeeController" (parent: .abstract.instanceof.App\Controller\Compta\AncillaryFeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Compta\AncillaryFeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Compta\AncillaryFeeController).
Resolving inheritance for ".instanceof.App\Controller\Compta\AncillaryFeeController.0.App\Controller\Compta\AncillaryFeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Compta\AncillaryFeeController).
Resolving inheritance for "App\Controller\Compta\AncillaryFeeController" (parent: .instanceof.App\Controller\Compta\AncillaryFeeController.0.App\Controller\Compta\AncillaryFeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Compta\DashboardController" (parent: .abstract.instanceof.App\Controller\Compta\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Compta\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Compta\DashboardController).
Resolving inheritance for ".instanceof.App\Controller\Compta\DashboardController.0.App\Controller\Compta\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Compta\DashboardController).
Resolving inheritance for "App\Controller\Compta\DashboardController" (parent: .instanceof.App\Controller\Compta\DashboardController.0.App\Controller\Compta\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentResourceController" (parent: .abstract.instanceof.App\Controller\DocumentResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentResourceController).
Resolving inheritance for ".instanceof.App\Controller\DocumentResourceController.0.App\Controller\DocumentResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentResourceController).
Resolving inheritance for "App\Controller\DocumentResourceController" (parent: .instanceof.App\Controller\DocumentResourceController.0.App\Controller\DocumentResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportController" (parent: .abstract.instanceof.App\Controller\Export\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportController).
Resolving inheritance for ".instanceof.App\Controller\Export\ExportController.0.App\Controller\Export\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportController).
Resolving inheritance for "App\Controller\Export\ExportController" (parent: .instanceof.App\Controller\Export\ExportController.0.App\Controller\Export\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpController" (parent: .abstract.instanceof.App\Controller\HelpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpController).
Resolving inheritance for ".instanceof.App\Controller\HelpController.0.App\Controller\HelpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpController).
Resolving inheritance for "App\Controller\HelpController" (parent: .instanceof.App\Controller\HelpController.0.App\Controller\HelpController).
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 ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.App\Controller\HomeController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\DashboardController" (parent: .abstract.instanceof.App\Controller\Rf\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\DashboardController).
Resolving inheritance for ".instanceof.App\Controller\Rf\DashboardController.0.App\Controller\Rf\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\DashboardController).
Resolving inheritance for "App\Controller\Rf\DashboardController" (parent: .instanceof.App\Controller\Rf\DashboardController.0.App\Controller\Rf\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfAncillaryFeeController" (parent: .abstract.instanceof.App\Controller\Rf\RfAncillaryFeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfAncillaryFeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfAncillaryFeeController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfAncillaryFeeController.0.App\Controller\Rf\RfAncillaryFeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfAncillaryFeeController).
Resolving inheritance for "App\Controller\Rf\RfAncillaryFeeController" (parent: .instanceof.App\Controller\Rf\RfAncillaryFeeController.0.App\Controller\Rf\RfAncillaryFeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCanteenController" (parent: .abstract.instanceof.App\Controller\Rf\RfCanteenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCanteenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCanteenController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfCanteenController.0.App\Controller\Rf\RfCanteenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCanteenController).
Resolving inheritance for "App\Controller\Rf\RfCanteenController" (parent: .instanceof.App\Controller\Rf\RfCanteenController.0.App\Controller\Rf\RfCanteenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyContactReportController" (parent: .abstract.instanceof.App\Controller\Rf\RfCompanyContactReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyContactReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyContactReportController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfCompanyContactReportController.0.App\Controller\Rf\RfCompanyContactReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyContactReportController).
Resolving inheritance for "App\Controller\Rf\RfCompanyContactReportController" (parent: .instanceof.App\Controller\Rf\RfCompanyContactReportController.0.App\Controller\Rf\RfCompanyContactReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyController" (parent: .abstract.instanceof.App\Controller\Rf\RfCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfCompanyController.0.App\Controller\Rf\RfCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyController).
Resolving inheritance for "App\Controller\Rf\RfCompanyController" (parent: .instanceof.App\Controller\Rf\RfCompanyController.0.App\Controller\Rf\RfCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyTutorController" (parent: .abstract.instanceof.App\Controller\Rf\RfCompanyTutorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyTutorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyTutorController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfCompanyTutorController.0.App\Controller\Rf\RfCompanyTutorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyTutorController).
Resolving inheritance for "App\Controller\Rf\RfCompanyTutorController" (parent: .instanceof.App\Controller\Rf\RfCompanyTutorController.0.App\Controller\Rf\RfCompanyTutorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfDocumentResourceController" (parent: .abstract.instanceof.App\Controller\Rf\RfDocumentResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfDocumentResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfDocumentResourceController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfDocumentResourceController.0.App\Controller\Rf\RfDocumentResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfDocumentResourceController).
Resolving inheritance for "App\Controller\Rf\RfDocumentResourceController" (parent: .instanceof.App\Controller\Rf\RfDocumentResourceController.0.App\Controller\Rf\RfDocumentResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpDashboardController" (parent: .abstract.instanceof.App\Controller\Rf\RfFollowUpDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpDashboardController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfFollowUpDashboardController.0.App\Controller\Rf\RfFollowUpDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpDashboardController).
Resolving inheritance for "App\Controller\Rf\RfFollowUpDashboardController" (parent: .instanceof.App\Controller\Rf\RfFollowUpDashboardController.0.App\Controller\Rf\RfFollowUpDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpExportController" (parent: .abstract.instanceof.App\Controller\Rf\RfFollowUpExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpExportController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfFollowUpExportController.0.App\Controller\Rf\RfFollowUpExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpExportController).
Resolving inheritance for "App\Controller\Rf\RfFollowUpExportController" (parent: .instanceof.App\Controller\Rf\RfFollowUpExportController.0.App\Controller\Rf\RfFollowUpExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpSheetController" (parent: .abstract.instanceof.App\Controller\Rf\RfFollowUpSheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpSheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpSheetController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfFollowUpSheetController.0.App\Controller\Rf\RfFollowUpSheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpSheetController).
Resolving inheritance for "App\Controller\Rf\RfFollowUpSheetController" (parent: .instanceof.App\Controller\Rf\RfFollowUpSheetController.0.App\Controller\Rf\RfFollowUpSheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentContractController" (parent: .abstract.instanceof.App\Controller\Rf\RfStudentContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentContractController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfStudentContractController.0.App\Controller\Rf\RfStudentContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentContractController).
Resolving inheritance for "App\Controller\Rf\RfStudentContractController" (parent: .instanceof.App\Controller\Rf\RfStudentContractController.0.App\Controller\Rf\RfStudentContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentController" (parent: .abstract.instanceof.App\Controller\Rf\RfStudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfStudentController.0.App\Controller\Rf\RfStudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentController).
Resolving inheritance for "App\Controller\Rf\RfStudentController" (parent: .instanceof.App\Controller\Rf\RfStudentController.0.App\Controller\Rf\RfStudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentConvocationController" (parent: .abstract.instanceof.App\Controller\Rf\RfStudentConvocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentConvocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentConvocationController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfStudentConvocationController.0.App\Controller\Rf\RfStudentConvocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentConvocationController).
Resolving inheritance for "App\Controller\Rf\RfStudentConvocationController" (parent: .instanceof.App\Controller\Rf\RfStudentConvocationController.0.App\Controller\Rf\RfStudentConvocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfTutorAssignmentController" (parent: .abstract.instanceof.App\Controller\Rf\RfTutorAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfTutorAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfTutorAssignmentController).
Resolving inheritance for ".instanceof.App\Controller\Rf\RfTutorAssignmentController.0.App\Controller\Rf\RfTutorAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfTutorAssignmentController).
Resolving inheritance for "App\Controller\Rf\RfTutorAssignmentController" (parent: .instanceof.App\Controller\Rf\RfTutorAssignmentController.0.App\Controller\Rf\RfTutorAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController" (parent: .abstract.instanceof.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController).
Resolving inheritance for ".instanceof.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController).
Resolving inheritance for "App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController" (parent: .instanceof.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\DashboardController" (parent: .abstract.instanceof.App\Controller\Student\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\DashboardController).
Resolving inheritance for ".instanceof.App\Controller\Student\DashboardController.0.App\Controller\Student\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\DashboardController).
Resolving inheritance for "App\Controller\Student\DashboardController" (parent: .instanceof.App\Controller\Student\DashboardController.0.App\Controller\Student\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\StudentContractController" (parent: .abstract.instanceof.App\Controller\Student\StudentContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\StudentContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\StudentContractController).
Resolving inheritance for ".instanceof.App\Controller\Student\StudentContractController.0.App\Controller\Student\StudentContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\StudentContractController).
Resolving inheritance for "App\Controller\Student\StudentContractController" (parent: .instanceof.App\Controller\Student\StudentContractController.0.App\Controller\Student\StudentContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\StudentFollowUpSheetController" (parent: .abstract.instanceof.App\Controller\Student\StudentFollowUpSheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\StudentFollowUpSheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\StudentFollowUpSheetController).
Resolving inheritance for ".instanceof.App\Controller\Student\StudentFollowUpSheetController.0.App\Controller\Student\StudentFollowUpSheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\StudentFollowUpSheetController).
Resolving inheritance for "App\Controller\Student\StudentFollowUpSheetController" (parent: .instanceof.App\Controller\Student\StudentFollowUpSheetController.0.App\Controller\Student\StudentFollowUpSheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController" (parent: .abstract.instanceof.App\Controller\Student\TechnologyWatch\TechnologyWatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController).
Resolving inheritance for ".instanceof.App\Controller\Student\TechnologyWatch\TechnologyWatchController.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController).
Resolving inheritance for "App\Controller\Student\TechnologyWatch\TechnologyWatchController" (parent: .instanceof.App\Controller\Student\TechnologyWatch\TechnologyWatchController.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeCompanyContactReportController" (parent: .abstract.instanceof.App\Controller\Te\TeCompanyContactReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeCompanyContactReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeCompanyContactReportController).
Resolving inheritance for ".instanceof.App\Controller\Te\TeCompanyContactReportController.0.App\Controller\Te\TeCompanyContactReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeCompanyContactReportController).
Resolving inheritance for "App\Controller\Te\TeCompanyContactReportController" (parent: .instanceof.App\Controller\Te\TeCompanyContactReportController.0.App\Controller\Te\TeCompanyContactReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeContractController" (parent: .abstract.instanceof.App\Controller\Te\TeContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeContractController).
Resolving inheritance for ".instanceof.App\Controller\Te\TeContractController.0.App\Controller\Te\TeContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeContractController).
Resolving inheritance for "App\Controller\Te\TeContractController" (parent: .instanceof.App\Controller\Te\TeContractController.0.App\Controller\Te\TeContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpDashboardController" (parent: .abstract.instanceof.App\Controller\Te\TeFollowUpDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpDashboardController).
Resolving inheritance for ".instanceof.App\Controller\Te\TeFollowUpDashboardController.0.App\Controller\Te\TeFollowUpDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpDashboardController).
Resolving inheritance for "App\Controller\Te\TeFollowUpDashboardController" (parent: .instanceof.App\Controller\Te\TeFollowUpDashboardController.0.App\Controller\Te\TeFollowUpDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpExportController" (parent: .abstract.instanceof.App\Controller\Te\TeFollowUpExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpExportController).
Resolving inheritance for ".instanceof.App\Controller\Te\TeFollowUpExportController.0.App\Controller\Te\TeFollowUpExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpExportController).
Resolving inheritance for "App\Controller\Te\TeFollowUpExportController" (parent: .instanceof.App\Controller\Te\TeFollowUpExportController.0.App\Controller\Te\TeFollowUpExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpSheetController" (parent: .abstract.instanceof.App\Controller\Te\TeFollowUpSheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpSheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpSheetController).
Resolving inheritance for ".instanceof.App\Controller\Te\TeFollowUpSheetController.0.App\Controller\Te\TeFollowUpSheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpSheetController).
Resolving inheritance for "App\Controller\Te\TeFollowUpSheetController" (parent: .instanceof.App\Controller\Te\TeFollowUpSheetController.0.App\Controller\Te\TeFollowUpSheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeStudentController" (parent: .abstract.instanceof.App\Controller\Te\TeStudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeStudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeStudentController).
Resolving inheritance for ".instanceof.App\Controller\Te\TeStudentController.0.App\Controller\Te\TeStudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeStudentController).
Resolving inheritance for "App\Controller\Te\TeStudentController" (parent: .instanceof.App\Controller\Te\TeStudentController.0.App\Controller\Te\TeStudentController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SecurityAuditSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SecurityAuditSubscriber).
Resolving inheritance for "App\EventSubscriber\SecurityAuditSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SecurityAuditSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserImportType" (parent: .abstract.instanceof.App\Form\Admin\UserImportType).
Resolving inheritance for "App\Form\Admin\UserImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserType" (parent: .abstract.instanceof.App\Form\Admin\UserType).
Resolving inheritance for "App\Form\Admin\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AncillaryFeeAccountingProcessType" (parent: .abstract.instanceof.App\Form\AncillaryFeeAccountingProcessType).
Resolving inheritance for "App\Form\AncillaryFeeAccountingProcessType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AncillaryFeeAccountingProcessType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AncillaryFeeType" (parent: .abstract.instanceof.App\Form\AncillaryFeeType).
Resolving inheritance for "App\Form\AncillaryFeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AncillaryFeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenImportType" (parent: .abstract.instanceof.App\Form\CanteenImportType).
Resolving inheritance for "App\Form\CanteenImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenLineCorrectionType" (parent: .abstract.instanceof.App\Form\CanteenLineCorrectionType).
Resolving inheritance for "App\Form\CanteenLineCorrectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenLineCorrectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClassResponsibleType" (parent: .abstract.instanceof.App\Form\ClassResponsibleType).
Resolving inheritance for "App\Form\ClassResponsibleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClassResponsibleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyContactReportType" (parent: .abstract.instanceof.App\Form\CompanyContactReportType).
Resolving inheritance for "App\Form\CompanyContactReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyContactReportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyTutorType" (parent: .abstract.instanceof.App\Form\CompanyTutorType).
Resolving inheritance for "App\Form\CompanyTutorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyTutorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType" (parent: .abstract.instanceof.App\Form\CompanyType).
Resolving inheritance for "App\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentResourceType" (parent: .abstract.instanceof.App\Form\DocumentResourceType).
Resolving inheritance for "App\Form\DocumentResourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentResourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EnrollmentBatchType" (parent: .abstract.instanceof.App\Form\EnrollmentBatchType).
Resolving inheritance for "App\Form\EnrollmentBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EnrollmentBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EnrollmentType" (parent: .abstract.instanceof.App\Form\EnrollmentType).
Resolving inheritance for "App\Form\EnrollmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EnrollmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FollowUpSectionType" (parent: .abstract.instanceof.App\Form\FollowUpSectionType).
Resolving inheritance for "App\Form\FollowUpSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FollowUpSectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoType" (parent: .abstract.instanceof.App\Form\PromoType).
Resolving inheritance for "App\Form\PromoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolClassType" (parent: .abstract.instanceof.App\Form\SchoolClassType).
Resolving inheritance for "App\Form\SchoolClassType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolClassType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignedFollowUpSheetPdfType" (parent: .abstract.instanceof.App\Form\SignedFollowUpSheetPdfType).
Resolving inheritance for "App\Form\SignedFollowUpSheetPdfType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignedFollowUpSheetPdfType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentContractBreakType" (parent: .abstract.instanceof.App\Form\StudentContractBreakType).
Resolving inheritance for "App\Form\StudentContractBreakType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentContractBreakType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentContractType" (parent: .abstract.instanceof.App\Form\StudentContractType).
Resolving inheritance for "App\Form\StudentContractType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentContractType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentConvocationSummaryType" (parent: .abstract.instanceof.App\Form\StudentConvocationSummaryType).
Resolving inheritance for "App\Form\StudentConvocationSummaryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentConvocationSummaryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentConvocationType" (parent: .abstract.instanceof.App\Form\StudentConvocationType).
Resolving inheritance for "App\Form\StudentConvocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentConvocationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchArticleType" (parent: .abstract.instanceof.App\Form\TechnologyWatchArticleType).
Resolving inheritance for "App\Form\TechnologyWatchArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchCampaignEvaluationType" (parent: .abstract.instanceof.App\Form\TechnologyWatchCampaignEvaluationType).
Resolving inheritance for "App\Form\TechnologyWatchCampaignEvaluationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchCampaignEvaluationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchCampaignType" (parent: .abstract.instanceof.App\Form\TechnologyWatchCampaignType).
Resolving inheritance for "App\Form\TechnologyWatchCampaignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchCampaignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchProfileType" (parent: .abstract.instanceof.App\Form\TechnologyWatchProfileType).
Resolving inheritance for "App\Form\TechnologyWatchProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TutorAssignmentBatchType" (parent: .abstract.instanceof.App\Form\TutorAssignmentBatchType).
Resolving inheritance for "App\Form\TutorAssignmentBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TutorAssignmentBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TutorAssignmentType" (parent: .abstract.instanceof.App\Form\TutorAssignmentType).
Resolving inheritance for "App\Form\TutorAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TutorAssignmentType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AncillaryFeeRepository" (parent: .abstract.instanceof.App\Repository\AncillaryFeeRepository).
Resolving inheritance for "App\Repository\AncillaryFeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AncillaryFeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuditLogRepository" (parent: .abstract.instanceof.App\Repository\AuditLogRepository).
Resolving inheritance for "App\Repository\AuditLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuditLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenImportBatchRepository" (parent: .abstract.instanceof.App\Repository\CanteenImportBatchRepository).
Resolving inheritance for "App\Repository\CanteenImportBatchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenImportBatchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenImportLineRepository" (parent: .abstract.instanceof.App\Repository\CanteenImportLineRepository).
Resolving inheritance for "App\Repository\CanteenImportLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenImportLineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyContactReportRepository" (parent: .abstract.instanceof.App\Repository\CompanyContactReportRepository).
Resolving inheritance for "App\Repository\CompanyContactReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyContactReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTutorRepository" (parent: .abstract.instanceof.App\Repository\CompanyTutorRepository).
Resolving inheritance for "App\Repository\CompanyTutorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTutorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentResourceRepository" (parent: .abstract.instanceof.App\Repository\DocumentResourceRepository).
Resolving inheritance for "App\Repository\DocumentResourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentResourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnrollmentRepository" (parent: .abstract.instanceof.App\Repository\EnrollmentRepository).
Resolving inheritance for "App\Repository\EnrollmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnrollmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportJobRepository" (parent: .abstract.instanceof.App\Repository\ExportJobRepository).
Resolving inheritance for "App\Repository\ExportJobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportJobRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSectionRepository" (parent: .abstract.instanceof.App\Repository\FollowUpSectionRepository).
Resolving inheritance for "App\Repository\FollowUpSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSheetRepository" (parent: .abstract.instanceof.App\Repository\FollowUpSheetRepository).
Resolving inheritance for "App\Repository\FollowUpSheetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSheetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSheetValueRepository" (parent: .abstract.instanceof.App\Repository\FollowUpSheetValueRepository).
Resolving inheritance for "App\Repository\FollowUpSheetValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSheetValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoRepository" (parent: .abstract.instanceof.App\Repository\PromoRepository).
Resolving inheritance for "App\Repository\PromoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolClassRepository" (parent: .abstract.instanceof.App\Repository\SchoolClassRepository).
Resolving inheritance for "App\Repository\SchoolClassRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolClassRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentContractRepository" (parent: .abstract.instanceof.App\Repository\StudentContractRepository).
Resolving inheritance for "App\Repository\StudentContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentContractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentConvocationRepository" (parent: .abstract.instanceof.App\Repository\StudentConvocationRepository).
Resolving inheritance for "App\Repository\StudentConvocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentConvocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchArticleRepository" (parent: .abstract.instanceof.App\Repository\TechnologyWatchArticleRepository).
Resolving inheritance for "App\Repository\TechnologyWatchArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignEvaluationRepository" (parent: .abstract.instanceof.App\Repository\TechnologyWatchCampaignEvaluationRepository).
Resolving inheritance for "App\Repository\TechnologyWatchCampaignEvaluationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignEvaluationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignRepository" (parent: .abstract.instanceof.App\Repository\TechnologyWatchCampaignRepository).
Resolving inheritance for "App\Repository\TechnologyWatchCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignStudentRepository" (parent: .abstract.instanceof.App\Repository\TechnologyWatchCampaignStudentRepository).
Resolving inheritance for "App\Repository\TechnologyWatchCampaignStudentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignStudentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchProfileHistoryRepository" (parent: .abstract.instanceof.App\Repository\TechnologyWatchProfileHistoryRepository).
Resolving inheritance for "App\Repository\TechnologyWatchProfileHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchProfileHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchProfileRepository" (parent: .abstract.instanceof.App\Repository\TechnologyWatchProfileRepository).
Resolving inheritance for "App\Repository\TechnologyWatchProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TutorAssignmentRepository" (parent: .abstract.instanceof.App\Repository\TutorAssignmentRepository).
Resolving inheritance for "App\Repository\TutorAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TutorAssignmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAlertStateRepository" (parent: .abstract.instanceof.App\Repository\UserAlertStateRepository).
Resolving inheritance for "App\Repository\UserAlertStateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAlertStateRepository).
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.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 "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.controller_expression_language" (parent: cache.system).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
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.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
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.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.App\Entity\AncillaryFee.0.App\Entity\AncillaryFee" (parent: .abstract.instanceof.App\Entity\AncillaryFee).
Resolving inheritance for ".instanceof.App\Entity\AuditLog.0.App\Entity\AuditLog" (parent: .abstract.instanceof.App\Entity\AuditLog).
Resolving inheritance for ".instanceof.App\Entity\CanteenImportBatch.0.App\Entity\CanteenImportBatch" (parent: .abstract.instanceof.App\Entity\CanteenImportBatch).
Resolving inheritance for ".instanceof.App\Entity\CanteenImportLine.0.App\Entity\CanteenImportLine" (parent: .abstract.instanceof.App\Entity\CanteenImportLine).
Resolving inheritance for ".instanceof.App\Entity\Company.0.App\Entity\Company" (parent: .abstract.instanceof.App\Entity\Company).
Resolving inheritance for ".instanceof.App\Entity\CompanyContactReport.0.App\Entity\CompanyContactReport" (parent: .abstract.instanceof.App\Entity\CompanyContactReport).
Resolving inheritance for ".instanceof.App\Entity\CompanyTutor.0.App\Entity\CompanyTutor" (parent: .abstract.instanceof.App\Entity\CompanyTutor).
Resolving inheritance for ".instanceof.App\Entity\DocumentResource.0.App\Entity\DocumentResource" (parent: .abstract.instanceof.App\Entity\DocumentResource).
Resolving inheritance for ".instanceof.App\Entity\Enrollment.0.App\Entity\Enrollment" (parent: .abstract.instanceof.App\Entity\Enrollment).
Resolving inheritance for ".instanceof.App\Entity\ExportJob.0.App\Entity\ExportJob" (parent: .abstract.instanceof.App\Entity\ExportJob).
Resolving inheritance for ".instanceof.App\Entity\FollowUpSection.0.App\Entity\FollowUpSection" (parent: .abstract.instanceof.App\Entity\FollowUpSection).
Resolving inheritance for ".instanceof.App\Entity\FollowUpSheet.0.App\Entity\FollowUpSheet" (parent: .abstract.instanceof.App\Entity\FollowUpSheet).
Resolving inheritance for ".instanceof.App\Entity\FollowUpSheetValue.0.App\Entity\FollowUpSheetValue" (parent: .abstract.instanceof.App\Entity\FollowUpSheetValue).
Resolving inheritance for ".instanceof.App\Entity\Promo.0.App\Entity\Promo" (parent: .abstract.instanceof.App\Entity\Promo).
Resolving inheritance for ".instanceof.App\Entity\SchoolClass.0.App\Entity\SchoolClass" (parent: .abstract.instanceof.App\Entity\SchoolClass).
Resolving inheritance for ".instanceof.App\Entity\StudentContract.0.App\Entity\StudentContract" (parent: .abstract.instanceof.App\Entity\StudentContract).
Resolving inheritance for ".instanceof.App\Entity\StudentConvocation.0.App\Entity\StudentConvocation" (parent: .abstract.instanceof.App\Entity\StudentConvocation).
Resolving inheritance for ".instanceof.App\Entity\TechnologyWatchArticle.0.App\Entity\TechnologyWatchArticle" (parent: .abstract.instanceof.App\Entity\TechnologyWatchArticle).
Resolving inheritance for ".instanceof.App\Entity\TechnologyWatchCampaign.0.App\Entity\TechnologyWatchCampaign" (parent: .abstract.instanceof.App\Entity\TechnologyWatchCampaign).
Resolving inheritance for ".instanceof.App\Entity\TechnologyWatchCampaignEvaluation.0.App\Entity\TechnologyWatchCampaignEvaluation" (parent: .abstract.instanceof.App\Entity\TechnologyWatchCampaignEvaluation).
Resolving inheritance for ".instanceof.App\Entity\TechnologyWatchCampaignStudent.0.App\Entity\TechnologyWatchCampaignStudent" (parent: .abstract.instanceof.App\Entity\TechnologyWatchCampaignStudent).
Resolving inheritance for ".instanceof.App\Entity\TechnologyWatchProfile.0.App\Entity\TechnologyWatchProfile" (parent: .abstract.instanceof.App\Entity\TechnologyWatchProfile).
Resolving inheritance for ".instanceof.App\Entity\TechnologyWatchProfileHistory.0.App\Entity\TechnologyWatchProfileHistory" (parent: .abstract.instanceof.App\Entity\TechnologyWatchProfileHistory).
Resolving inheritance for ".instanceof.App\Entity\TutorAssignment.0.App\Entity\TutorAssignment" (parent: .abstract.instanceof.App\Entity\TutorAssignment).
Resolving inheritance for ".instanceof.App\Entity\User.0.App\Entity\User" (parent: .abstract.instanceof.App\Entity\User).
Resolving inheritance for ".instanceof.App\Entity\UserAlertState.0.App\Entity\UserAlertState" (parent: .abstract.instanceof.App\Entity\UserAlertState).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\AncillaryFeeStatus" (parent: .abstract.instanceof.App\Enum\AncillaryFeeStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\AncillaryFeeType" (parent: .abstract.instanceof.App\Enum\AncillaryFeeType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\AuditAction" (parent: .abstract.instanceof.App\Enum\AuditAction).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\CanteenImportBatchStatus" (parent: .abstract.instanceof.App\Enum\CanteenImportBatchStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\CanteenImportLineStatus" (parent: .abstract.instanceof.App\Enum\CanteenImportLineStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\CompanyContactMethod" (parent: .abstract.instanceof.App\Enum\CompanyContactMethod).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DocumentResourceCategory" (parent: .abstract.instanceof.App\Enum\DocumentResourceCategory).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DocumentResourceVisibilityType" (parent: .abstract.instanceof.App\Enum\DocumentResourceVisibilityType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ExportJobStatus" (parent: .abstract.instanceof.App\Enum\ExportJobStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ExportJobType" (parent: .abstract.instanceof.App\Enum\ExportJobType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\FollowUpSectionColumn" (parent: .abstract.instanceof.App\Enum\FollowUpSectionColumn).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\FollowUpSheetStatus" (parent: .abstract.instanceof.App\Enum\FollowUpSheetStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\StudentContractStatus" (parent: .abstract.instanceof.App\Enum\StudentContractStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\TechnologyWatchCampaignResult" (parent: .abstract.instanceof.App\Enum\TechnologyWatchCampaignResult).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.asset_mapper" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
382
Removed service "Symfony\Component\DependencyInjection\Kernel\KernelInterface"; 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\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\Kernel\FileLocator"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; 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\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\Compressor\CompressorInterface"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderParser"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\Extension\Validator\ViolationMapper\ViolationMapperInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_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 "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "security.firewall_config_locator"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "doctrine.fixtures.provider"; 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 $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapper"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $snappy"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; 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 "turbo.broadcaster.imux"; 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 "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.dpiLQ5O"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.aZjag_U"; reason: private alias.
Removed service ".service_locator.u4DZpl1"; reason: private alias.
Removed service ".service_locator.gQjdLJ2"; reason: private alias.
Removed service ".service_locator.WC2QGuT"; reason: private alias.
Removed service ".service_locator.fKL8KT_"; reason: private alias.
Removed service ".service_locator.uCr3GrE"; reason: private alias.
Removed service ".service_locator.J3uX0qu"; reason: private alias.
Removed service ".service_locator.3_o7dLc"; reason: private alias.
Removed service ".service_locator.BMV4DrL"; reason: private alias.
Removed service ".service_locator.Xuq8Dmg"; reason: private alias.
Removed service ".service_locator.AQeEBzJ"; reason: private alias.
Removed service ".service_locator.mLPm1Yi"; reason: private alias.
Removed service ".service_locator.1ygVlX."; reason: private alias.
Removed service ".service_locator.j1Jns4_"; reason: private alias.
Removed service ".service_locator.PVHOcI1"; reason: private alias.
Removed service ".service_locator.nzKouj9"; reason: private alias.
Removed service ".service_locator.ImkFXYf"; reason: private alias.
Removed service ".service_locator.lQ6K9Ln"; reason: private alias.
Removed service ".service_locator.sSk1rCq"; reason: private alias.
Removed service ".service_locator.P80PXzx"; reason: private alias.
Removed service ".service_locator.vdg4P0g"; reason: private alias.
Removed service ".service_locator.olVZDe4"; reason: private alias.
Removed service ".service_locator.aegSH5P"; reason: private alias.
Removed service ".service_locator.31KScEK"; reason: private alias.
Removed service ".service_locator.ZLi_O6G"; reason: private alias.
Removed service ".service_locator.0XYV2tl"; reason: private alias.
Removed service ".service_locator..f33eY2"; reason: private alias.
Removed service ".service_locator.1qktlH2"; reason: private alias.
Removed service ".service_locator.3Bk4161"; reason: private alias.
Removed service ".service_locator.wloI7gZ"; reason: private alias.
Removed service ".service_locator.6t7HyMz"; reason: private alias.
Removed service ".service_locator.4K_Lx.S"; reason: private alias.
Removed service ".service_locator.QDulmVj"; reason: private alias.
Removed service ".service_locator.5fCX01f"; reason: private alias.
Removed service ".service_locator.DZQ94FQ"; reason: private alias.
Removed service ".service_locator.fKz0.Pi"; reason: private alias.
Removed service ".service_locator.FqFQBN2"; reason: private alias.
Removed service ".service_locator.zYeY2OD"; reason: private alias.
Removed service ".service_locator.fd2OYVL"; reason: private alias.
Removed service ".service_locator.yve50rW"; reason: private alias.
Removed service ".service_locator.axBdccP"; reason: private alias.
Removed service ".service_locator.WW57BSc"; reason: private alias.
Removed service ".service_locator.fQjcCdL"; reason: private alias.
Removed service ".service_locator.EjplbqH"; reason: private alias.
Removed service ".service_locator.uHw5UfD"; reason: private alias.
Removed service ".service_locator.pgR5FcF"; reason: private alias.
Removed service ".service_locator.LOn5oVF"; reason: private alias.
Removed service ".service_locator.zD0ITNM"; reason: private alias.
Removed service ".service_locator.Oi8YuVc"; reason: private alias.
Removed service ".service_locator.EXNLkiV"; reason: private alias.
Removed service ".service_locator.SnYOacV"; reason: private alias.
Removed service ".service_locator.hYEhSvO"; reason: private alias.
Removed service ".service_locator.E.DpM0D"; reason: private alias.
Removed service ".service_locator.GZNzL4h"; reason: private alias.
Removed service ".service_locator.fNF.zCL"; reason: private alias.
Removed service ".service_locator.hZ7vKX5"; reason: private alias.
Removed service ".service_locator.hwHA.1I"; reason: private alias.
Removed service ".service_locator.g9dmLsd"; reason: private alias.
Removed service ".service_locator.CqqNQ8y"; reason: private alias.
Removed service ".service_locator.ORnk1iM"; reason: private alias.
Removed service ".service_locator.qZvfzyJ"; reason: private alias.
Removed service ".service_locator.U5LhiNG"; reason: private alias.
Removed service ".service_locator.0j4XL.m"; reason: private alias.
Removed service ".service_locator.py7gAJ6"; reason: private alias.
Removed service ".service_locator.8tkSkku"; reason: private alias.
Removed service ".service_locator.xEpXL9P"; reason: private alias.
Removed service ".service_locator.3wCU9TC"; reason: private alias.
Removed service ".service_locator.qOQxvup"; reason: private alias.
Removed service ".service_locator.gd9lS2j"; reason: private alias.
Removed service ".service_locator.M1l5EwQ"; reason: private alias.
Removed service ".service_locator.SU3cOin"; reason: private alias.
Removed service ".service_locator.MhCjW0L"; reason: private alias.
Removed service ".service_locator.GF6uOQq"; reason: private alias.
Removed service ".service_locator.1RyY6Cy"; reason: private alias.
Removed service ".service_locator.wH06AJS"; reason: private alias.
Removed service ".service_locator.vTnuR7p"; reason: private alias.
Removed service ".service_locator.gwpz3kr"; reason: private alias.
Removed service ".service_locator.Nbt2eFO"; reason: private alias.
Removed service ".service_locator.sZkYS5q"; reason: private alias.
Removed service ".service_locator._yO6qIO"; reason: private alias.
Removed service ".service_locator.XZuoR3a"; reason: private alias.
Removed service ".service_locator.iXb9mKs"; reason: private alias.
Removed service ".service_locator.L0r.LoG"; reason: private alias.
Removed service ".service_locator.yZty4YD"; reason: private alias.
Removed service ".service_locator.eMq9o.f"; reason: private alias.
Removed service ".service_locator.fuVGezB"; reason: private alias.
Removed service ".service_locator.AJUu8vE"; reason: private alias.
Removed service ".service_locator.zrZ2pqK"; reason: private alias.
Removed service ".service_locator.ey3PNXo"; reason: private alias.
Removed service ".service_locator.CaKsf06"; reason: private alias.
Removed service ".service_locator.uY6vQLh"; reason: private alias.
Removed service ".service_locator.9e4nDVr"; reason: private alias.
Removed service ".service_locator.CTNY5Jh"; reason: private alias.
Removed service ".service_locator.OtBFNVH"; reason: private alias.
Removed service ".service_locator.0IWqsZs"; reason: private alias.
Removed service ".service_locator.wwZwJib"; reason: private alias.
Removed service ".service_locator.7lXUEqx"; reason: private alias.
Removed service ".service_locator.Eal8pin"; reason: private alias.
Removed service ".service_locator.PTL3gSk"; reason: private alias.
Removed service ".service_locator.aBiOqk8"; reason: private alias.
Removed service ".service_locator.7dME8qg"; reason: private alias.
Removed service ".service_locator.CnvHgQZ"; reason: private alias.
Removed service ".service_locator.FlpgwX8"; reason: private alias.
Removed service ".service_locator.SPKLlc8"; reason: private alias.
Removed service ".service_locator.zq88HQC"; reason: private alias.
Removed service ".service_locator.n4W7wq."; reason: private alias.
Removed service ".service_locator.vxasdgc"; reason: private alias.
Removed service ".service_locator.BoFne7U"; reason: private alias.
Removed service ".service_locator.pKfMpxD"; reason: private alias.
Removed service ".service_locator.6yUV.t9"; reason: private alias.
Removed service ".service_locator.UDrptnT"; reason: private alias.
Removed service ".service_locator.O8mkRSk"; reason: private alias.
Removed service ".service_locator.0NNimrV"; reason: private alias.
Removed service ".service_locator.wAqmUVW"; reason: private alias.
Removed service ".service_locator.82GPPgp"; reason: private alias.
Removed service ".service_locator.1a.tXqv"; reason: private alias.
Removed service ".service_locator.78wkZ1Q"; reason: private alias.
Removed service ".service_locator.5RpIL.V"; reason: private alias.
Removed service ".service_locator.PsyxozB"; reason: private alias.
Removed service ".service_locator.zY3gI5f"; reason: private alias.
Removed service ".service_locator.D4BdJLf"; reason: private alias.
Removed service ".service_locator..5SG46w"; reason: private alias.
Removed service ".service_locator.wSNLG9."; reason: private alias.
Removed service ".service_locator.SnSWNkO"; reason: private alias.
Removed service ".service_locator.EHrkNng"; reason: private alias.
Removed service ".service_locator.LCUaePB"; reason: private alias.
Removed service ".service_locator.i.UuGmp"; reason: private alias.
Removed service ".service_locator.IDaZxJz"; reason: private alias.
Removed service ".service_locator.m9KYLzK"; reason: private alias.
Removed service ".service_locator.2ppSsmV"; reason: private alias.
Removed service ".service_locator.x5TrpFw"; reason: private alias.
Removed service ".service_locator.f9UbwEK"; reason: private alias.
Removed service ".service_locator.ZbLlBNg"; reason: private alias.
Removed service ".service_locator.F61ugBc"; reason: private alias.
Removed service ".service_locator.171Q4T_"; reason: private alias.
Removed service ".service_locator.ZTHhqET"; reason: private alias.
Removed service ".service_locator.H4U.H28"; reason: private alias.
Removed service ".service_locator.4u05sNQ"; reason: private alias.
Removed service ".service_locator.2hhupvz"; reason: private alias.
Removed service ".service_locator.mrFEJrT"; reason: private alias.
Removed service ".service_locator.bXA0a_d"; reason: private alias.
Removed service ".service_locator.RjNXA5w"; reason: private alias.
Removed service ".service_locator.iin2NMM"; reason: private alias.
Removed service ".service_locator.DJcg9ev"; reason: private alias.
Removed service ".service_locator.A2M2qwr"; reason: private alias.
Removed service ".service_locator.kdxx3qD"; reason: private alias.
Removed service ".service_locator.KsJvJMt"; reason: private alias.
Removed service ".service_locator.._.gSu0"; reason: private alias.
Removed service ".service_locator.92jCDk4"; reason: private alias.
Removed service ".service_locator.LUBzQYK"; reason: private alias.
Removed service ".service_locator.krasAao"; reason: private alias.
Removed service ".service_locator.q8W7Eoi"; reason: private alias.
Removed service ".service_locator.Nr.YbRQ"; reason: private alias.
Removed service ".service_locator.8THx8Bx"; reason: private alias.
Removed service ".service_locator.7P.0X4."; reason: private alias.
Removed service ".service_locator.kxuLass"; reason: private alias.
Removed service ".service_locator.l_YRgR0"; reason: private alias.
Removed service ".service_locator.LhCMGkc"; reason: private alias.
Removed service ".service_locator.Frv8vSV"; reason: private alias.
Removed service ".service_locator.uudUDXs"; reason: private alias.
Removed service ".service_locator.M2_wvwH"; reason: private alias.
Removed service ".service_locator.S1O0AF0"; reason: private alias.
Removed service ".service_locator.qST6LCM"; reason: private alias.
Removed service ".service_locator.Q9w7NMO"; reason: private alias.
Removed service ".service_locator.hUYLzQN"; reason: private alias.
Removed service ".service_locator.By7mT0n"; reason: private alias.
Removed service ".service_locator.BRqHEY4"; reason: private alias.
Removed service ".service_locator.1ACReyN"; reason: private alias.
Removed service ".service_locator..s3xv0s"; reason: private alias.
Removed service ".service_locator.UmsyXQ7"; reason: private alias.
Removed service ".service_locator.OpBMEYD"; reason: private alias.
Removed service ".service_locator.hRvL8gJ"; reason: private alias.
Removed service ".service_locator.GIJW3cZ"; reason: private alias.
Removed service ".service_locator.KPwVopc"; reason: private alias.
Removed service ".service_locator.aQm8fvj"; reason: private alias.
Removed service ".service_locator.uuxn_f."; reason: private alias.
Removed service ".service_locator.rBQh05k"; reason: private alias.
Removed service ".service_locator._hzfiaR"; reason: private alias.
Removed service ".service_locator.kLO5CTU"; reason: private alias.
Removed service ".service_locator.D6tJ4Px"; reason: private alias.
83
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\CompanyContact\CompanyContactReminderNotificationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\FollowUp\FollowUpSheetNotificationService" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.violation_mapper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "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 "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jLLS2Ji" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GW5y7PS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
589
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\XmlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupExportJobsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CleanupExportJobsCommand.0.App\Command\CleanupExportJobsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupExportJobsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateMissingFollowUpSheetsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateMissingFollowUpSheetsCommand.0.App\Command\GenerateMissingFollowUpSheetsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateMissingFollowUpSheetsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HealthCheckCommand"; reason: abstract.
Removed service ".instanceof.App\Command\HealthCheckCommand.0.App\Command\HealthCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\HealthCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PdfCheckCommand"; reason: abstract.
Removed service ".instanceof.App\Command\PdfCheckCommand.0.App\Command\PdfCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PdfCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessExportJobsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ProcessExportJobsCommand.0.App\Command\ProcessExportJobsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProcessExportJobsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessTechnologyWatchCampaignsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ProcessTechnologyWatchCampaignsCommand.0.App\Command\ProcessTechnologyWatchCampaignsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProcessTechnologyWatchCampaignsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PurgeOldAuditLogsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\PurgeOldAuditLogsCommand.0.App\Command\PurgeOldAuditLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PurgeOldAuditLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCompanyContactRemindersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SendCompanyContactRemindersCommand.0.App\Command\SendCompanyContactRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendCompanyContactRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AncillaryFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AncillaryFeeController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AncillaryFeeController.0.App\Controller\Admin\AncillaryFeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AncillaryFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuditLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuditLogController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AuditLogController.0.App\Controller\Admin\AuditLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AuditLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CanteenImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CanteenImportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\CanteenImportController.0.App\Controller\Admin\CanteenImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CanteenImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClassResponsibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClassResponsibleController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\ClassResponsibleController.0.App\Controller\Admin\ClassResponsibleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ClassResponsibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyContactReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyContactReportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\CompanyContactReportController.0.App\Controller\Admin\CompanyContactReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CompanyContactReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\CompanyController.0.App\Controller\Admin\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyTutorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyTutorController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\CompanyTutorController.0.App\Controller\Admin\CompanyTutorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CompanyTutorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\DashboardController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DocumentResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DocumentResourceController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\DocumentResourceController.0.App\Controller\Admin\DocumentResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DocumentResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EnrollmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EnrollmentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\EnrollmentController.0.App\Controller\Admin\EnrollmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EnrollmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\FollowUpDashboardController.0.App\Controller\Admin\FollowUpDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpExportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\FollowUpExportController.0.App\Controller\Admin\FollowUpExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FollowUpExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpSectionController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\FollowUpSectionController.0.App\Controller\Admin\FollowUpSectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FollowUpSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FollowUpSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FollowUpSheetController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\FollowUpSheetController.0.App\Controller\Admin\FollowUpSheetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FollowUpSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\PromoController.0.App\Controller\Admin\PromoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SchoolClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SchoolClassController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\SchoolClassController.0.App\Controller\Admin\SchoolClassController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SchoolClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StudentContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StudentContractController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\StudentContractController.0.App\Controller\Admin\StudentContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\StudentContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StudentConvocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StudentConvocationController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\StudentConvocationController.0.App\Controller\Admin\StudentConvocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\StudentConvocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController.0.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TutorAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TutorAssignmentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\TutorAssignmentController.0.App\Controller\Admin\TutorAssignmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TutorAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\UserController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertCenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertCenterController"; reason: abstract.
Removed service ".instanceof.App\Controller\AlertCenterController.0.App\Controller\AlertCenterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AlertCenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Compta\AncillaryFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Compta\AncillaryFeeController"; reason: abstract.
Removed service ".instanceof.App\Controller\Compta\AncillaryFeeController.0.App\Controller\Compta\AncillaryFeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Compta\AncillaryFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Compta\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Compta\DashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Compta\DashboardController.0.App\Controller\Compta\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Compta\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentResourceController"; reason: abstract.
Removed service ".instanceof.App\Controller\DocumentResourceController.0.App\Controller\DocumentResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Export\ExportController.0.App\Controller\Export\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpController"; reason: abstract.
Removed service ".instanceof.App\Controller\HelpController.0.App\Controller\HelpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HelpController"; 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 ".instanceof.App\Controller\HomeController.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\Rf\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\DashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\DashboardController.0.App\Controller\Rf\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfAncillaryFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfAncillaryFeeController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfAncillaryFeeController.0.App\Controller\Rf\RfAncillaryFeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfAncillaryFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCanteenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCanteenController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfCanteenController.0.App\Controller\Rf\RfCanteenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfCanteenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyContactReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyContactReportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfCompanyContactReportController.0.App\Controller\Rf\RfCompanyContactReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfCompanyContactReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfCompanyController.0.App\Controller\Rf\RfCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfCompanyTutorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfCompanyTutorController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfCompanyTutorController.0.App\Controller\Rf\RfCompanyTutorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfCompanyTutorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfDocumentResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfDocumentResourceController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfDocumentResourceController.0.App\Controller\Rf\RfDocumentResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfDocumentResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfFollowUpDashboardController.0.App\Controller\Rf\RfFollowUpDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfFollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpExportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfFollowUpExportController.0.App\Controller\Rf\RfFollowUpExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfFollowUpExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfFollowUpSheetController.0.App\Controller\Rf\RfFollowUpSheetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentContractController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfStudentContractController.0.App\Controller\Rf\RfStudentContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfStudentContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfStudentController.0.App\Controller\Rf\RfStudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfStudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfStudentConvocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfStudentConvocationController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfStudentConvocationController.0.App\Controller\Rf\RfStudentConvocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfStudentConvocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\RfTutorAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\RfTutorAssignmentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\RfTutorAssignmentController.0.App\Controller\Rf\RfTutorAssignmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\RfTutorAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController"; reason: abstract.
Removed service ".instanceof.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController.0.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\DashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Student\DashboardController.0.App\Controller\Student\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Student\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\StudentContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\StudentContractController"; reason: abstract.
Removed service ".instanceof.App\Controller\Student\StudentContractController.0.App\Controller\Student\StudentContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Student\StudentContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\StudentFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\StudentFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.App\Controller\Student\StudentFollowUpSheetController.0.App\Controller\Student\StudentFollowUpSheetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Student\StudentFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController"; reason: abstract.
Removed service ".instanceof.App\Controller\Student\TechnologyWatch\TechnologyWatchController.0.App\Controller\Student\TechnologyWatch\TechnologyWatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Student\TechnologyWatch\TechnologyWatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeCompanyContactReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeCompanyContactReportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Te\TeCompanyContactReportController.0.App\Controller\Te\TeCompanyContactReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Te\TeCompanyContactReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeContractController"; reason: abstract.
Removed service ".instanceof.App\Controller\Te\TeContractController.0.App\Controller\Te\TeContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Te\TeContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Te\TeFollowUpDashboardController.0.App\Controller\Te\TeFollowUpDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Te\TeFollowUpDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpExportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Te\TeFollowUpExportController.0.App\Controller\Te\TeFollowUpExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Te\TeFollowUpExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.App\Controller\Te\TeFollowUpSheetController.0.App\Controller\Te\TeFollowUpSheetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Te\TeFollowUpSheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Te\TeStudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Te\TeStudentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Te\TeStudentController.0.App\Controller\Te\TeStudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Te\TeStudentController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.App\Entity\AncillaryFee.0.App\Entity\AncillaryFee"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\AncillaryFee"; reason: abstract.
Removed service ".instanceof.App\Entity\AuditLog.0.App\Entity\AuditLog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\AuditLog"; reason: abstract.
Removed service ".instanceof.App\Entity\CanteenImportBatch.0.App\Entity\CanteenImportBatch"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CanteenImportBatch"; reason: abstract.
Removed service ".instanceof.App\Entity\CanteenImportLine.0.App\Entity\CanteenImportLine"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CanteenImportLine"; reason: abstract.
Removed service ".instanceof.App\Entity\Company.0.App\Entity\Company"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Company"; reason: abstract.
Removed service ".instanceof.App\Entity\CompanyContactReport.0.App\Entity\CompanyContactReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CompanyContactReport"; reason: abstract.
Removed service ".instanceof.App\Entity\CompanyTutor.0.App\Entity\CompanyTutor"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CompanyTutor"; reason: abstract.
Removed service ".instanceof.App\Entity\DocumentResource.0.App\Entity\DocumentResource"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\DocumentResource"; reason: abstract.
Removed service ".instanceof.App\Entity\Enrollment.0.App\Entity\Enrollment"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Enrollment"; reason: abstract.
Removed service ".instanceof.App\Entity\ExportJob.0.App\Entity\ExportJob"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ExportJob"; reason: abstract.
Removed service ".instanceof.App\Entity\FollowUpSection.0.App\Entity\FollowUpSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FollowUpSection"; reason: abstract.
Removed service ".instanceof.App\Entity\FollowUpSheet.0.App\Entity\FollowUpSheet"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FollowUpSheet"; reason: abstract.
Removed service ".instanceof.App\Entity\FollowUpSheetValue.0.App\Entity\FollowUpSheetValue"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FollowUpSheetValue"; reason: abstract.
Removed service ".instanceof.App\Entity\Promo.0.App\Entity\Promo"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Promo"; reason: abstract.
Removed service ".instanceof.App\Entity\SchoolClass.0.App\Entity\SchoolClass"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\SchoolClass"; reason: abstract.
Removed service ".instanceof.App\Entity\StudentContract.0.App\Entity\StudentContract"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\StudentContract"; reason: abstract.
Removed service ".instanceof.App\Entity\StudentConvocation.0.App\Entity\StudentConvocation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\StudentConvocation"; reason: abstract.
Removed service ".instanceof.App\Entity\TechnologyWatchArticle.0.App\Entity\TechnologyWatchArticle"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TechnologyWatchArticle"; reason: abstract.
Removed service ".instanceof.App\Entity\TechnologyWatchCampaign.0.App\Entity\TechnologyWatchCampaign"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TechnologyWatchCampaign"; reason: abstract.
Removed service ".instanceof.App\Entity\TechnologyWatchCampaignEvaluation.0.App\Entity\TechnologyWatchCampaignEvaluation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TechnologyWatchCampaignEvaluation"; reason: abstract.
Removed service ".instanceof.App\Entity\TechnologyWatchCampaignStudent.0.App\Entity\TechnologyWatchCampaignStudent"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TechnologyWatchCampaignStudent"; reason: abstract.
Removed service ".instanceof.App\Entity\TechnologyWatchProfile.0.App\Entity\TechnologyWatchProfile"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TechnologyWatchProfile"; reason: abstract.
Removed service ".instanceof.App\Entity\TechnologyWatchProfileHistory.0.App\Entity\TechnologyWatchProfileHistory"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TechnologyWatchProfileHistory"; reason: abstract.
Removed service ".instanceof.App\Entity\TutorAssignment.0.App\Entity\TutorAssignment"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TutorAssignment"; reason: abstract.
Removed service ".instanceof.App\Entity\User.0.App\Entity\User"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\User"; reason: abstract.
Removed service ".instanceof.App\Entity\UserAlertState.0.App\Entity\UserAlertState"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserAlertState"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\AncillaryFeeStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\AncillaryFeeStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\AncillaryFeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\AncillaryFeeType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\AuditAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\AuditAction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\CanteenImportBatchStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\CanteenImportBatchStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\CanteenImportLineStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\CanteenImportLineStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\CompanyContactMethod"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\CompanyContactMethod"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DocumentResourceCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DocumentResourceCategory"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DocumentResourceVisibilityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DocumentResourceVisibilityType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ExportJobStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ExportJobStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ExportJobType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ExportJobType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\FollowUpSectionColumn"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\FollowUpSectionColumn"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\FollowUpSheetStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\FollowUpSheetStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\StudentContractStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\StudentContractStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\TechnologyWatchCampaignResult"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\TechnologyWatchCampaignResult"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SecurityAuditSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SecurityAuditSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\UserImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AncillaryFeeAccountingProcessType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AncillaryFeeAccountingProcessType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AncillaryFeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AncillaryFeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CanteenImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenLineCorrectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CanteenLineCorrectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClassResponsibleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClassResponsibleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyContactReportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyContactReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyTutorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyTutorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentResourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocumentResourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EnrollmentBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EnrollmentBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EnrollmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EnrollmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FollowUpSectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FollowUpSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PromoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolClassType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SchoolClassType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignedFollowUpSheetPdfType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SignedFollowUpSheetPdfType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentContractBreakType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StudentContractBreakType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentContractType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StudentContractType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentConvocationSummaryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StudentConvocationSummaryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentConvocationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StudentConvocationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchArticleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TechnologyWatchArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchCampaignEvaluationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TechnologyWatchCampaignEvaluationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchCampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TechnologyWatchCampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyWatchProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TechnologyWatchProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TutorAssignmentBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TutorAssignmentBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TutorAssignmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TutorAssignmentType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AncillaryFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AncillaryFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuditLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuditLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenImportBatchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CanteenImportBatchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenImportLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CanteenImportLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyContactReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyContactReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTutorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyTutorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentResourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentResourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnrollmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EnrollmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportJobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExportJobRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FollowUpSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSheetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FollowUpSheetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowUpSheetValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FollowUpSheetValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolClassRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SchoolClassRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentConvocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentConvocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechnologyWatchArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignEvaluationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechnologyWatchCampaignEvaluationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechnologyWatchCampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchCampaignStudentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechnologyWatchCampaignStudentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchProfileHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechnologyWatchProfileHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyWatchProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechnologyWatchProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TutorAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TutorAssignmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAlertStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAlertStateRepository"; 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.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
181
Removed service "App\Dto\AlertItem"; reason: unused.
Removed service "App\Entity\AncillaryFee"; reason: unused.
Removed service "App\Entity\AuditLog"; reason: unused.
Removed service "App\Entity\CanteenImportBatch"; reason: unused.
Removed service "App\Entity\CanteenImportLine"; reason: unused.
Removed service "App\Entity\Company"; reason: unused.
Removed service "App\Entity\CompanyContactReport"; reason: unused.
Removed service "App\Entity\CompanyTutor"; reason: unused.
Removed service "App\Entity\DocumentResource"; reason: unused.
Removed service "App\Entity\Enrollment"; reason: unused.
Removed service "App\Entity\ExportJob"; reason: unused.
Removed service "App\Entity\FollowUpSection"; reason: unused.
Removed service "App\Entity\FollowUpSheet"; reason: unused.
Removed service "App\Entity\FollowUpSheetValue"; reason: unused.
Removed service "App\Entity\Promo"; reason: unused.
Removed service "App\Entity\SchoolClass"; reason: unused.
Removed service "App\Entity\StudentContract"; reason: unused.
Removed service "App\Entity\StudentConvocation"; reason: unused.
Removed service "App\Entity\TechnologyWatchArticle"; reason: unused.
Removed service "App\Entity\TechnologyWatchCampaign"; reason: unused.
Removed service "App\Entity\TechnologyWatchCampaignEvaluation"; reason: unused.
Removed service "App\Entity\TechnologyWatchCampaignStudent"; reason: unused.
Removed service "App\Entity\TechnologyWatchProfile"; reason: unused.
Removed service "App\Entity\TechnologyWatchProfileHistory"; reason: unused.
Removed service "App\Entity\TutorAssignment"; reason: unused.
Removed service "App\Entity\User"; reason: unused.
Removed service "App\Entity\UserAlertState"; reason: unused.
Removed service "App\Enum\AncillaryFeeStatus"; reason: unused.
Removed service "App\Enum\AncillaryFeeType"; reason: unused.
Removed service "App\Enum\AuditAction"; reason: unused.
Removed service "App\Enum\CanteenImportBatchStatus"; reason: unused.
Removed service "App\Enum\CanteenImportLineStatus"; reason: unused.
Removed service "App\Enum\CompanyContactMethod"; reason: unused.
Removed service "App\Enum\DocumentResourceCategory"; reason: unused.
Removed service "App\Enum\DocumentResourceVisibilityType"; reason: unused.
Removed service "App\Enum\ExportJobStatus"; reason: unused.
Removed service "App\Enum\ExportJobType"; reason: unused.
Removed service "App\Enum\FollowUpSectionColumn"; reason: unused.
Removed service "App\Enum\FollowUpSheetStatus"; reason: unused.
Removed service "App\Enum\StudentContractStatus"; reason: unused.
Removed service "App\Enum\TechnologyWatchCampaignResult"; reason: unused.
Removed service "App\Service\EnrollmentManager"; reason: unused.
Removed service "App\Service\FollowUpSheetValidationResult"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "asset_mapper.compressor.brotli"; reason: unused.
Removed service "asset_mapper.compressor.zstandard"; reason: unused.
Removed service "asset_mapper.compressor.gzip"; reason: unused.
Removed service "http_client.mock_transport"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "web_link.http_header_parser"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service ".messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.transport.native_php_serializer"; reason: unused.
Removed service ".messenger.signing_serializer.signing_key"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "messenger.transport.doctrine.factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service ".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.number"; 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.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.HlhG04S"; reason: unused.
556
Inlined service "App\Service\Export\ExportJobProcessor" to "App\Command\ProcessExportJobsCommand".
Inlined service "App\Service\TechnologyWatch\TechnologyWatchCampaignProcessor" to "App\Command\ProcessTechnologyWatchCampaignsCommand".
Inlined service "App\Service\CompanyContact\CompanyContactReminderNotificationService" to "App\Command\SendCompanyContactRemindersCommand".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\AncillaryFeeController" to "App\Controller\Admin\AncillaryFeeController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\AuditLogController" to "App\Controller\Admin\AuditLogController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\CanteenImportController" to "App\Controller\Admin\CanteenImportController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\ClassResponsibleController" to "App\Controller\Admin\ClassResponsibleController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\CompanyContactReportController" to "App\Controller\Admin\CompanyContactReportController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\CompanyController" to "App\Controller\Admin\CompanyController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\CompanyTutorController" to "App\Controller\Admin\CompanyTutorController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\DocumentResourceController" to "App\Controller\Admin\DocumentResourceController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\EnrollmentController" to "App\Controller\Admin\EnrollmentController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\FollowUpDashboardController" to "App\Controller\Admin\FollowUpDashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\FollowUpExportController" to "App\Controller\Admin\FollowUpExportController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\FollowUpSectionController" to "App\Controller\Admin\FollowUpSectionController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\FollowUpSheetController" to "App\Controller\Admin\FollowUpSheetController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\PromoController" to "App\Controller\Admin\PromoController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\SchoolClassController" to "App\Controller\Admin\SchoolClassController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\StudentContractController" to "App\Controller\Admin\StudentContractController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\StudentConvocationController" to "App\Controller\Admin\StudentConvocationController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController" to "App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\TutorAssignmentController" to "App\Controller\Admin\TutorAssignmentController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.TJNRSaV.App\Controller\AlertCenterController" to "App\Controller\AlertCenterController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Compta\AncillaryFeeController" to "App\Controller\Compta\AncillaryFeeController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Compta\DashboardController" to "App\Controller\Compta\DashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\DocumentResourceController" to "App\Controller\DocumentResourceController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Export\ExportController" to "App\Controller\Export\ExportController".
Inlined service ".service_locator.TJNRSaV.App\Controller\HelpController" to "App\Controller\HelpController".
Inlined service ".service_locator.TJNRSaV.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\DashboardController" to "App\Controller\Rf\DashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfAncillaryFeeController" to "App\Controller\Rf\RfAncillaryFeeController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfCanteenController" to "App\Controller\Rf\RfCanteenController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfCompanyContactReportController" to "App\Controller\Rf\RfCompanyContactReportController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfCompanyController" to "App\Controller\Rf\RfCompanyController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfCompanyTutorController" to "App\Controller\Rf\RfCompanyTutorController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfDocumentResourceController" to "App\Controller\Rf\RfDocumentResourceController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfFollowUpDashboardController" to "App\Controller\Rf\RfFollowUpDashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfFollowUpExportController" to "App\Controller\Rf\RfFollowUpExportController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfFollowUpSheetController" to "App\Controller\Rf\RfFollowUpSheetController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfStudentContractController" to "App\Controller\Rf\RfStudentContractController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfStudentController" to "App\Controller\Rf\RfStudentController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfStudentConvocationController" to "App\Controller\Rf\RfStudentConvocationController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\RfTutorAssignmentController" to "App\Controller\Rf\RfTutorAssignmentController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController" to "App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Student\DashboardController" to "App\Controller\Student\DashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Student\StudentContractController" to "App\Controller\Student\StudentContractController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Student\StudentFollowUpSheetController" to "App\Controller\Student\StudentFollowUpSheetController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Student\TechnologyWatch\TechnologyWatchController" to "App\Controller\Student\TechnologyWatch\TechnologyWatchController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Te\TeCompanyContactReportController" to "App\Controller\Te\TeCompanyContactReportController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Te\TeContractController" to "App\Controller\Te\TeContractController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Te\TeFollowUpDashboardController" to "App\Controller\Te\TeFollowUpDashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Te\TeFollowUpExportController" to "App\Controller\Te\TeFollowUpExportController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Te\TeFollowUpSheetController" to "App\Controller\Te\TeFollowUpSheetController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Te\TeStudentController" to "App\Controller\Te\TeStudentController".
Inlined service "App\Service\Canteen\CanteenCsvImporter" to "App\Service\Canteen\CanteenImportManager".
Inlined service "App\Service\Canteen\CanteenStudentMatcher" to "App\Service\Canteen\CanteenImportManager".
Inlined service "App\Service\Convocation\StudentConvocationNotificationService" to "App\Service\Convocation\StudentConvocationManager".
Inlined service "App\Service\Document\DocumentResourceStorage" to "App\Service\Document\DocumentResourceManager".
Inlined service "App\Service\Pdf\WkhtmlPdfGenerator" to "App\Service\FollowUp\FollowUpSheetPdfGenerator".
Inlined service "App\Service\PromoDateCalculator" to "App\Service\PromoManager".
Inlined service "App\Service\TechnologyWatch\TechnologyWatchCampaignNotificationService" to "App\Service\TechnologyWatch\TechnologyWatchCampaignProcessor".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "cache.controller_expression_language.recorder_inner" to "cache.controller_expression_language".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.6eloqTE" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "asset_mapper.compressor" to "asset_mapper.assets.command.compress".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" 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.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.jtHzPlc" 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 "form.violation_mapper" to "form.type_extension.form.validator".
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.S9tnIXR" 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.transport.serializer_locator" to "messenger.middleware.decode_failed_message_middleware".
Inlined service ".service_locator.jLLS2Ji" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" to "Doctrine\DBAL\Tools\Console\Command\RunSqlCommand".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.fipAWQf" 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.ujZR5RV" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "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.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.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.3DrAUl_.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.b9qskV_" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "stimulus.asset_mapper.ux_package_reader" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "stimulus.asset_mapper.controllers_map_generator" to "stimulus.asset_mapper.loader_javascript_compiler".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.5ltxHEW" to "security.helper".
Inlined service ".service_locator.GhrTeTP" 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.v.QWPsG" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.hUulIrO" to "security.access_map".
Inlined service ".security.request_matcher.G76FyW5" to "security.access_map".
Inlined service ".security.request_matcher.ktiBR6r" to "security.access_map".
Inlined service ".security.request_matcher.vMxxdhc" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.gx9u.zu" to ".security.request_matcher.8gEHbKt".
Inlined service "security.authentication.session_strategy" to "security.listener.session.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.request_matcher.WIpCngH" to ".security.request_matcher.v.QWPsG".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.UK3mvsC" to ".security.request_matcher.hUulIrO".
Inlined service ".security.request_matcher.grfOQIu" to ".security.request_matcher.G76FyW5".
Inlined service ".security.request_matcher.P4wYF.K" to ".security.request_matcher.ktiBR6r".
Inlined service ".security.request_matcher.K_Ty575" to ".security.request_matcher.vMxxdhc".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
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 "console.argument_resolver.uid" to ".debug.console.value_resolver.console.argument_resolver.uid".
Inlined service "console.argument_resolver.input_file" to ".debug.console.value_resolver.console.argument_resolver.input_file".
Inlined service "console.argument_resolver.map_input" to ".debug.console.value_resolver.console.argument_resolver.map_input".
Inlined service "console.argument_resolver.service" to ".debug.console.value_resolver.console.argument_resolver.service".
Inlined service "console.argument_resolver.default" to ".debug.console.value_resolver.console.argument_resolver.default".
Inlined service "console.argument_resolver.variadic" to ".debug.console.value_resolver.console.argument_resolver.variadic".
Inlined service ".service_locator.0KVM_ZX" to ".service_locator.0KVM_ZX.App\Controller\Admin\AncillaryFeeController::new()".
Inlined service ".service_locator.gull_ys" to ".service_locator.gull_ys.App\Controller\Admin\AncillaryFeeController::edit()".
Inlined service ".service_locator.kag6.BU" to ".service_locator.kag6.BU.App\Controller\Admin\AuditLogController::index()".
Inlined service ".service_locator.aD.NoeA" to ".service_locator.aD.NoeA.App\Controller\Admin\AuditLogController::show()".
Inlined service ".service_locator.IDWsDqz" to ".service_locator.IDWsDqz.App\Controller\Admin\AuditLogController::export()".
Inlined service ".service_locator.xzypbug" to ".service_locator.xzypbug.App\Controller\Admin\CanteenImportController::index()".
Inlined service ".service_locator.JCNmOeP" to ".service_locator.JCNmOeP.App\Controller\Admin\CanteenImportController::new()".
Inlined service ".service_locator.j0Nxjp6" to ".service_locator.j0Nxjp6.App\Controller\Admin\CanteenImportController::show()".
Inlined service ".service_locator.rad7F55" to ".service_locator.rad7F55.App\Controller\Admin\CanteenImportController::lines()".
Inlined service ".service_locator.d94wz0a" to ".service_locator.d94wz0a.App\Controller\Admin\CanteenImportController::report()".
Inlined service ".service_locator..KiFrrE" to ".service_locator..KiFrrE.App\Controller\Admin\CanteenImportController::anomalies()".
Inlined service ".service_locator.9QNiKYj" to ".service_locator.9QNiKYj.App\Controller\Admin\CanteenImportController::exportAnomalies()".
Inlined service ".service_locator.RJUjN7N" to ".service_locator.RJUjN7N.App\Controller\Admin\ClassResponsibleController::new()".
Inlined service ".service_locator.A27P8zV" to ".service_locator.A27P8zV.App\Controller\Admin\ClassResponsibleController::remove()".
Inlined service ".service_locator.vhQNjSn" to ".service_locator.vhQNjSn.App\Controller\Admin\CompanyContactReportController::index()".
Inlined service ".service_locator.P3QXTVt" to ".service_locator.P3QXTVt.App\Controller\Admin\CompanyContactReportController::new()".
Inlined service ".service_locator.AEW_gjf" to ".service_locator.AEW_gjf.App\Controller\Admin\CompanyContactReportController::show()".
Inlined service ".service_locator.1d0Z3FA" to ".service_locator.1d0Z3FA.App\Controller\Admin\CompanyContactReportController::edit()".
Inlined service ".service_locator.ceDIT48" to ".service_locator.ceDIT48.App\Controller\Admin\CompanyController::show()".
Inlined service ".service_locator.T4jx2iO" to ".service_locator.T4jx2iO.App\Controller\Admin\CompanyTutorController::show()".
Inlined service ".service_locator.4CQ72fP" to ".service_locator.4CQ72fP.App\Controller\Admin\DashboardController::index()".
Inlined service ".service_locator.OsqfQdz" to ".service_locator.OsqfQdz.App\Controller\Admin\DocumentResourceController::index()".
Inlined service ".service_locator.C1O6ejD" to ".service_locator.C1O6ejD.App\Controller\Admin\DocumentResourceController::new()".
Inlined service ".service_locator.6Rp_dtQ" to ".service_locator.6Rp_dtQ.App\Controller\Admin\DocumentResourceController::show()".
Inlined service ".service_locator.QOqXJTP" to ".service_locator.QOqXJTP.App\Controller\Admin\DocumentResourceController::edit()".
Inlined service ".service_locator.9rIVynQ" to ".service_locator.9rIVynQ.App\Controller\Admin\DocumentResourceController::download()".
Inlined service ".service_locator.7.n8h2n" to ".service_locator.7.n8h2n.App\Controller\Admin\EnrollmentController::index()".
Inlined service ".service_locator..JOp0kL" to ".service_locator..JOp0kL.App\Controller\Admin\EnrollmentController::new()".
Inlined service ".service_locator.N_ksVwc" to ".service_locator.N_ksVwc.App\Controller\Admin\EnrollmentController::edit()".
Inlined service ".service_locator.g_13GjE" to ".service_locator.g_13GjE.App\Controller\Admin\EnrollmentController::toggleActive()".
Inlined service ".service_locator.v01ial." to ".service_locator.v01ial..App\Controller\Admin\FollowUpDashboardController::index()".
Inlined service ".service_locator.vxXSie0" to ".service_locator.vxXSie0.App\Controller\Admin\FollowUpExportController::exportClass()".
Inlined service ".service_locator.6v5Ej9g" to ".service_locator.6v5Ej9g.App\Controller\Admin\FollowUpExportController::exportStudent()".
Inlined service ".service_locator.D8Lk08S" to ".service_locator.D8Lk08S.App\Controller\Admin\FollowUpSectionController::index()".
Inlined service ".service_locator.ngaOXRR" to ".service_locator.ngaOXRR.App\Controller\Admin\FollowUpSheetController::index()".
Inlined service ".service_locator.KqcRWab" to ".service_locator.KqcRWab.App\Controller\Admin\FollowUpSheetController::unlock()".
Inlined service ".service_locator.AYbnVNN" to ".service_locator.AYbnVNN.App\Controller\Admin\PromoController::index()".
Inlined service ".service_locator.1EYYxT0" to ".service_locator.1EYYxT0.App\Controller\Admin\PromoController::new()".
Inlined service ".service_locator.FlBa1iB" to ".service_locator.FlBa1iB.App\Controller\Admin\StudentContractController::index()".
Inlined service ".service_locator.5rI0N82" to ".service_locator.5rI0N82.App\Controller\Admin\StudentContractController::new()".
Inlined service ".service_locator.6NTWI0N" to ".service_locator.6NTWI0N.App\Controller\Admin\StudentContractController::show()".
Inlined service ".service_locator.kr9vYyq" to ".service_locator.kr9vYyq.App\Controller\Admin\StudentContractController::edit()".
Inlined service ".service_locator.9_3EZis" to ".service_locator.9_3EZis.App\Controller\Admin\StudentConvocationController::index()".
Inlined service ".service_locator.RN047lq" to ".service_locator.RN047lq.App\Controller\Admin\StudentConvocationController::new()".
Inlined service ".service_locator.wuEw_li" to ".service_locator.wuEw_li.App\Controller\Admin\StudentConvocationController::show()".
Inlined service ".service_locator.ZNMBreT" to ".service_locator.ZNMBreT.App\Controller\Admin\StudentConvocationController::edit()".
Inlined service ".service_locator.21ycTQn" to ".service_locator.21ycTQn.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController::students()".
Inlined service ".service_locator.IBW3cmd" to ".service_locator.IBW3cmd.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController::showStudent()".
Inlined service ".service_locator.7tCwg.i" to ".service_locator.7tCwg.i.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController::newCampaign()".
Inlined service ".service_locator.opepJx2" to ".service_locator.opepJx2.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController::showCampaign()".
Inlined service ".service_locator._PLB4Gz" to ".service_locator._PLB4Gz.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController::editCampaign()".
Inlined service ".service_locator.LWtvaEY" to ".service_locator.LWtvaEY.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController::evaluation()".
Inlined service ".service_locator.8WmZV5Y" to ".service_locator.8WmZV5Y.App\Controller\Admin\TechnologyWatch\AdminTechnologyWatchController::reactivateArticle()".
Inlined service ".service_locator.ryd3AOO" to ".service_locator.ryd3AOO.App\Controller\Admin\TutorAssignmentController::index()".
Inlined service ".service_locator.8R_.SXa" to ".service_locator.8R_.SXa.App\Controller\Admin\TutorAssignmentController::new()".
Inlined service ".service_locator.3GBeMaX" to ".service_locator.3GBeMaX.App\Controller\Admin\TutorAssignmentController::edit()".
Inlined service ".service_locator.0LUmC15" to ".service_locator.0LUmC15.App\Controller\Admin\TutorAssignmentController::toggleActive()".
Inlined service ".service_locator.PtMLGj3" to ".service_locator.PtMLGj3.App\Controller\Admin\UserController::index()".
Inlined service ".service_locator.4IGxgC6" to ".service_locator.4IGxgC6.App\Controller\Admin\UserController::new()".
Inlined service ".service_locator.dsrZGmb" to ".service_locator.dsrZGmb.App\Controller\Admin\UserController::import()".
Inlined service ".service_locator.9iufBiU" to ".service_locator.9iufBiU.App\Controller\Admin\UserController::show()".
Inlined service ".service_locator.u0SHtIr" to ".service_locator.u0SHtIr.App\Controller\Admin\UserController::edit()".
Inlined service ".service_locator.9jcp6th" to ".service_locator.9jcp6th.App\Controller\Admin\UserController::toggleActive()".
Inlined service ".service_locator.70p5039" to ".service_locator.70p5039.App\Controller\AlertCenterController::index()".
Inlined service ".service_locator.TdsApli" to ".service_locator.TdsApli.App\Controller\Export\ExportController::index()".
Inlined service ".service_locator.fuVUHtL" to ".service_locator.fuVUHtL.App\Controller\Export\ExportController::download()".
Inlined service ".service_locator.1zTnx7n" to ".service_locator.1zTnx7n.App\Controller\HelpController::__invoke()".
Inlined service ".service_locator.X7TPeKi" to ".service_locator.X7TPeKi.App\Controller\HomeController::index()".
Inlined service ".service_locator.2f8ivNr" to ".service_locator.2f8ivNr.App\Controller\Rf\DashboardController::index()".
Inlined service ".service_locator.FdwkMHX" to ".service_locator.FdwkMHX.App\Controller\Rf\RfAncillaryFeeController::index()".
Inlined service ".service_locator.3QTYh6r" to ".service_locator.3QTYh6r.App\Controller\Rf\RfAncillaryFeeController::new()".
Inlined service ".service_locator.W81h.Rd" to ".service_locator.W81h.Rd.App\Controller\Rf\RfAncillaryFeeController::show()".
Inlined service ".service_locator.vWdmnkq" to ".service_locator.vWdmnkq.App\Controller\Rf\RfAncillaryFeeController::edit()".
Inlined service ".service_locator.lq04YKd" to ".service_locator.lq04YKd.App\Controller\Rf\RfCanteenController::show()".
Inlined service ".service_locator.MwA7G5G" to ".service_locator.MwA7G5G.App\Controller\Rf\RfCompanyContactReportController::index()".
Inlined service ".service_locator.PvHNr9s" to ".service_locator.PvHNr9s.App\Controller\Rf\RfCompanyContactReportController::new()".
Inlined service ".service_locator.pnnXUr5" to ".service_locator.pnnXUr5.App\Controller\Rf\RfCompanyContactReportController::edit()".
Inlined service ".service_locator.wG0N1dU" to ".service_locator.wG0N1dU.App\Controller\Rf\RfCompanyController::show()".
Inlined service ".service_locator.f9XygLP" to ".service_locator.f9XygLP.App\Controller\Rf\RfCompanyTutorController::show()".
Inlined service ".service_locator.P0KGjvk" to ".service_locator.P0KGjvk.App\Controller\Rf\RfDocumentResourceController::new()".
Inlined service ".service_locator.YWr.2S2" to ".service_locator.YWr.2S2.App\Controller\Rf\RfDocumentResourceController::edit()".
Inlined service ".service_locator.QLWFvCS" to ".service_locator.QLWFvCS.App\Controller\Rf\RfDocumentResourceController::archive()".
Inlined service ".service_locator.fUrzIMH" to ".service_locator.fUrzIMH.App\Controller\Rf\RfFollowUpDashboardController::index()".
Inlined service ".service_locator.t1W41MH" to ".service_locator.t1W41MH.App\Controller\Rf\RfFollowUpExportController::exportClass()".
Inlined service ".service_locator.RpC6OfY" to ".service_locator.RpC6OfY.App\Controller\Rf\RfFollowUpExportController::exportStudent()".
Inlined service ".service_locator.iFndExZ" to ".service_locator.iFndExZ.App\Controller\Rf\RfFollowUpSheetController::index()".
Inlined service ".service_locator.0ogne_I" to ".service_locator.0ogne_I.App\Controller\Rf\RfFollowUpSheetController::show()".
Inlined service ".service_locator.FOBMv51" to ".service_locator.FOBMv51.App\Controller\Rf\RfFollowUpSheetController::downloadModelPdf()".
Inlined service ".service_locator.kZpbh_5" to ".service_locator.kZpbh_5.App\Controller\Rf\RfFollowUpSheetController::downloadSignedPdf()".
Inlined service ".service_locator.RQz5lPU" to ".service_locator.RQz5lPU.App\Controller\Rf\RfFollowUpSheetController::resetSignedPdf()".
Inlined service ".service_locator.DIC7C8D" to ".service_locator.DIC7C8D.App\Controller\Rf\RfFollowUpSheetController::unlock()".
Inlined service ".service_locator.s7G2oue" to ".service_locator.s7G2oue.App\Controller\Rf\RfStudentContractController::index()".
Inlined service ".service_locator.TOb30Sc" to ".service_locator.TOb30Sc.App\Controller\Rf\RfStudentContractController::new()".
Inlined service ".service_locator.9uqqbWN" to ".service_locator.9uqqbWN.App\Controller\Rf\RfStudentContractController::show()".
Inlined service ".service_locator.8.sQGyz" to ".service_locator.8.sQGyz.App\Controller\Rf\RfStudentContractController::edit()".
Inlined service ".service_locator.sDZtubE" to ".service_locator.sDZtubE.App\Controller\Rf\RfStudentController::classes()".
Inlined service ".service_locator..X.CT.w" to ".service_locator..X.CT.w.App\Controller\Rf\RfStudentController::students()".
Inlined service ".service_locator.DxFjILs" to ".service_locator.DxFjILs.App\Controller\Rf\RfStudentController::show()".
Inlined service ".service_locator.kgWrJCQ" to ".service_locator.kgWrJCQ.App\Controller\Rf\RfStudentConvocationController::index()".
Inlined service ".service_locator.mG6xMEC" to ".service_locator.mG6xMEC.App\Controller\Rf\RfStudentConvocationController::new()".
Inlined service ".service_locator.aMX3I91" to ".service_locator.aMX3I91.App\Controller\Rf\RfStudentConvocationController::show()".
Inlined service ".service_locator.Ps0in6T" to ".service_locator.Ps0in6T.App\Controller\Rf\RfStudentConvocationController::edit()".
Inlined service ".service_locator.zk1elv7" to ".service_locator.zk1elv7.App\Controller\Rf\RfTutorAssignmentController::index()".
Inlined service ".service_locator.AdQA3rs" to ".service_locator.AdQA3rs.App\Controller\Rf\RfTutorAssignmentController::new()".
Inlined service ".service_locator.7ChuICA" to ".service_locator.7ChuICA.App\Controller\Rf\RfTutorAssignmentController::edit()".
Inlined service ".service_locator.82sdB_8" to ".service_locator.82sdB_8.App\Controller\Rf\RfTutorAssignmentController::toggleActive()".
Inlined service ".service_locator.Frl1kSj" to ".service_locator.Frl1kSj.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController::index()".
Inlined service ".service_locator.LYaQ9B3" to ".service_locator.LYaQ9B3.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController::students()".
Inlined service ".service_locator.DODw6mi" to ".service_locator.DODw6mi.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController::showStudent()".
Inlined service ".service_locator.FdsHIiq" to ".service_locator.FdsHIiq.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController::campaigns()".
Inlined service ".service_locator.74W1ihk" to ".service_locator.74W1ihk.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController::newCampaign()".
Inlined service ".service_locator.lyKoPf1" to ".service_locator.lyKoPf1.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController::showCampaign()".
Inlined service ".service_locator.3KkXywy" to ".service_locator.3KkXywy.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController::editCampaign()".
Inlined service ".service_locator.m.l1ySq" to ".service_locator.m.l1ySq.App\Controller\Rf\TechnologyWatch\RfTechnologyWatchController::evaluation()".
Inlined service ".service_locator.hAwuVPi" to ".service_locator.hAwuVPi.App\Controller\SecurityController::login()".
Inlined service ".service_locator.dSUSzl." to ".service_locator.dSUSzl..App\Controller\Student\DashboardController::index()".
Inlined service ".service_locator.tlJrKMr" to ".service_locator.tlJrKMr.App\Controller\Student\StudentContractController::show()".
Inlined service ".service_locator.AiIcYvd" to ".service_locator.AiIcYvd.App\Controller\Student\StudentFollowUpSheetController::index()".
Inlined service ".service_locator.2P3kDd4" to ".service_locator.2P3kDd4.App\Controller\Student\StudentFollowUpSheetController::edit()".
Inlined service ".service_locator.WzkdYV9" to ".service_locator.WzkdYV9.App\Controller\Student\StudentFollowUpSheetController::validateSheet()".
Inlined service ".service_locator.JtVeWYz" to ".service_locator.JtVeWYz.App\Controller\Student\StudentFollowUpSheetController::requestUnlock()".
Inlined service ".service_locator.0f9hU0q" to ".service_locator.0f9hU0q.App\Controller\Student\TechnologyWatch\TechnologyWatchController::index()".
Inlined service ".service_locator.9Z_RCOL" to ".service_locator.9Z_RCOL.App\Controller\Student\TechnologyWatch\TechnologyWatchController::editProfile()".
Inlined service ".service_locator.PSW4m5r" to ".service_locator.PSW4m5r.App\Controller\Student\TechnologyWatch\TechnologyWatchController::profileHistory()".
Inlined service ".service_locator.GVy8xJG" to ".service_locator.GVy8xJG.App\Controller\Student\TechnologyWatch\TechnologyWatchController::articles()".
Inlined service ".service_locator.Dwz_aIy" to ".service_locator.Dwz_aIy.App\Controller\Student\TechnologyWatch\TechnologyWatchController::newArticle()".
Inlined service ".service_locator.koEX_e3" to ".service_locator.koEX_e3.App\Controller\Student\TechnologyWatch\TechnologyWatchController::editArticle()".
Inlined service ".service_locator.fj4ZOp7" to ".service_locator.fj4ZOp7.App\Controller\Student\TechnologyWatch\TechnologyWatchController::disableArticle()".
Inlined service ".service_locator.SCHOy1." to ".service_locator.SCHOy1..App\Controller\Student\TechnologyWatch\TechnologyWatchController::campaigns()".
Inlined service ".service_locator.5NF_LSR" to ".service_locator.5NF_LSR.App\Controller\Student\TechnologyWatch\TechnologyWatchController::showCampaign()".
Inlined service ".service_locator.aANd0rF" to ".service_locator.aANd0rF.App\Controller\Te\TeCompanyContactReportController::index()".
Inlined service ".service_locator.K3iZZJV" to ".service_locator.K3iZZJV.App\Controller\Te\TeCompanyContactReportController::new()".
Inlined service ".service_locator.pvMm3nA" to ".service_locator.pvMm3nA.App\Controller\Te\TeCompanyContactReportController::edit()".
Inlined service ".service_locator.7o9hwdS" to ".service_locator.7o9hwdS.App\Controller\Te\TeContractController::index()".
Inlined service ".service_locator.ryBuvhw" to ".service_locator.ryBuvhw.App\Controller\Te\TeContractController::show()".
Inlined service ".service_locator.ufTD0Ae" to ".service_locator.ufTD0Ae.App\Controller\Te\TeFollowUpDashboardController::index()".
Inlined service ".service_locator.6psYXar" to ".service_locator.6psYXar.App\Controller\Te\TeFollowUpExportController::exportStudent()".
Inlined service ".service_locator.abAZ_J6" to ".service_locator.abAZ_J6.App\Controller\Te\TeFollowUpSheetController::index()".
Inlined service ".service_locator.5XHOuPu" to ".service_locator.5XHOuPu.App\Controller\Te\TeFollowUpSheetController::show()".
Inlined service ".service_locator.jcbUUdp" to ".service_locator.jcbUUdp.App\Controller\Te\TeFollowUpSheetController::downloadModelPdf()".
Inlined service ".service_locator.v3tAtKJ" to ".service_locator.v3tAtKJ.App\Controller\Te\TeFollowUpSheetController::downloadSignedPdf()".
Inlined service ".service_locator.u0wiNfX" to ".service_locator.u0wiNfX.App\Controller\Te\TeStudentController::index()".
Inlined service ".service_locator.dZjvLp3" to ".service_locator.dZjvLp3.App\Controller\Te\TeStudentController::show()".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "argument_resolver.header_value_resolver" to ".debug.value_resolver.argument_resolver.header_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "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.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.xdLQ5FJ" to ".service_locator.xdLQ5FJ.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.BzaRe12" to "debug.argument_resolver.inner".
Inlined service ".service_locator.yaqxmaC" to "debug.console.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.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.number" 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 ".service_locator.vJqXu2q" to "console.command_loader".
Inlined service ".service_locator.xdLQ5FJ.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "debug.console.argument_resolver.inner" to "console.argument_resolver".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "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".
2
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", "console.argument_resolver", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.asset_mapper", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.snappy", "monolog.logger.deprecation", but was never used.
6
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.
Keeping array build parameter ".container.known_envs" for placeholder resolution.
Keeping array build parameter ".serializer.named_serializers" for placeholder resolution.