Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Extensions\Doctrine\MatchAgainst" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Extensions\Doctrine\MatchAgainst" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Extensions\Doctrine\TimeFunction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Extensions\Doctrine\TimeFunction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Tetranz\Select2EntityBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since lexik/jwt-authentication-bundle 2.16: The "lexik_jwt_authentication.user_identity_field" configuration key is deprecated since version 2.16, use "lexik_jwt_authentication.user_id_claim" or implement "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" instead.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
"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.phone AS phone_7, t0.user_type AS user_type_8, t0.is_verified AS is_verified_9, t0.matricule AS matricule_10, t0.full_name AS full_name_11, t0.last_request_ts AS last_request_ts_12, t0.theme AS theme_13, t0.picture AS picture_14, t0.sexe AS sexe_15, t0.local_phone_lang AS local_phone_lang_16, t0.user_token AS user_token_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.author_id AS author_id_20, t0.editor_id AS editor_id_21, t0.school_id AS school_id_22 FROM `user` t0 WHERE t0.phone = ? LIMIT 1"
(parameters:
[1 => "661788095"
]
, types:
[1 => 2]
)
doctrine
[
"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.phone AS phone_7, t0.user_type AS user_type_8, t0.is_verified AS is_verified_9, t0.matricule AS matricule_10, t0.full_name AS full_name_11, t0.last_request_ts AS last_request_ts_12, t0.theme AS theme_13, t0.picture AS picture_14, t0.sexe AS sexe_15, t0.local_phone_lang AS local_phone_lang_16, t0.user_token AS user_token_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.author_id AS author_id_20, t0.editor_id AS editor_id_21, t0.school_id AS school_id_22 FROM `user` t0 WHERE t0.phone = ? LIMIT 1"
"params" => [1 => "661788095"
]
"types" => [1 => 2]
]
"SELECT DISTINCT t0_.id AS id_0 FROM subject s1_ LEFT JOIN `user` u2_ ON s1_.prof_id = u2_.id LEFT JOIN the_class t0_ ON s1_.classe_id = t0_.id WHERE u2_.id = ?"
(parameters:
[1 => 4082]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT DISTINCT t0_.id AS id_0 FROM subject s1_ LEFT JOIN `user` u2_ ON s1_.prof_id = u2_.id LEFT JOIN the_class t0_ ON s1_.classe_id = t0_.id WHERE u2_.id = ?"
"params" => [1 => 4082]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.initiator_id AS initiator_id_3, c0_.recipient_id AS recipient_id_4, c0_.year_id AS year_id_5 FROM chat c0_ LEFT JOIN `user` u1_ ON c0_.initiator_id = u1_.id LEFT JOIN `user` u2_ ON c0_.recipient_id = u2_.id LEFT JOIN school_year s3_ ON c0_.year_id = s3_.id LEFT JOIN message m4_ ON c0_.id = m4_.chat_id WHERE (u1_.id = ? OR u2_.id = ?) AND s3_.active = ? ORDER BY m4_.created_at DESC"
(parameters:
[1 => 40822 => 40823 => 1]
, types:
[1 => 12 => 13 => 5]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.initiator_id AS initiator_id_3, c0_.recipient_id AS recipient_id_4, c0_.year_id AS year_id_5 FROM chat c0_ LEFT JOIN `user` u1_ ON c0_.initiator_id = u1_.id LEFT JOIN `user` u2_ ON c0_.recipient_id = u2_.id LEFT JOIN school_year s3_ ON c0_.year_id = s3_.id LEFT JOIN message m4_ ON c0_.id = m4_.chat_id WHERE (u1_.id = ? OR u2_.id = ?) AND s3_.active = ? ORDER BY m4_.created_at DESC"
"params" => [1 => 40822 => 40823 => 1]
"types" => [1 => 12 => 13 => 5]
]
debug
Executing query:
"SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.active AS active_2, t0_.slug AS slug_3, t0_.created_at AS created_at_4, t0_.updated_at AS updated_at_5, s1_.id AS id_6, s1_.name AS name_7, s1_.created_at AS created_at_8, s1_.updated_at AS updated_at_9, t0_.section_id AS section_id_10, t0_.author_id AS author_id_11, t0_.editor_id AS editor_id_12, t0_.school_id AS school_id_13, t0_.prof_id AS prof_id_14, t0_.principal_prof_id AS principal_prof_id_15, s1_.author_id AS author_id_16, s1_.editor_id AS editor_id_17, s1_.school_id AS school_id_18 FROM the_class t0_ LEFT JOIN school_section s1_ ON t0_.section_id = s1_.id ORDER BY t0_.name DESC"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.active AS active_2, t0_.slug AS slug_3, t0_.created_at AS created_at_4, t0_.updated_at AS updated_at_5, s1_.id AS id_6, s1_.name AS name_7, s1_.created_at AS created_at_8, s1_.updated_at AS updated_at_9, t0_.section_id AS section_id_10, t0_.author_id AS author_id_11, t0_.editor_id AS editor_id_12, t0_.school_id AS school_id_13, t0_.prof_id AS prof_id_14, t0_.principal_prof_id AS principal_prof_id_15, s1_.author_id AS author_id_16, s1_.editor_id AS editor_id_17, s1_.school_id AS school_id_18 FROM the_class t0_ LEFT JOIN school_section s1_ ON t0_.section_id = s1_.id ORDER BY t0_.name DESC"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.slug AS slug_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.section_id AS section_id_7, t0.author_id AS author_id_8, t0.editor_id AS editor_id_9, t0.school_id AS school_id_10, t0.prof_id AS prof_id_11, t0.principal_prof_id AS principal_prof_id_12 FROM the_class t0 WHERE t0.school_id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.slug AS slug_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.section_id AS section_id_7, t0.author_id AS author_id_8, t0.editor_id AS editor_id_9, t0.school_id AS school_id_10, t0.prof_id AS prof_id_11, t0.principal_prof_id AS principal_prof_id_12 FROM the_class t0 WHERE t0.school_id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.name_en AS name_en_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.author_id AS author_id_7, t0.editor_id AS editor_id_8, t9.id AS id_10, t9.time AS time_11, t9.school_id AS school_id_12, t9.year_id AS year_id_13, t9.author_id AS author_id_14 FROM school_year t0 LEFT JOIN agenda_time_convertion t9 ON t9.year_id = t0.id WHERE t0.active = ? LIMIT 1"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.name_en AS name_en_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.author_id AS author_id_7, t0.editor_id AS editor_id_8, t9.id AS id_10, t9.time AS time_11, t9.school_id AS school_id_12, t9.year_id AS year_id_13, t9.author_id AS author_id_14 FROM school_year t0 LEFT JOIN agenda_time_convertion t9 ON t9.year_id = t0.id WHERE t0.active = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.slug AS slug_2, s0_.last_school_name AS last_school_name_3, s0_.repeater AS repeater_4, s0_.active AS active_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.year_id AS year_id_8, s0_.student_id AS student_id_9, s0_.classe_id AS classe_id_10, s0_.school_id AS school_id_11, s0_.scolarity_id AS scolarity_id_12 FROM student_year s0_ LEFT JOIN student s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id LEFT JOIN school s3_ ON s0_.school_id = s3_.id LEFT JOIN `user` u4_ ON s1_.parent_id = u4_.id WHERE u4_.id = ? AND s2_.active = ? AND s0_.active = ? AND s3_.id = ?"
(parameters:
[1 => 40822 => 13 => 14 => 2]
, types:
[1 => 12 => 53 => 54 => 1]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.slug AS slug_2, s0_.last_school_name AS last_school_name_3, s0_.repeater AS repeater_4, s0_.active AS active_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.year_id AS year_id_8, s0_.student_id AS student_id_9, s0_.classe_id AS classe_id_10, s0_.school_id AS school_id_11, s0_.scolarity_id AS scolarity_id_12 FROM student_year s0_ LEFT JOIN student s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id LEFT JOIN school s3_ ON s0_.school_id = s3_.id LEFT JOIN `user` u4_ ON s1_.parent_id = u4_.id WHERE u4_.id = ? AND s2_.active = ? AND s0_.active = ? AND s3_.id = ?"
"params" => [1 => 40822 => 13 => 14 => 2]
"types" => [1 => 12 => 53 => 54 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.amount AS amount_1, s0_.date_paid AS date_paid_2, s0_.student_id AS student_id_3, s0_.scolarity_id AS scolarity_id_4 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s1_.year_id = s2_.id LEFT JOIN scolarity s3_ ON s0_.scolarity_id = s3_.id WHERE s1_.id = ? AND s2_.active = ? ORDER BY s3_.end_at ASC"
(parameters:
[1 => 27072 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.amount AS amount_1, s0_.date_paid AS date_paid_2, s0_.student_id AS student_id_3, s0_.scolarity_id AS scolarity_id_4 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s1_.year_id = s2_.id LEFT JOIN scolarity s3_ ON s0_.scolarity_id = s3_.id WHERE s1_.id = ? AND s2_.active = ? ORDER BY s3_.end_at ASC"
"params" => [1 => 27072 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 181]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 181]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 182]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 182]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 183]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 183]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 184]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 184]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT SUM(s0_.amount) AS sclr_0 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id WHERE s1_.id = ?"
(parameters:
[1 => 2707]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT SUM(s0_.amount) AS sclr_0 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id WHERE s1_.id = ?"
"params" => [1 => 2707]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT SUM(s0_.amount) AS sclr_0 FROM scolarity s0_ LEFT JOIN the_class t1_ ON s0_.classe_id = t1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id WHERE t1_.id = ? AND s2_.active = ?"
(parameters:
[1 => 462 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT SUM(s0_.amount) AS sclr_0 FROM scolarity s0_ LEFT JOIN the_class t1_ ON s0_.classe_id = t1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id WHERE t1_.id = ? AND s2_.active = ?"
"params" => [1 => 462 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.matricule AS matricule_4, t0.born_location AS born_location_5, t0.full_name AS full_name_6, t0.sexe AS sexe_7, t0.picture AS picture_8, t0.born_arrondissement AS born_arrondissement_9, t0.born_departement AS born_departement_10, t0.father AS father_11, t0.mother AS mother_12, t0.born_day AS born_day_13, t0.gov_matricule AS gov_matricule_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.editor_id AS editor_id_18, t0.author_id AS author_id_19, t0.school_id AS school_id_20, t21.id AS id_22, t21.details AS details_23, t21.student_id AS student_id_24, t21.school_id AS school_id_25, t21.year_id AS year_id_26 FROM student t0 LEFT JOIN definitive_exclusion t21 ON t21.student_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 2707]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.matricule AS matricule_4, t0.born_location AS born_location_5, t0.full_name AS full_name_6, t0.sexe AS sexe_7, t0.picture AS picture_8, t0.born_arrondissement AS born_arrondissement_9, t0.born_departement AS born_departement_10, t0.father AS father_11, t0.mother AS mother_12, t0.born_day AS born_day_13, t0.gov_matricule AS gov_matricule_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.editor_id AS editor_id_18, t0.author_id AS author_id_19, t0.school_id AS school_id_20, t21.id AS id_22, t21.details AS details_23, t21.student_id AS student_id_24, t21.school_id AS school_id_25, t21.year_id AS year_id_26 FROM student t0 LEFT JOIN definitive_exclusion t21 ON t21.student_id = t0.id WHERE t0.id = ?"
"params" => [1 => 2707]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.amount AS amount_1, s0_.date_paid AS date_paid_2, s0_.student_id AS student_id_3, s0_.scolarity_id AS scolarity_id_4 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s1_.year_id = s2_.id LEFT JOIN scolarity s3_ ON s0_.scolarity_id = s3_.id WHERE s1_.id = ? AND s2_.active = ? ORDER BY s3_.end_at ASC"
(parameters:
[1 => 32602 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.amount AS amount_1, s0_.date_paid AS date_paid_2, s0_.student_id AS student_id_3, s0_.scolarity_id AS scolarity_id_4 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s1_.year_id = s2_.id LEFT JOIN scolarity s3_ ON s0_.scolarity_id = s3_.id WHERE s1_.id = ? AND s2_.active = ? ORDER BY s3_.end_at ASC"
"params" => [1 => 32602 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 217]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 217]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 218]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 218]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 219]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 219]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 220]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 220]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT SUM(s0_.amount) AS sclr_0 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id WHERE s1_.id = ?"
(parameters:
[1 => 3260]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT SUM(s0_.amount) AS sclr_0 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id WHERE s1_.id = ?"
"params" => [1 => 3260]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT SUM(s0_.amount) AS sclr_0 FROM scolarity s0_ LEFT JOIN the_class t1_ ON s0_.classe_id = t1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id WHERE t1_.id = ? AND s2_.active = ?"
(parameters:
[1 => 552 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT SUM(s0_.amount) AS sclr_0 FROM scolarity s0_ LEFT JOIN the_class t1_ ON s0_.classe_id = t1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id WHERE t1_.id = ? AND s2_.active = ?"
"params" => [1 => 552 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.matricule AS matricule_4, t0.born_location AS born_location_5, t0.full_name AS full_name_6, t0.sexe AS sexe_7, t0.picture AS picture_8, t0.born_arrondissement AS born_arrondissement_9, t0.born_departement AS born_departement_10, t0.father AS father_11, t0.mother AS mother_12, t0.born_day AS born_day_13, t0.gov_matricule AS gov_matricule_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.editor_id AS editor_id_18, t0.author_id AS author_id_19, t0.school_id AS school_id_20, t21.id AS id_22, t21.details AS details_23, t21.student_id AS student_id_24, t21.school_id AS school_id_25, t21.year_id AS year_id_26 FROM student t0 LEFT JOIN definitive_exclusion t21 ON t21.student_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 3260]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.matricule AS matricule_4, t0.born_location AS born_location_5, t0.full_name AS full_name_6, t0.sexe AS sexe_7, t0.picture AS picture_8, t0.born_arrondissement AS born_arrondissement_9, t0.born_departement AS born_departement_10, t0.father AS father_11, t0.mother AS mother_12, t0.born_day AS born_day_13, t0.gov_matricule AS gov_matricule_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.editor_id AS editor_id_18, t0.author_id AS author_id_19, t0.school_id AS school_id_20, t21.id AS id_22, t21.details AS details_23, t21.student_id AS student_id_24, t21.school_id AS school_id_25, t21.year_id AS year_id_26 FROM student t0 LEFT JOIN definitive_exclusion t21 ON t21.student_id = t0.id WHERE t0.id = ?"
"params" => [1 => 3260]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.amount AS amount_1, s0_.date_paid AS date_paid_2, s0_.student_id AS student_id_3, s0_.scolarity_id AS scolarity_id_4 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s1_.year_id = s2_.id LEFT JOIN scolarity s3_ ON s0_.scolarity_id = s3_.id WHERE s1_.id = ? AND s2_.active = ? ORDER BY s3_.end_at ASC"
(parameters:
[1 => 39392 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.amount AS amount_1, s0_.date_paid AS date_paid_2, s0_.student_id AS student_id_3, s0_.scolarity_id AS scolarity_id_4 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s1_.year_id = s2_.id LEFT JOIN scolarity s3_ ON s0_.scolarity_id = s3_.id WHERE s1_.id = ? AND s2_.active = ? ORDER BY s3_.end_at ASC"
"params" => [1 => 39392 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 261]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 261]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 262]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 262]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 263]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 263]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 264]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 264]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT SUM(s0_.amount) AS sclr_0 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id WHERE s1_.id = ?"
(parameters:
[1 => 3939]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT SUM(s0_.amount) AS sclr_0 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id WHERE s1_.id = ?"
"params" => [1 => 3939]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT SUM(s0_.amount) AS sclr_0 FROM scolarity s0_ LEFT JOIN the_class t1_ ON s0_.classe_id = t1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id WHERE t1_.id = ? AND s2_.active = ?"
(parameters:
[1 => 662 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT SUM(s0_.amount) AS sclr_0 FROM scolarity s0_ LEFT JOIN the_class t1_ ON s0_.classe_id = t1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id WHERE t1_.id = ? AND s2_.active = ?"
"params" => [1 => 662 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.matricule AS matricule_4, t0.born_location AS born_location_5, t0.full_name AS full_name_6, t0.sexe AS sexe_7, t0.picture AS picture_8, t0.born_arrondissement AS born_arrondissement_9, t0.born_departement AS born_departement_10, t0.father AS father_11, t0.mother AS mother_12, t0.born_day AS born_day_13, t0.gov_matricule AS gov_matricule_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.editor_id AS editor_id_18, t0.author_id AS author_id_19, t0.school_id AS school_id_20, t21.id AS id_22, t21.details AS details_23, t21.student_id AS student_id_24, t21.school_id AS school_id_25, t21.year_id AS year_id_26 FROM student t0 LEFT JOIN definitive_exclusion t21 ON t21.student_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 3939]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.matricule AS matricule_4, t0.born_location AS born_location_5, t0.full_name AS full_name_6, t0.sexe AS sexe_7, t0.picture AS picture_8, t0.born_arrondissement AS born_arrondissement_9, t0.born_departement AS born_departement_10, t0.father AS father_11, t0.mother AS mother_12, t0.born_day AS born_day_13, t0.gov_matricule AS gov_matricule_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.editor_id AS editor_id_18, t0.author_id AS author_id_19, t0.school_id AS school_id_20, t21.id AS id_22, t21.details AS details_23, t21.student_id AS student_id_24, t21.school_id AS school_id_25, t21.year_id AS year_id_26 FROM student t0 LEFT JOIN definitive_exclusion t21 ON t21.student_id = t0.id WHERE t0.id = ?"
"params" => [1 => 3939]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.amount AS amount_1, s0_.date_paid AS date_paid_2, s0_.student_id AS student_id_3, s0_.scolarity_id AS scolarity_id_4 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s1_.year_id = s2_.id LEFT JOIN scolarity s3_ ON s0_.scolarity_id = s3_.id WHERE s1_.id = ? AND s2_.active = ? ORDER BY s3_.end_at ASC"
(parameters:
[1 => 47712 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.amount AS amount_1, s0_.date_paid AS date_paid_2, s0_.student_id AS student_id_3, s0_.scolarity_id AS scolarity_id_4 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id LEFT JOIN school_year s2_ ON s1_.year_id = s2_.id LEFT JOIN scolarity s3_ ON s0_.scolarity_id = s3_.id WHERE s1_.id = ? AND s2_.active = ? ORDER BY s3_.end_at ASC"
"params" => [1 => 47712 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 317]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 317]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 318]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 318]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 319]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 319]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
(parameters:
[1 => 320]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.end_at AS end_at_3, t0.is_exams AS is_exams_4, t0.amount AS amount_5, t0.classe_id AS classe_id_6, t0.year_id AS year_id_7, t0.author_id AS author_id_8, t0.school_id AS school_id_9 FROM scolarity t0 WHERE t0.id = ?"
"params" => [1 => 320]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT SUM(s0_.amount) AS sclr_0 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id WHERE s1_.id = ?"
(parameters:
[1 => 4771]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT SUM(s0_.amount) AS sclr_0 FROM student_scolarity s0_ LEFT JOIN student_year s1_ ON s0_.student_id = s1_.id WHERE s1_.id = ?"
"params" => [1 => 4771]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT SUM(s0_.amount) AS sclr_0 FROM scolarity s0_ LEFT JOIN the_class t1_ ON s0_.classe_id = t1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id WHERE t1_.id = ? AND s2_.active = ?"
(parameters:
[1 => 802 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT SUM(s0_.amount) AS sclr_0 FROM scolarity s0_ LEFT JOIN the_class t1_ ON s0_.classe_id = t1_.id LEFT JOIN school_year s2_ ON s0_.year_id = s2_.id WHERE t1_.id = ? AND s2_.active = ?"
"params" => [1 => 802 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.matricule AS matricule_4, t0.born_location AS born_location_5, t0.full_name AS full_name_6, t0.sexe AS sexe_7, t0.picture AS picture_8, t0.born_arrondissement AS born_arrondissement_9, t0.born_departement AS born_departement_10, t0.father AS father_11, t0.mother AS mother_12, t0.born_day AS born_day_13, t0.gov_matricule AS gov_matricule_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.editor_id AS editor_id_18, t0.author_id AS author_id_19, t0.school_id AS school_id_20, t21.id AS id_22, t21.details AS details_23, t21.student_id AS student_id_24, t21.school_id AS school_id_25, t21.year_id AS year_id_26 FROM student t0 LEFT JOIN definitive_exclusion t21 ON t21.student_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 4771]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.matricule AS matricule_4, t0.born_location AS born_location_5, t0.full_name AS full_name_6, t0.sexe AS sexe_7, t0.picture AS picture_8, t0.born_arrondissement AS born_arrondissement_9, t0.born_departement AS born_departement_10, t0.father AS father_11, t0.mother AS mother_12, t0.born_day AS born_day_13, t0.gov_matricule AS gov_matricule_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.editor_id AS editor_id_18, t0.author_id AS author_id_19, t0.school_id AS school_id_20, t21.id AS id_22, t21.details AS details_23, t21.student_id AS student_id_24, t21.school_id AS school_id_25, t21.year_id AS year_id_26 FROM student t0 LEFT JOIN definitive_exclusion t21 ON t21.student_id = t0.id WHERE t0.id = ?"
"params" => [1 => 4771]
"types" => [1 => 1]
]
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
1074
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension" (parent: .abstract.instanceof.Twig\Extension\StringLoaderExtension).
Resolving inheritance for "Twig\Extension\StringLoaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceBlameConfigController" (parent: .abstract.instanceof.App\Controller\AbsenceBlameConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceBlameConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceBlameConfigController).
Resolving inheritance for "App\Controller\AbsenceBlameConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceBlameConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceController" (parent: .abstract.instanceof.App\Controller\AbsenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceController).
Resolving inheritance for "App\Controller\AbsenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceDisciplineConcileConfigController" (parent: .abstract.instanceof.App\Controller\AbsenceDisciplineConcileConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceDisciplineConcileConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceDisciplineConcileConfigController).
Resolving inheritance for "App\Controller\AbsenceDisciplineConcileConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceDisciplineConcileConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceExclusionConfigController" (parent: .abstract.instanceof.App\Controller\AbsenceExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceExclusionConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceExclusionConfigController).
Resolving inheritance for "App\Controller\AbsenceExclusionConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsencePunishConfigController" (parent: .abstract.instanceof.App\Controller\AbsencePunishConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsencePunishConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsencePunishConfigController).
Resolving inheritance for "App\Controller\AbsencePunishConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsencePunishConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceRetainedConfigController" (parent: .abstract.instanceof.App\Controller\AbsenceRetainedConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceRetainedConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceRetainedConfigController).
Resolving inheritance for "App\Controller\AbsenceRetainedConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceRetainedConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceWarningConfigController" (parent: .abstract.instanceof.App\Controller\AbsenceWarningConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceWarningConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceWarningConfigController).
Resolving inheritance for "App\Controller\AbsenceWarningConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceWarningConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdmissionLimitController" (parent: .abstract.instanceof.App\Controller\AdmissionLimitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdmissionLimitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdmissionLimitController).
Resolving inheritance for "App\Controller\AdmissionLimitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdmissionLimitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaController" (parent: .abstract.instanceof.App\Controller\AgendaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaController).
Resolving inheritance for "App\Controller\AgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaDayController" (parent: .abstract.instanceof.App\Controller\AgendaDayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaDayController).
Resolving inheritance for "App\Controller\AgendaDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaDayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaElementController" (parent: .abstract.instanceof.App\Controller\AgendaElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaElementController).
Resolving inheritance for "App\Controller\AgendaElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaTimeConvertionController" (parent: .abstract.instanceof.App\Controller\AgendaTimeConvertionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaTimeConvertionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaTimeConvertionController).
Resolving inheritance for "App\Controller\AgendaTimeConvertionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaTimeConvertionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AbsenceController" (parent: .abstract.instanceof.App\Controller\Api\AbsenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AbsenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AbsenceController).
Resolving inheritance for "App\Controller\Api\AbsenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AbsenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AgendaController" (parent: .abstract.instanceof.App\Controller\Api\AgendaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AgendaController).
Resolving inheritance for "App\Controller\Api\AgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AgendaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiChatController" (parent: .abstract.instanceof.App\Controller\Api\ApiChatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiChatController).
Resolving inheritance for "App\Controller\Api\ApiChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiChatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AppInitController" (parent: .abstract.instanceof.App\Controller\Api\AppInitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AppInitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AppInitController).
Resolving inheritance for "App\Controller\Api\AppInitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AppInitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BulletinController" (parent: .abstract.instanceof.App\Controller\Api\BulletinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BulletinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BulletinController).
Resolving inheritance for "App\Controller\Api\BulletinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BulletinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DiscussionClassController" (parent: .abstract.instanceof.App\Controller\Api\DiscussionClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DiscussionClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DiscussionClassController).
Resolving inheritance for "App\Controller\Api\DiscussionClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DiscussionClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DiscussionController" (parent: .abstract.instanceof.App\Controller\Api\DiscussionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DiscussionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DiscussionController).
Resolving inheritance for "App\Controller\Api\DiscussionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DiscussionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocInfoController" (parent: .abstract.instanceof.App\Controller\Api\DocInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocInfoController).
Resolving inheritance for "App\Controller\Api\DocInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EventController" (parent: .abstract.instanceof.App\Controller\Api\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EventController).
Resolving inheritance for "App\Controller\Api\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExamAgendaController" (parent: .abstract.instanceof.App\Controller\Api\ExamAgendaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExamAgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExamAgendaController).
Resolving inheritance for "App\Controller\Api\ExamAgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExamAgendaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HomeworkController" (parent: .abstract.instanceof.App\Controller\Api\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HomeworkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HomeworkController).
Resolving inheritance for "App\Controller\Api\HomeworkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LateController" (parent: .abstract.instanceof.App\Controller\Api\LateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LateController).
Resolving inheritance for "App\Controller\Api\LateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocalAccount" (parent: .abstract.instanceof.App\Controller\Api\LocalAccount).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocalAccount" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocalAccount).
Resolving inheritance for "App\Controller\Api\LocalAccount" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocalAccount).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LoginController" (parent: .abstract.instanceof.App\Controller\Api\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LoginController).
Resolving inheritance for "App\Controller\Api\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NewsController" (parent: .abstract.instanceof.App\Controller\Api\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NewsController).
Resolving inheritance for "App\Controller\Api\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NoteController" (parent: .abstract.instanceof.App\Controller\Api\NoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NoteController).
Resolving inheritance for "App\Controller\Api\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NotificationsController" (parent: .abstract.instanceof.App\Controller\Api\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NotificationsController).
Resolving inheritance for "App\Controller\Api\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OnlineController" (parent: .abstract.instanceof.App\Controller\Api\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OnlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OnlineController).
Resolving inheritance for "App\Controller\Api\OnlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ParentNoteController" (parent: .abstract.instanceof.App\Controller\Api\ParentNoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ParentNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ParentNoteController).
Resolving inheritance for "App\Controller\Api\ParentNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ParentNoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProfTimeController" (parent: .abstract.instanceof.App\Controller\Api\ProfTimeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProfTimeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProfTimeController).
Resolving inheritance for "App\Controller\Api\ProfTimeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProfTimeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PunishController" (parent: .abstract.instanceof.App\Controller\Api\PunishController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PunishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PunishController).
Resolving inheritance for "App\Controller\Api\PunishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PunishController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\Api\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ResetPasswordController).
Resolving inheritance for "App\Controller\Api\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StatisticsController" (parent: .abstract.instanceof.App\Controller\Api\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StatisticsController).
Resolving inheritance for "App\Controller\Api\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StudentScolarityController" (parent: .abstract.instanceof.App\Controller\Api\StudentScolarityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StudentScolarityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StudentScolarityController).
Resolving inheritance for "App\Controller\Api\StudentScolarityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StudentScolarityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UnreadController" (parent: .abstract.instanceof.App\Controller\Api\UnreadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UnreadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UnreadController).
Resolving inheritance for "App\Controller\Api\UnreadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UnreadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UpdatePassword" (parent: .abstract.instanceof.App\Controller\Api\UpdatePassword).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UpdatePassword" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UpdatePassword).
Resolving inheritance for "App\Controller\Api\UpdatePassword" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UpdatePassword).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserConnectedVerify" (parent: .abstract.instanceof.App\Controller\Api\UserConnectedVerify).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserConnectedVerify" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserConnectedVerify).
Resolving inheritance for "App\Controller\Api\UserConnectedVerify" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserConnectedVerify).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserUpdateAccount" (parent: .abstract.instanceof.App\Controller\Api\UserUpdateAccount).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserUpdateAccount" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserUpdateAccount).
Resolving inheritance for "App\Controller\Api\UserUpdateAccount" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserUpdateAccount).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppreciationController" (parent: .abstract.instanceof.App\Controller\AppreciationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppreciationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppreciationController).
Resolving inheritance for "App\Controller\AppreciationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppreciationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArchiveController" (parent: .abstract.instanceof.App\Controller\ArchiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArchiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArchiveController).
Resolving inheritance for "App\Controller\ArchiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArchiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameDefinitiveExclusionConfigController" (parent: .abstract.instanceof.App\Controller\BlameDefinitiveExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameDefinitiveExclusionConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameDefinitiveExclusionConfigController).
Resolving inheritance for "App\Controller\BlameDefinitiveExclusionConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameDefinitiveExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameDisciplineConcileConfigController" (parent: .abstract.instanceof.App\Controller\BlameDisciplineConcileConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameDisciplineConcileConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameDisciplineConcileConfigController).
Resolving inheritance for "App\Controller\BlameDisciplineConcileConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameDisciplineConcileConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameExclusionConfigController" (parent: .abstract.instanceof.App\Controller\BlameExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameExclusionConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameExclusionConfigController).
Resolving inheritance for "App\Controller\BlameExclusionConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameRetainedConfigController" (parent: .abstract.instanceof.App\Controller\BlameRetainedConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameRetainedConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameRetainedConfigController).
Resolving inheritance for "App\Controller\BlameRetainedConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameRetainedConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameWarningConfigController" (parent: .abstract.instanceof.App\Controller\BlameWarningConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameWarningConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameWarningConfigController).
Resolving inheritance for "App\Controller\BlameWarningConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameWarningConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCategoryController" (parent: .abstract.instanceof.App\Controller\BlogCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCategoryController).
Resolving inheritance for "App\Controller\BlogCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController" (parent: .abstract.instanceof.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController).
Resolving inheritance for "App\Controller\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BulletinController" (parent: .abstract.instanceof.App\Controller\BulletinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BulletinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BulletinController).
Resolving inheritance for "App\Controller\BulletinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BulletinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryEventController" (parent: .abstract.instanceof.App\Controller\CategoryEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryEventController).
Resolving inheritance for "App\Controller\CategoryEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController" (parent: .abstract.instanceof.App\Controller\ChatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController).
Resolving inheritance for "App\Controller\ChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController" (parent: .abstract.instanceof.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController).
Resolving inheritance for "App\Controller\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineBlameController" (parent: .abstract.instanceof.App\Controller\DisciplineBlameController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineBlameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineBlameController).
Resolving inheritance for "App\Controller\DisciplineBlameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineBlameController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineConcileController" (parent: .abstract.instanceof.App\Controller\DisciplineConcileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineConcileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineConcileController).
Resolving inheritance for "App\Controller\DisciplineConcileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineConcileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineExclusionController" (parent: .abstract.instanceof.App\Controller\DisciplineExclusionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineExclusionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineExclusionController).
Resolving inheritance for "App\Controller\DisciplineExclusionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineExclusionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplinePunishController" (parent: .abstract.instanceof.App\Controller\DisciplinePunishController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplinePunishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplinePunishController).
Resolving inheritance for "App\Controller\DisciplinePunishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplinePunishController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineRetainedController" (parent: .abstract.instanceof.App\Controller\DisciplineRetainedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineRetainedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineRetainedController).
Resolving inheritance for "App\Controller\DisciplineRetainedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineRetainedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineWarningController" (parent: .abstract.instanceof.App\Controller\DisciplineWarningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineWarningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineWarningController).
Resolving inheritance for "App\Controller\DisciplineWarningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineWarningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiscussionClassController" (parent: .abstract.instanceof.App\Controller\DiscussionClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiscussionClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiscussionClassController).
Resolving inheritance for "App\Controller\DiscussionClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiscussionClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocInfoController" (parent: .abstract.instanceof.App\Controller\DocInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocInfoController).
Resolving inheritance for "App\Controller\DocInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController" (parent: .abstract.instanceof.App\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController).
Resolving inheritance for "App\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaController" (parent: .abstract.instanceof.App\Controller\ExamAgendaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaController).
Resolving inheritance for "App\Controller\ExamAgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaDayController" (parent: .abstract.instanceof.App\Controller\ExamAgendaDayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaDayController).
Resolving inheritance for "App\Controller\ExamAgendaDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaDayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaElementController" (parent: .abstract.instanceof.App\Controller\ExamAgendaElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaElementController).
Resolving inheritance for "App\Controller\ExamAgendaElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamsController" (parent: .abstract.instanceof.App\Controller\ExamsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamsController).
Resolving inheritance for "App\Controller\ExamsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalDisciplineConfigController" (parent: .abstract.instanceof.App\Controller\GlobalDisciplineConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalDisciplineConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalDisciplineConfigController).
Resolving inheritance for "App\Controller\GlobalDisciplineConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalDisciplineConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalExamController" (parent: .abstract.instanceof.App\Controller\GlobalExamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalExamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalExamController).
Resolving inheritance for "App\Controller\GlobalExamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalExamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalQuarterController" (parent: .abstract.instanceof.App\Controller\GlobalQuarterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalQuarterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalQuarterController).
Resolving inheritance for "App\Controller\GlobalQuarterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalQuarterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomePageController" (parent: .abstract.instanceof.App\Controller\HomePageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomePageController).
Resolving inheritance for "App\Controller\HomePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomePageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeWorkController" (parent: .abstract.instanceof.App\Controller\HomeWorkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeWorkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeWorkController).
Resolving inheritance for "App\Controller\HomeWorkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeWorkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HonnorTableGenerationController" (parent: .abstract.instanceof.App\Controller\HonnorTableGenerationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HonnorTableGenerationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HonnorTableGenerationController).
Resolving inheritance for "App\Controller\HonnorTableGenerationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HonnorTableGenerationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsertDataController" (parent: .abstract.instanceof.App\Controller\InsertDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsertDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsertDataController).
Resolving inheritance for "App\Controller\InsertDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsertDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JustifyAbsenceController" (parent: .abstract.instanceof.App\Controller\JustifyAbsenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JustifyAbsenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JustifyAbsenceController).
Resolving inheritance for "App\Controller\JustifyAbsenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JustifyAbsenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LateController" (parent: .abstract.instanceof.App\Controller\LateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LateController).
Resolving inheritance for "App\Controller\LateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleChangeController" (parent: .abstract.instanceof.App\Controller\LocaleChangeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleChangeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleChangeController).
Resolving inheritance for "App\Controller\LocaleChangeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleChangeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MercureTestController" (parent: .abstract.instanceof.App\Controller\MercureTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MercureTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MercureTestController).
Resolving inheritance for "App\Controller\MercureTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MercureTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\AbsenceController" (parent: .abstract.instanceof.App\Controller\Mobile\AbsenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\AbsenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\AbsenceController).
Resolving inheritance for "App\Controller\Mobile\AbsenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\AbsenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DiscussionController" (parent: .abstract.instanceof.App\Controller\Mobile\DiscussionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DiscussionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DiscussionController).
Resolving inheritance for "App\Controller\Mobile\DiscussionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DiscussionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DiscussionGroupController" (parent: .abstract.instanceof.App\Controller\Mobile\DiscussionGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DiscussionGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DiscussionGroupController).
Resolving inheritance for "App\Controller\Mobile\DiscussionGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DiscussionGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DocController" (parent: .abstract.instanceof.App\Controller\Mobile\DocController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DocController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DocController).
Resolving inheritance for "App\Controller\Mobile\DocController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DocController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\EventController" (parent: .abstract.instanceof.App\Controller\Mobile\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\EventController).
Resolving inheritance for "App\Controller\Mobile\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\HomeworkController" (parent: .abstract.instanceof.App\Controller\Mobile\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\HomeworkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\HomeworkController).
Resolving inheritance for "App\Controller\Mobile\HomeworkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\LateController" (parent: .abstract.instanceof.App\Controller\Mobile\LateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\LateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\LateController).
Resolving inheritance for "App\Controller\Mobile\LateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\LateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\MobileHomeController" (parent: .abstract.instanceof.App\Controller\Mobile\MobileHomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\MobileHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\MobileHomeController).
Resolving inheritance for "App\Controller\Mobile\MobileHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\MobileHomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\NewsController" (parent: .abstract.instanceof.App\Controller\Mobile\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\NewsController).
Resolving inheritance for "App\Controller\Mobile\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\PunishController" (parent: .abstract.instanceof.App\Controller\Mobile\PunishController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\PunishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\PunishController).
Resolving inheritance for "App\Controller\Mobile\PunishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\PunishController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsCategoryController" (parent: .abstract.instanceof.App\Controller\NewsCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsCategoryController).
Resolving inheritance for "App\Controller\NewsCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" (parent: .abstract.instanceof.App\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController).
Resolving inheritance for "App\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController" (parent: .abstract.instanceof.App\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController).
Resolving inheritance for "App\Controller\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParentNoteController" (parent: .abstract.instanceof.App\Controller\ParentNoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParentNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParentNoteController).
Resolving inheritance for "App\Controller\ParentNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParentNoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController" (parent: .abstract.instanceof.App\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController).
Resolving inheritance for "App\Controller\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrimaryNoteController" (parent: .abstract.instanceof.App\Controller\PrimaryNoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrimaryNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrimaryNoteController).
Resolving inheritance for "App\Controller\PrimaryNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrimaryNoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrimaryParentNoteController" (parent: .abstract.instanceof.App\Controller\PrimaryParentNoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrimaryParentNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrimaryParentNoteController).
Resolving inheritance for "App\Controller\PrimaryParentNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrimaryParentNoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfSchoolPlannerController" (parent: .abstract.instanceof.App\Controller\ProfSchoolPlannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfSchoolPlannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfSchoolPlannerController).
Resolving inheritance for "App\Controller\ProfSchoolPlannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfSchoolPlannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfTimeController" (parent: .abstract.instanceof.App\Controller\ProfTimeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfTimeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfTimeController).
Resolving inheritance for "App\Controller\ProfTimeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfTimeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PunishCategoryController" (parent: .abstract.instanceof.App\Controller\PunishCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PunishCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PunishCategoryController).
Resolving inheritance for "App\Controller\PunishCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PunishCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PunishController" (parent: .abstract.instanceof.App\Controller\PunishController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PunishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PunishController).
Resolving inheritance for "App\Controller\PunishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PunishController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuarterController" (parent: .abstract.instanceof.App\Controller\QuarterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuarterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuarterController).
Resolving inheritance for "App\Controller\QuarterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuarterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportCardController" (parent: .abstract.instanceof.App\Controller\ReportCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportCardController).
Resolving inheritance for "App\Controller\ReportCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedBlameConfigController" (parent: .abstract.instanceof.App\Controller\RetainedBlameConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedBlameConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedBlameConfigController).
Resolving inheritance for "App\Controller\RetainedBlameConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedBlameConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedDefinitiveExclusionConfigController" (parent: .abstract.instanceof.App\Controller\RetainedDefinitiveExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedDefinitiveExclusionConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedDefinitiveExclusionConfigController).
Resolving inheritance for "App\Controller\RetainedDefinitiveExclusionConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedDefinitiveExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedExclusionConfigController" (parent: .abstract.instanceof.App\Controller\RetainedExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedExclusionConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedExclusionConfigController).
Resolving inheritance for "App\Controller\RetainedExclusionConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedWarningConfigController" (parent: .abstract.instanceof.App\Controller\RetainedWarningConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedWarningConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedWarningConfigController).
Resolving inheritance for "App\Controller\RetainedWarningConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedWarningConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolCertificateController" (parent: .abstract.instanceof.App\Controller\SchoolCertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolCertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolCertificateController).
Resolving inheritance for "App\Controller\SchoolCertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolCertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolController" (parent: .abstract.instanceof.App\Controller\SchoolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolController).
Resolving inheritance for "App\Controller\SchoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolPlannerTypeController" (parent: .abstract.instanceof.App\Controller\SchoolPlannerTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolPlannerTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolPlannerTypeController).
Resolving inheritance for "App\Controller\SchoolPlannerTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolPlannerTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolSectionController" (parent: .abstract.instanceof.App\Controller\SchoolSectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolSectionController).
Resolving inheritance for "App\Controller\SchoolSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolSectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolYearController" (parent: .abstract.instanceof.App\Controller\SchoolYearController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolYearController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolYearController).
Resolving inheritance for "App\Controller\SchoolYearController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolYearController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolYearInfosController" (parent: .abstract.instanceof.App\Controller\SchoolYearInfosController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolYearInfosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolYearInfosController).
Resolving inheritance for "App\Controller\SchoolYearInfosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolYearInfosController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScolarityController" (parent: .abstract.instanceof.App\Controller\ScolarityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScolarityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScolarityController).
Resolving inheritance for "App\Controller\ScolarityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScolarityController).
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 "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatsController" (parent: .abstract.instanceof.App\Controller\StatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatsController).
Resolving inheritance for "App\Controller\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StudentController" (parent: .abstract.instanceof.App\Controller\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StudentController).
Resolving inheritance for "App\Controller\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StudentScolarityController" (parent: .abstract.instanceof.App\Controller\StudentScolarityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StudentScolarityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StudentScolarityController).
Resolving inheritance for "App\Controller\StudentScolarityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StudentScolarityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubSequenceController" (parent: .abstract.instanceof.App\Controller\SubSequenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubSequenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubSequenceController).
Resolving inheritance for "App\Controller\SubSequenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubSequenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubjectController" (parent: .abstract.instanceof.App\Controller\SubjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubjectController).
Resolving inheritance for "App\Controller\SubjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubjectGroupController" (parent: .abstract.instanceof.App\Controller\SubjectGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubjectGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubjectGroupController).
Resolving inheritance for "App\Controller\SubjectGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubjectGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminHomePageController" (parent: .abstract.instanceof.App\Controller\SuperAdminHomePageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminHomePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminHomePageController).
Resolving inheritance for "App\Controller\SuperAdminHomePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminHomePageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMercureController" (parent: .abstract.instanceof.App\Controller\TestMercureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMercureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMercureController).
Resolving inheritance for "App\Controller\TestMercureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMercureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TheClassController" (parent: .abstract.instanceof.App\Controller\TheClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TheClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TheClassController).
Resolving inheritance for "App\Controller\TheClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TheClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ThemeController" (parent: .abstract.instanceof.App\Controller\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ThemeController).
Resolving inheritance for "App\Controller\ThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserProfileController" (parent: .abstract.instanceof.App\Controller\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserProfileController).
Resolving inheritance for "App\Controller\UserProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRegistrationController" (parent: .abstract.instanceof.App\Controller\UserRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRegistrationController).
Resolving inheritance for "App\Controller\UserRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserUpdatePasswordController" (parent: .abstract.instanceof.App\Controller\UserUpdatePasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserUpdatePasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserUpdatePasswordController).
Resolving inheritance for "App\Controller\UserUpdatePasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserUpdatePasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VerbalProcessController" (parent: .abstract.instanceof.App\Controller\VerbalProcessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VerbalProcessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VerbalProcessController).
Resolving inheritance for "App\Controller\VerbalProcessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VerbalProcessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningBlameConfigController" (parent: .abstract.instanceof.App\Controller\WarningBlameConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningBlameConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningBlameConfigController).
Resolving inheritance for "App\Controller\WarningBlameConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningBlameConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningDefinitiveExclusionConfigController" (parent: .abstract.instanceof.App\Controller\WarningDefinitiveExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningDefinitiveExclusionConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningDefinitiveExclusionConfigController).
Resolving inheritance for "App\Controller\WarningDefinitiveExclusionConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningDefinitiveExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningDisciplineConcileConfigController" (parent: .abstract.instanceof.App\Controller\WarningDisciplineConcileConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningDisciplineConcileConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningDisciplineConcileConfigController).
Resolving inheritance for "App\Controller\WarningDisciplineConcileConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningDisciplineConcileConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningExclusionConfigController" (parent: .abstract.instanceof.App\Controller\WarningExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningExclusionConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningExclusionConfigController).
Resolving inheritance for "App\Controller\WarningExclusionConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningExclusionConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningRetainedConfigController" (parent: .abstract.instanceof.App\Controller\WarningRetainedConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningRetainedConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningRetainedConfigController).
Resolving inheritance for "App\Controller\WarningRetainedConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningRetainedConfigController).
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\ExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LogoutSubscriber).
Resolving inheritance for "App\EventSubscriber\LogoutSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TwigEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TwigEventSubscriber).
Resolving inheritance for "App\EventSubscriber\TwigEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TwigEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceBlameConfigType" (parent: .abstract.instanceof.App\Form\AbsenceBlameConfigType).
Resolving inheritance for "App\Form\AbsenceBlameConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceBlameConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceBySequenceType" (parent: .abstract.instanceof.App\Form\AbsenceBySequenceType).
Resolving inheritance for "App\Form\AbsenceBySequenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceBySequenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceDisciplineConcileConfigType" (parent: .abstract.instanceof.App\Form\AbsenceDisciplineConcileConfigType).
Resolving inheritance for "App\Form\AbsenceDisciplineConcileConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceDisciplineConcileConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceEditionType" (parent: .abstract.instanceof.App\Form\AbsenceEditionType).
Resolving inheritance for "App\Form\AbsenceEditionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceEditionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceExclusionConfigType" (parent: .abstract.instanceof.App\Form\AbsenceExclusionConfigType).
Resolving inheritance for "App\Form\AbsenceExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsencePunishConfigType" (parent: .abstract.instanceof.App\Form\AbsencePunishConfigType).
Resolving inheritance for "App\Form\AbsencePunishConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsencePunishConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceRetainedConfigType" (parent: .abstract.instanceof.App\Form\AbsenceRetainedConfigType).
Resolving inheritance for "App\Form\AbsenceRetainedConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceRetainedConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceUploadType" (parent: .abstract.instanceof.App\Form\AbsenceUploadType).
Resolving inheritance for "App\Form\AbsenceUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceWarningConfigType" (parent: .abstract.instanceof.App\Form\AbsenceWarningConfigType).
Resolving inheritance for "App\Form\AbsenceWarningConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceWarningConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddScolarityType" (parent: .abstract.instanceof.App\Form\AddScolarityType).
Resolving inheritance for "App\Form\AddScolarityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddScolarityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdmissionLimitType" (parent: .abstract.instanceof.App\Form\AdmissionLimitType).
Resolving inheritance for "App\Form\AdmissionLimitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdmissionLimitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaDayType" (parent: .abstract.instanceof.App\Form\AgendaDayType).
Resolving inheritance for "App\Form\AgendaDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaDayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaElementType" (parent: .abstract.instanceof.App\Form\AgendaElementType).
Resolving inheritance for "App\Form\AgendaElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaElementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaTimeConvertionType" (parent: .abstract.instanceof.App\Form\AgendaTimeConvertionType).
Resolving inheritance for "App\Form\AgendaTimeConvertionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaTimeConvertionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaType" (parent: .abstract.instanceof.App\Form\AgendaType).
Resolving inheritance for "App\Form\AgendaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AppreciationType" (parent: .abstract.instanceof.App\Form\AppreciationType).
Resolving inheritance for "App\Form\AppreciationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AppreciationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameDefinitiveExclusionConfigType" (parent: .abstract.instanceof.App\Form\BlameDefinitiveExclusionConfigType).
Resolving inheritance for "App\Form\BlameDefinitiveExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameDefinitiveExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameDisciplineConcileConfigType" (parent: .abstract.instanceof.App\Form\BlameDisciplineConcileConfigType).
Resolving inheritance for "App\Form\BlameDisciplineConcileConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameDisciplineConcileConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameExclusionConfigType" (parent: .abstract.instanceof.App\Form\BlameExclusionConfigType).
Resolving inheritance for "App\Form\BlameExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameRetainedConfigType" (parent: .abstract.instanceof.App\Form\BlameRetainedConfigType).
Resolving inheritance for "App\Form\BlameRetainedConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameRetainedConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameWarningConfigType" (parent: .abstract.instanceof.App\Form\BlameWarningConfigType).
Resolving inheritance for "App\Form\BlameWarningConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameWarningConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType" (parent: .abstract.instanceof.App\Form\BlogCategoryType).
Resolving inheritance for "App\Form\BlogCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogType" (parent: .abstract.instanceof.App\Form\BlogType).
Resolving inheritance for "App\Form\BlogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryEventType" (parent: .abstract.instanceof.App\Form\CategoryEventType).
Resolving inheritance for "App\Form\CategoryEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Chat1Type" (parent: .abstract.instanceof.App\Form\Chat1Type).
Resolving inheritance for "App\Form\Chat1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Chat1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChatType" (parent: .abstract.instanceof.App\Form\ChatType).
Resolving inheritance for "App\Form\ChatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType" (parent: .abstract.instanceof.App\Form\CommentType).
Resolving inheritance for "App\Form\CommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompetenceType" (parent: .abstract.instanceof.App\Form\CompetenceType).
Resolving inheritance for "App\Form\CompetenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompetenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType" (parent: .abstract.instanceof.App\Form\ContactType).
Resolving inheritance for "App\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineBlameType" (parent: .abstract.instanceof.App\Form\DisciplineBlameType).
Resolving inheritance for "App\Form\DisciplineBlameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineBlameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineConcileType" (parent: .abstract.instanceof.App\Form\DisciplineConcileType).
Resolving inheritance for "App\Form\DisciplineConcileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineConcileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineExclusionType" (parent: .abstract.instanceof.App\Form\DisciplineExclusionType).
Resolving inheritance for "App\Form\DisciplineExclusionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineExclusionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplinePunishType" (parent: .abstract.instanceof.App\Form\DisciplinePunishType).
Resolving inheritance for "App\Form\DisciplinePunishType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplinePunishType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineRetainedType" (parent: .abstract.instanceof.App\Form\DisciplineRetainedType).
Resolving inheritance for "App\Form\DisciplineRetainedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineRetainedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineWarningType" (parent: .abstract.instanceof.App\Form\DisciplineWarningType).
Resolving inheritance for "App\Form\DisciplineWarningType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineWarningType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiscussionClassType" (parent: .abstract.instanceof.App\Form\DiscussionClassType).
Resolving inheritance for "App\Form\DiscussionClassType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiscussionClassType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocInfoType" (parent: .abstract.instanceof.App\Form\DocInfoType).
Resolving inheritance for "App\Form\DocInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocInfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType" (parent: .abstract.instanceof.App\Form\EventType).
Resolving inheritance for "App\Form\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaDayType" (parent: .abstract.instanceof.App\Form\ExamAgendaDayType).
Resolving inheritance for "App\Form\ExamAgendaDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaDayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaElementType" (parent: .abstract.instanceof.App\Form\ExamAgendaElementType).
Resolving inheritance for "App\Form\ExamAgendaElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaElementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaType" (parent: .abstract.instanceof.App\Form\ExamAgendaType).
Resolving inheritance for "App\Form\ExamAgendaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamsType" (parent: .abstract.instanceof.App\Form\ExamsType).
Resolving inheritance for "App\Form\ExamsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExcludeStudentType" (parent: .abstract.instanceof.App\Form\ExcludeStudentType).
Resolving inheritance for "App\Form\ExcludeStudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExcludeStudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExistStudentType" (parent: .abstract.instanceof.App\Form\ExistStudentType).
Resolving inheritance for "App\Form\ExistStudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExistStudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExistUserType" (parent: .abstract.instanceof.App\Form\ExistUserType).
Resolving inheritance for "App\Form\ExistUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExistUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameExclusionConfigType" (parent: .abstract.instanceof.App\Form\FlexBlameExclusionConfigType).
Resolving inheritance for "App\Form\FlexBlameExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameRetainedConfigType" (parent: .abstract.instanceof.App\Form\FlexBlameRetainedConfigType).
Resolving inheritance for "App\Form\FlexBlameRetainedConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameRetainedConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameWarningConfigType" (parent: .abstract.instanceof.App\Form\FlexBlameWarningConfigType).
Resolving inheritance for "App\Form\FlexBlameWarningConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameWarningConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedBlameConfigType" (parent: .abstract.instanceof.App\Form\FlexRetainedBlameConfigType).
Resolving inheritance for "App\Form\FlexRetainedBlameConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedBlameConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedExclusionConfigType" (parent: .abstract.instanceof.App\Form\FlexRetainedExclusionConfigType).
Resolving inheritance for "App\Form\FlexRetainedExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedWarningConfigType" (parent: .abstract.instanceof.App\Form\FlexRetainedWarningConfigType).
Resolving inheritance for "App\Form\FlexRetainedWarningConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedWarningConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningBlameConfigType" (parent: .abstract.instanceof.App\Form\FlexWarningBlameConfigType).
Resolving inheritance for "App\Form\FlexWarningBlameConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningBlameConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningExclusionConfigType" (parent: .abstract.instanceof.App\Form\FlexWarningExclusionConfigType).
Resolving inheritance for "App\Form\FlexWarningExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningRetainedConfigType" (parent: .abstract.instanceof.App\Form\FlexWarningRetainedConfigType).
Resolving inheritance for "App\Form\FlexWarningRetainedConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningRetainedConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalDisciplineConfigType" (parent: .abstract.instanceof.App\Form\GlobalDisciplineConfigType).
Resolving inheritance for "App\Form\GlobalDisciplineConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalDisciplineConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalExamType" (parent: .abstract.instanceof.App\Form\GlobalExamType).
Resolving inheritance for "App\Form\GlobalExamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalExamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalQuarterType" (parent: .abstract.instanceof.App\Form\GlobalQuarterType).
Resolving inheritance for "App\Form\GlobalQuarterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalQuarterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HomeWorkType" (parent: .abstract.instanceof.App\Form\HomeWorkType).
Resolving inheritance for "App\Form\HomeWorkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HomeWorkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsertDataType" (parent: .abstract.instanceof.App\Form\InsertDataType).
Resolving inheritance for "App\Form\InsertDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsertDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JustifyAbsenceType" (parent: .abstract.instanceof.App\Form\JustifyAbsenceType).
Resolving inheritance for "App\Form\JustifyAbsenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JustifyAbsenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LateType" (parent: .abstract.instanceof.App\Form\LateType).
Resolving inheritance for "App\Form\LateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsCategoryType" (parent: .abstract.instanceof.App\Form\NewsCategoryType).
Resolving inheritance for "App\Form\NewsCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsType" (parent: .abstract.instanceof.App\Form\NewsType).
Resolving inheritance for "App\Form\NewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType" (parent: .abstract.instanceof.App\Form\NoteType).
Resolving inheritance for "App\Form\NoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotesType" (parent: .abstract.instanceof.App\Form\NotesType).
Resolving inheritance for "App\Form\NotesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParentNoteType" (parent: .abstract.instanceof.App\Form\ParentNoteType).
Resolving inheritance for "App\Form\ParentNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParentNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerType" (parent: .abstract.instanceof.App\Form\PartnerType).
Resolving inheritance for "App\Form\PartnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrimaryNoteType" (parent: .abstract.instanceof.App\Form\PrimaryNoteType).
Resolving inheritance for "App\Form\PrimaryNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrimaryNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrimaryParentNoteType" (parent: .abstract.instanceof.App\Form\PrimaryParentNoteType).
Resolving inheritance for "App\Form\PrimaryParentNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrimaryParentNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfSchoolPlannerType" (parent: .abstract.instanceof.App\Form\ProfSchoolPlannerType).
Resolving inheritance for "App\Form\ProfSchoolPlannerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfSchoolPlannerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfTimeType" (parent: .abstract.instanceof.App\Form\ProfTimeType).
Resolving inheritance for "App\Form\ProfTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfTimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PunishCategoryType" (parent: .abstract.instanceof.App\Form\PunishCategoryType).
Resolving inheritance for "App\Form\PunishCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PunishCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PunishType" (parent: .abstract.instanceof.App\Form\PunishType).
Resolving inheritance for "App\Form\PunishType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PunishType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuarterType" (parent: .abstract.instanceof.App\Form\QuarterType).
Resolving inheritance for "App\Form\QuarterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuarterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedBlameConfigType" (parent: .abstract.instanceof.App\Form\RetainedBlameConfigType).
Resolving inheritance for "App\Form\RetainedBlameConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedBlameConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedDefinitiveExclusionConfigType" (parent: .abstract.instanceof.App\Form\RetainedDefinitiveExclusionConfigType).
Resolving inheritance for "App\Form\RetainedDefinitiveExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedDefinitiveExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedExclusionConfigType" (parent: .abstract.instanceof.App\Form\RetainedExclusionConfigType).
Resolving inheritance for "App\Form\RetainedExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedWarningConfigType" (parent: .abstract.instanceof.App\Form\RetainedWarningConfigType).
Resolving inheritance for "App\Form\RetainedWarningConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedWarningConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolPlannerTypeType" (parent: .abstract.instanceof.App\Form\SchoolPlannerTypeType).
Resolving inheritance for "App\Form\SchoolPlannerTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolPlannerTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolSectionType" (parent: .abstract.instanceof.App\Form\SchoolSectionType).
Resolving inheritance for "App\Form\SchoolSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolSectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolType" (parent: .abstract.instanceof.App\Form\SchoolType).
Resolving inheritance for "App\Form\SchoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolYearInfosType" (parent: .abstract.instanceof.App\Form\SchoolYearInfosType).
Resolving inheritance for "App\Form\SchoolYearInfosType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolYearInfosType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolYearType" (parent: .abstract.instanceof.App\Form\SchoolYearType).
Resolving inheritance for "App\Form\SchoolYearType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolYearType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ScolarityType" (parent: .abstract.instanceof.App\Form\ScolarityType).
Resolving inheritance for "App\Form\ScolarityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ScolarityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendScolarityMessageType" (parent: .abstract.instanceof.App\Form\SendScolarityMessageType).
Resolving inheritance for "App\Form\SendScolarityMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendScolarityMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentScolarityType" (parent: .abstract.instanceof.App\Form\StudentScolarityType).
Resolving inheritance for "App\Form\StudentScolarityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentScolarityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentType" (parent: .abstract.instanceof.App\Form\StudentType).
Resolving inheritance for "App\Form\StudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubSequenceType" (parent: .abstract.instanceof.App\Form\SubSequenceType).
Resolving inheritance for "App\Form\SubSequenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubSequenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectGroupType" (parent: .abstract.instanceof.App\Form\SubjectGroupType).
Resolving inheritance for "App\Form\SubjectGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType" (parent: .abstract.instanceof.App\Form\SubjectType).
Resolving inheritance for "App\Form\SubjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TheClassType" (parent: .abstract.instanceof.App\Form\TheClassType).
Resolving inheritance for "App\Form\TheClassType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TheClassType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPassUpdateFormType" (parent: .abstract.instanceof.App\Form\UserPassUpdateFormType).
Resolving inheritance for "App\Form\UserPassUpdateFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPassUpdateFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserUpdateType" (parent: .abstract.instanceof.App\Form\UserUpdateType).
Resolving inheritance for "App\Form\UserUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserUpdateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VerbalProcessType" (parent: .abstract.instanceof.App\Form\VerbalProcessType).
Resolving inheritance for "App\Form\VerbalProcessType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VerbalProcessType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningBlameConfigType" (parent: .abstract.instanceof.App\Form\WarningBlameConfigType).
Resolving inheritance for "App\Form\WarningBlameConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningBlameConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningDefinitiveExclusionConfigType" (parent: .abstract.instanceof.App\Form\WarningDefinitiveExclusionConfigType).
Resolving inheritance for "App\Form\WarningDefinitiveExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningDefinitiveExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningDisciplineConcileConfigType" (parent: .abstract.instanceof.App\Form\WarningDisciplineConcileConfigType).
Resolving inheritance for "App\Form\WarningDisciplineConcileConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningDisciplineConcileConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningExclusionConfigType" (parent: .abstract.instanceof.App\Form\WarningExclusionConfigType).
Resolving inheritance for "App\Form\WarningExclusionConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningExclusionConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningRetainedConfigType" (parent: .abstract.instanceof.App\Form\WarningRetainedConfigType).
Resolving inheritance for "App\Form\WarningRetainedConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningRetainedConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\DiscussionClassNotificationMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\DiscussionClassNotificationMessageHandler).
Resolving inheritance for "App\MessageHandler\DiscussionClassNotificationMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\DiscussionClassNotificationMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\UserNotificationMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\UserNotificationMessageHandler).
Resolving inheritance for "App\MessageHandler\UserNotificationMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\UserNotificationMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceBlameConfigRepository" (parent: .abstract.instanceof.App\Repository\AbsenceBlameConfigRepository).
Resolving inheritance for "App\Repository\AbsenceBlameConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceBlameConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceDisciplineConcileConfigRepository" (parent: .abstract.instanceof.App\Repository\AbsenceDisciplineConcileConfigRepository).
Resolving inheritance for "App\Repository\AbsenceDisciplineConcileConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceDisciplineConcileConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceExclusionConfigRepository" (parent: .abstract.instanceof.App\Repository\AbsenceExclusionConfigRepository).
Resolving inheritance for "App\Repository\AbsenceExclusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceExclusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsencePunishConfigRepository" (parent: .abstract.instanceof.App\Repository\AbsencePunishConfigRepository).
Resolving inheritance for "App\Repository\AbsencePunishConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsencePunishConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceRepository" (parent: .abstract.instanceof.App\Repository\AbsenceRepository).
Resolving inheritance for "App\Repository\AbsenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceRetainedConfigRepository" (parent: .abstract.instanceof.App\Repository\AbsenceRetainedConfigRepository).
Resolving inheritance for "App\Repository\AbsenceRetainedConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceRetainedConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceWarningConfigRepository" (parent: .abstract.instanceof.App\Repository\AbsenceWarningConfigRepository).
Resolving inheritance for "App\Repository\AbsenceWarningConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceWarningConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdmissionLimitRepository" (parent: .abstract.instanceof.App\Repository\AdmissionLimitRepository).
Resolving inheritance for "App\Repository\AdmissionLimitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdmissionLimitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaDayRepository" (parent: .abstract.instanceof.App\Repository\AgendaDayRepository).
Resolving inheritance for "App\Repository\AgendaDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaElementRepository" (parent: .abstract.instanceof.App\Repository\AgendaElementRepository).
Resolving inheritance for "App\Repository\AgendaElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaElementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaRepository" (parent: .abstract.instanceof.App\Repository\AgendaRepository).
Resolving inheritance for "App\Repository\AgendaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaTimeConvertionRepository" (parent: .abstract.instanceof.App\Repository\AgendaTimeConvertionRepository).
Resolving inheritance for "App\Repository\AgendaTimeConvertionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaTimeConvertionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppreciationRepository" (parent: .abstract.instanceof.App\Repository\AppreciationRepository).
Resolving inheritance for "App\Repository\AppreciationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppreciationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApprecitionRepository" (parent: .abstract.instanceof.App\Repository\ApprecitionRepository).
Resolving inheritance for "App\Repository\ApprecitionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApprecitionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameDefinitiveExclusionConfigRepository" (parent: .abstract.instanceof.App\Repository\BlameDefinitiveExclusionConfigRepository).
Resolving inheritance for "App\Repository\BlameDefinitiveExclusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameDefinitiveExclusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameDisciplineConcileConfigRepository" (parent: .abstract.instanceof.App\Repository\BlameDisciplineConcileConfigRepository).
Resolving inheritance for "App\Repository\BlameDisciplineConcileConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameDisciplineConcileConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameExclusionConfigRepository" (parent: .abstract.instanceof.App\Repository\BlameExclusionConfigRepository).
Resolving inheritance for "App\Repository\BlameExclusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameExclusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlamePunishConfigRepository" (parent: .abstract.instanceof.App\Repository\BlamePunishConfigRepository).
Resolving inheritance for "App\Repository\BlamePunishConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlamePunishConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameRepository" (parent: .abstract.instanceof.App\Repository\BlameRepository).
Resolving inheritance for "App\Repository\BlameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameRetainedConfigRepository" (parent: .abstract.instanceof.App\Repository\BlameRetainedConfigRepository).
Resolving inheritance for "App\Repository\BlameRetainedConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameRetainedConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameWarningConfigRepository" (parent: .abstract.instanceof.App\Repository\BlameWarningConfigRepository).
Resolving inheritance for "App\Repository\BlameWarningConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameWarningConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository" (parent: .abstract.instanceof.App\Repository\BlogCategoryRepository).
Resolving inheritance for "App\Repository\BlogCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository" (parent: .abstract.instanceof.App\Repository\BlogRepository).
Resolving inheritance for "App\Repository\BlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryEventRepository" (parent: .abstract.instanceof.App\Repository\CategoryEventRepository).
Resolving inheritance for "App\Repository\CategoryEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository" (parent: .abstract.instanceof.App\Repository\ChatRepository).
Resolving inheritance for "App\Repository\ChatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatResponseRepository" (parent: .abstract.instanceof.App\Repository\ChatResponseRepository).
Resolving inheritance for "App\Repository\ChatResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatResponseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClassYearRepository" (parent: .abstract.instanceof.App\Repository\ClassYearRepository).
Resolving inheritance for "App\Repository\ClassYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClassYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository" (parent: .abstract.instanceof.App\Repository\CommentRepository).
Resolving inheritance for "App\Repository\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompetenceRepository" (parent: .abstract.instanceof.App\Repository\CompetenceRepository).
Resolving inheritance for "App\Repository\CompetenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompetenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository" (parent: .abstract.instanceof.App\Repository\ContactRepository).
Resolving inheritance for "App\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefinitiveExclusionRepository" (parent: .abstract.instanceof.App\Repository\DefinitiveExclusionRepository).
Resolving inheritance for "App\Repository\DefinitiveExclusionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefinitiveExclusionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineBlameRepository" (parent: .abstract.instanceof.App\Repository\DisciplineBlameRepository).
Resolving inheritance for "App\Repository\DisciplineBlameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineBlameRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineConcileRepository" (parent: .abstract.instanceof.App\Repository\DisciplineConcileRepository).
Resolving inheritance for "App\Repository\DisciplineConcileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineConcileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineExclusionRepository" (parent: .abstract.instanceof.App\Repository\DisciplineExclusionRepository).
Resolving inheritance for "App\Repository\DisciplineExclusionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineExclusionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplinePunishRepository" (parent: .abstract.instanceof.App\Repository\DisciplinePunishRepository).
Resolving inheritance for "App\Repository\DisciplinePunishRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplinePunishRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineRetainedRepository" (parent: .abstract.instanceof.App\Repository\DisciplineRetainedRepository).
Resolving inheritance for "App\Repository\DisciplineRetainedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineRetainedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineWarningRepository" (parent: .abstract.instanceof.App\Repository\DisciplineWarningRepository).
Resolving inheritance for "App\Repository\DisciplineWarningRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineWarningRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionClassMessageRepository" (parent: .abstract.instanceof.App\Repository\DiscussionClassMessageRepository).
Resolving inheritance for "App\Repository\DiscussionClassMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionClassMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionClassRepository" (parent: .abstract.instanceof.App\Repository\DiscussionClassRepository).
Resolving inheritance for "App\Repository\DiscussionClassRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionClassRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionMessageRepository" (parent: .abstract.instanceof.App\Repository\DiscussionMessageRepository).
Resolving inheritance for "App\Repository\DiscussionMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionRepository" (parent: .abstract.instanceof.App\Repository\DiscussionRepository).
Resolving inheritance for "App\Repository\DiscussionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocInfoRepository" (parent: .abstract.instanceof.App\Repository\DocInfoRepository).
Resolving inheritance for "App\Repository\DocInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository" (parent: .abstract.instanceof.App\Repository\EventRepository).
Resolving inheritance for "App\Repository\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaDayRepository" (parent: .abstract.instanceof.App\Repository\ExamAgendaDayRepository).
Resolving inheritance for "App\Repository\ExamAgendaDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaElementRepository" (parent: .abstract.instanceof.App\Repository\ExamAgendaElementRepository).
Resolving inheritance for "App\Repository\ExamAgendaElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaElementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaRepository" (parent: .abstract.instanceof.App\Repository\ExamAgendaRepository).
Resolving inheritance for "App\Repository\ExamAgendaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamWeekRepository" (parent: .abstract.instanceof.App\Repository\ExamWeekRepository).
Resolving inheritance for "App\Repository\ExamWeekRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamWeekRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamsRepository" (parent: .abstract.instanceof.App\Repository\ExamsRepository).
Resolving inheritance for "App\Repository\ExamsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FlexRetainedBlameConfigRepository" (parent: .abstract.instanceof.App\Repository\FlexRetainedBlameConfigRepository).
Resolving inheritance for "App\Repository\FlexRetainedBlameConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FlexRetainedBlameConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineAnabledConfigRepository" (parent: .abstract.instanceof.App\Repository\GlobalDisciplineAnabledConfigRepository).
Resolving inheritance for "App\Repository\GlobalDisciplineAnabledConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineAnabledConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineConfigRepository" (parent: .abstract.instanceof.App\Repository\GlobalDisciplineConfigRepository).
Resolving inheritance for "App\Repository\GlobalDisciplineConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineEnabledConfigRepository" (parent: .abstract.instanceof.App\Repository\GlobalDisciplineEnabledConfigRepository).
Resolving inheritance for "App\Repository\GlobalDisciplineEnabledConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineEnabledConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalExamRepository" (parent: .abstract.instanceof.App\Repository\GlobalExamRepository).
Resolving inheritance for "App\Repository\GlobalExamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalExamRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalQuarterRepository" (parent: .abstract.instanceof.App\Repository\GlobalQuarterRepository).
Resolving inheritance for "App\Repository\GlobalQuarterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalQuarterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeWorkRepository" (parent: .abstract.instanceof.App\Repository\HomeWorkRepository).
Resolving inheritance for "App\Repository\HomeWorkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeWorkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeWorkYearRepository" (parent: .abstract.instanceof.App\Repository\HomeWorkYearRepository).
Resolving inheritance for "App\Repository\HomeWorkYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeWorkYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeworkBookmarkRepository" (parent: .abstract.instanceof.App\Repository\HomeworkBookmarkRepository).
Resolving inheritance for "App\Repository\HomeworkBookmarkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeworkBookmarkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HonnorTableLimitMoyRepository" (parent: .abstract.instanceof.App\Repository\HonnorTableLimitMoyRepository).
Resolving inheritance for "App\Repository\HonnorTableLimitMoyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HonnorTableLimitMoyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JustifyAbsenceRepository" (parent: .abstract.instanceof.App\Repository\JustifyAbsenceRepository).
Resolving inheritance for "App\Repository\JustifyAbsenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JustifyAbsenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LateRepository" (parent: .abstract.instanceof.App\Repository\LateRepository).
Resolving inheritance for "App\Repository\LateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalAccountRepository" (parent: .abstract.instanceof.App\Repository\LocalAccountRepository).
Resolving inheritance for "App\Repository\LocalAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository" (parent: .abstract.instanceof.App\Repository\MessageRepository).
Resolving inheritance for "App\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsBookmarkRepository" (parent: .abstract.instanceof.App\Repository\NewsBookmarkRepository).
Resolving inheritance for "App\Repository\NewsBookmarkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsBookmarkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsCategoryRepository" (parent: .abstract.instanceof.App\Repository\NewsCategoryRepository).
Resolving inheritance for "App\Repository\NewsCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsGalerieRepository" (parent: .abstract.instanceof.App\Repository\NewsGalerieRepository).
Resolving inheritance for "App\Repository\NewsGalerieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsGalerieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository" (parent: .abstract.instanceof.App\Repository\NewsRepository).
Resolving inheritance for "App\Repository\NewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository" (parent: .abstract.instanceof.App\Repository\NoteRepository).
Resolving inheritance for "App\Repository\NoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository" (parent: .abstract.instanceof.App\Repository\NotificationsRepository).
Resolving inheritance for "App\Repository\NotificationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParentNoteRepository" (parent: .abstract.instanceof.App\Repository\ParentNoteRepository).
Resolving inheritance for "App\Repository\ParentNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParentNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository" (parent: .abstract.instanceof.App\Repository\PartnerRepository).
Resolving inheritance for "App\Repository\PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryExamRepository" (parent: .abstract.instanceof.App\Repository\PrimaryExamRepository).
Resolving inheritance for "App\Repository\PrimaryExamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryExamRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryNoteRepository" (parent: .abstract.instanceof.App\Repository\PrimaryNoteRepository).
Resolving inheritance for "App\Repository\PrimaryNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryParentNoteRepository" (parent: .abstract.instanceof.App\Repository\PrimaryParentNoteRepository).
Resolving inheritance for "App\Repository\PrimaryParentNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryParentNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfSchoolPlannerRepository" (parent: .abstract.instanceof.App\Repository\ProfSchoolPlannerRepository).
Resolving inheritance for "App\Repository\ProfSchoolPlannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfSchoolPlannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfTimeRepository" (parent: .abstract.instanceof.App\Repository\ProfTimeRepository).
Resolving inheritance for "App\Repository\ProfTimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfTimeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishBlameConfigRepository" (parent: .abstract.instanceof.App\Repository\PunishBlameConfigRepository).
Resolving inheritance for "App\Repository\PunishBlameConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishBlameConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishCategoryRepository" (parent: .abstract.instanceof.App\Repository\PunishCategoryRepository).
Resolving inheritance for "App\Repository\PunishCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishExclusionConfigRepository" (parent: .abstract.instanceof.App\Repository\PunishExclusionConfigRepository).
Resolving inheritance for "App\Repository\PunishExclusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishExclusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishRepository" (parent: .abstract.instanceof.App\Repository\PunishRepository).
Resolving inheritance for "App\Repository\PunishRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishRetainedConfigRepository" (parent: .abstract.instanceof.App\Repository\PunishRetainedConfigRepository).
Resolving inheritance for "App\Repository\PunishRetainedConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishRetainedConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishWarningConfigRepository" (parent: .abstract.instanceof.App\Repository\PunishWarningConfigRepository).
Resolving inheritance for "App\Repository\PunishWarningConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishWarningConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuarterRepository" (parent: .abstract.instanceof.App\Repository\QuarterRepository).
Resolving inheritance for "App\Repository\QuarterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuarterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository" (parent: .abstract.instanceof.App\Repository\RefreshTokenRepository).
Resolving inheritance for "App\Repository\RefreshTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedBlameConfigRepository" (parent: .abstract.instanceof.App\Repository\RetainedBlameConfigRepository).
Resolving inheritance for "App\Repository\RetainedBlameConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedBlameConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDefinitiveExclusionConfigRepository" (parent: .abstract.instanceof.App\Repository\RetainedDefinitiveExclusionConfigRepository).
Resolving inheritance for "App\Repository\RetainedDefinitiveExclusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDefinitiveExclusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDefinitiveExlusionConfigRepository" (parent: .abstract.instanceof.App\Repository\RetainedDefinitiveExlusionConfigRepository).
Resolving inheritance for "App\Repository\RetainedDefinitiveExlusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDefinitiveExlusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDisciplineConcileConfigRepository" (parent: .abstract.instanceof.App\Repository\RetainedDisciplineConcileConfigRepository).
Resolving inheritance for "App\Repository\RetainedDisciplineConcileConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDisciplineConcileConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedExclusionConfigRepository" (parent: .abstract.instanceof.App\Repository\RetainedExclusionConfigRepository).
Resolving inheritance for "App\Repository\RetainedExclusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedExclusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedRepository" (parent: .abstract.instanceof.App\Repository\RetainedRepository).
Resolving inheritance for "App\Repository\RetainedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedWarningConfigRepository" (parent: .abstract.instanceof.App\Repository\RetainedWarningConfigRepository).
Resolving inheritance for "App\Repository\RetainedWarningConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedWarningConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolPlannerTypeRepository" (parent: .abstract.instanceof.App\Repository\SchoolPlannerTypeRepository).
Resolving inheritance for "App\Repository\SchoolPlannerTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolPlannerTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolRepository" (parent: .abstract.instanceof.App\Repository\SchoolRepository).
Resolving inheritance for "App\Repository\SchoolRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolSectionRepository" (parent: .abstract.instanceof.App\Repository\SchoolSectionRepository).
Resolving inheritance for "App\Repository\SchoolSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolSectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolYearInfosRepository" (parent: .abstract.instanceof.App\Repository\SchoolYearInfosRepository).
Resolving inheritance for "App\Repository\SchoolYearInfosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolYearInfosRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolYearRepository" (parent: .abstract.instanceof.App\Repository\SchoolYearRepository).
Resolving inheritance for "App\Repository\SchoolYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityHistoryEditonRepository" (parent: .abstract.instanceof.App\Repository\ScolarityHistoryEditonRepository).
Resolving inheritance for "App\Repository\ScolarityHistoryEditonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityHistoryEditonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityHistoryRepository" (parent: .abstract.instanceof.App\Repository\ScolarityHistoryRepository).
Resolving inheritance for "App\Repository\ScolarityHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityRepository" (parent: .abstract.instanceof.App\Repository\ScolarityRepository).
Resolving inheritance for "App\Repository\ScolarityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentRepository" (parent: .abstract.instanceof.App\Repository\StudentRepository).
Resolving inheritance for "App\Repository\StudentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentScolarityRepository" (parent: .abstract.instanceof.App\Repository\StudentScolarityRepository).
Resolving inheritance for "App\Repository\StudentScolarityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentScolarityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentYearRepository" (parent: .abstract.instanceof.App\Repository\StudentYearRepository).
Resolving inheritance for "App\Repository\StudentYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubNoteRepository" (parent: .abstract.instanceof.App\Repository\SubNoteRepository).
Resolving inheritance for "App\Repository\SubNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubSequenceRepository" (parent: .abstract.instanceof.App\Repository\SubSequenceRepository).
Resolving inheritance for "App\Repository\SubSequenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubSequenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectGroupRepository" (parent: .abstract.instanceof.App\Repository\SubjectGroupRepository).
Resolving inheritance for "App\Repository\SubjectGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectRepository" (parent: .abstract.instanceof.App\Repository\SubjectRepository).
Resolving inheritance for "App\Repository\SubjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TheClassRepository" (parent: .abstract.instanceof.App\Repository\TheClassRepository).
Resolving inheritance for "App\Repository\TheClassRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TheClassRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TheClassYearRepository" (parent: .abstract.instanceof.App\Repository\TheClassYearRepository).
Resolving inheritance for "App\Repository\TheClassYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TheClassYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAndroidTokenRepository" (parent: .abstract.instanceof.App\Repository\UserAndroidTokenRepository).
Resolving inheritance for "App\Repository\UserAndroidTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAndroidTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserIphoneTokenRepository" (parent: .abstract.instanceof.App\Repository\UserIphoneTokenRepository).
Resolving inheritance for "App\Repository\UserIphoneTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserIphoneTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository" (parent: .abstract.instanceof.App\Repository\UserNotificationRepository).
Resolving inheritance for "App\Repository\UserNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserUnreadRepository" (parent: .abstract.instanceof.App\Repository\UserUnreadRepository).
Resolving inheritance for "App\Repository\UserUnreadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserUnreadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserYearRepository" (parent: .abstract.instanceof.App\Repository\UserYearRepository).
Resolving inheritance for "App\Repository\UserYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessCategoryRepository" (parent: .abstract.instanceof.App\Repository\VerbalProcessCategoryRepository).
Resolving inheritance for "App\Repository\VerbalProcessCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessDocumentRepository" (parent: .abstract.instanceof.App\Repository\VerbalProcessDocumentRepository).
Resolving inheritance for "App\Repository\VerbalProcessDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessRepository" (parent: .abstract.instanceof.App\Repository\VerbalProcessRepository).
Resolving inheritance for "App\Repository\VerbalProcessRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningBlameConfigRepository" (parent: .abstract.instanceof.App\Repository\WarningBlameConfigRepository).
Resolving inheritance for "App\Repository\WarningBlameConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningBlameConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDefinitiveExclusionConfigRepository" (parent: .abstract.instanceof.App\Repository\WarningDefinitiveExclusionConfigRepository).
Resolving inheritance for "App\Repository\WarningDefinitiveExclusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDefinitiveExclusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDefinitiveExlusionConfigRepository" (parent: .abstract.instanceof.App\Repository\WarningDefinitiveExlusionConfigRepository).
Resolving inheritance for "App\Repository\WarningDefinitiveExlusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDefinitiveExlusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDisciplineConcileConfigRepository" (parent: .abstract.instanceof.App\Repository\WarningDisciplineConcileConfigRepository).
Resolving inheritance for "App\Repository\WarningDisciplineConcileConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDisciplineConcileConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningExclusionConfigRepository" (parent: .abstract.instanceof.App\Repository\WarningExclusionConfigRepository).
Resolving inheritance for "App\Repository\WarningExclusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningExclusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningExlusionConfigRepository" (parent: .abstract.instanceof.App\Repository\WarningExlusionConfigRepository).
Resolving inheritance for "App\Repository\WarningExlusionConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningExlusionConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningPunishConfigRepository" (parent: .abstract.instanceof.App\Repository\WarningPunishConfigRepository).
Resolving inheritance for "App\Repository\WarningPunishConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningPunishConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningRepository" (parent: .abstract.instanceof.App\Repository\WarningRepository).
Resolving inheritance for "App\Repository\WarningRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningRetainedConfigRepository" (parent: .abstract.instanceof.App\Repository\WarningRetainedConfigRepository).
Resolving inheritance for "App\Repository\WarningRetainedConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningRetainedConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeekSubjectGoalRepository" (parent: .abstract.instanceof.App\Repository\WeekSubjectGoalRepository).
Resolving inheritance for "App\Repository\WeekSubjectGoalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeekSubjectGoalRepository).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.firebase" (parent: notifier.transport_factory.abstract).
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 "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.login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: App\Security\CustomAuthenticationSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.refresh" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.refresh" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.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 "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.blog_image" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.partner_logo" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.student_profile" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\HashNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for "Vich\UploaderBundle\Naming\Base64Namer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for "vich_uploader.listener.inject.blog_image" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.clean.blog_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.blog_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.blog_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.inject.partner_logo" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.clean.partner_logo" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.partner_logo" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.partner_logo" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.inject.student_profile" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.clean.student_profile" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.student_profile" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.student_profile" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn).
Resolving inheritance for "Omines\DataTablesBundle\Column\TwigColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn).
Resolving inheritance for "Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
Resolving inheritance for "Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
Resolving inheritance for "Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension).
Resolving inheritance for "Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
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_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_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_subscriber" (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 "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.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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1350
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 "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "hateoas.configuration.metadata.cache"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "vich_uploader.namer_uniqid"; reason: private alias.
Removed service "vich_uploader.namer_property"; reason: private alias.
Removed service "vich_uploader.namer_origname"; reason: private alias.
Removed service "vich_uploader.namer_hash"; reason: private alias.
Removed service "vich_uploader.namer_base64"; reason: private alias.
Removed service "vich_uploader.directory_namer_subdir"; reason: private alias.
Removed service "vich_uploader.namer_directory_property"; reason: private alias.
Removed service "vich_uploader.namer_directory_current_date_time"; reason: private alias.
Removed service "vich_uploader.namer_directory_configurable"; reason: private alias.
Removed service "vich_uploader.namer_smart_unique"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Service\FilterService"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "datatables.renderer"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.XD.mKwK"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.JiY8taG"; reason: private alias.
Removed service ".service_locator.1CG0l8q"; reason: private alias.
Removed service ".service_locator.3Q__ic3"; reason: private alias.
Removed service ".service_locator.5zproXU"; reason: private alias.
Removed service ".service_locator.r12d_6s"; reason: private alias.
Removed service ".service_locator.CQ4636x"; reason: private alias.
Removed service ".service_locator.FEjOso1"; reason: private alias.
Removed service ".service_locator._bcpLcJ"; reason: private alias.
Removed service ".service_locator.QUebP3N"; reason: private alias.
Removed service ".service_locator.qOjJ1BO"; reason: private alias.
Removed service ".service_locator.YH4uYLB"; reason: private alias.
Removed service ".service_locator.dJtiSzp"; reason: private alias.
Removed service ".service_locator.gm9rvA7"; reason: private alias.
Removed service ".service_locator.gEGRkJ5"; reason: private alias.
Removed service ".service_locator.bMy_3Gz"; reason: private alias.
Removed service ".service_locator.ktz7.F9"; reason: private alias.
Removed service ".service_locator.mMWdNCg"; reason: private alias.
Removed service ".service_locator.QklG.HN"; reason: private alias.
Removed service ".service_locator.5NQlm.1"; reason: private alias.
Removed service ".service_locator.7JeAxot"; reason: private alias.
Removed service ".service_locator.g1EE3ee"; reason: private alias.
Removed service ".service_locator.NGoiyMp"; reason: private alias.
Removed service ".service_locator.bXDXHqw"; reason: private alias.
Removed service ".service_locator.CpfdYPl"; reason: private alias.
Removed service ".service_locator.hLkb65x"; reason: private alias.
Removed service ".service_locator.XvL9Yzm"; reason: private alias.
Removed service ".service_locator.u96SjHQ"; reason: private alias.
Removed service ".service_locator.aBSVJOS"; reason: private alias.
Removed service ".service_locator.6GYTyr4"; reason: private alias.
Removed service ".service_locator.HCPJ8pI"; reason: private alias.
Removed service ".service_locator.0rmXV8e"; reason: private alias.
Removed service ".service_locator.eE4esUN"; reason: private alias.
Removed service ".service_locator.2NufUy6"; reason: private alias.
Removed service ".service_locator.7BuBH6y"; reason: private alias.
Removed service ".service_locator.s0KJw0P"; reason: private alias.
Removed service ".service_locator.gXk07ox"; reason: private alias.
Removed service ".service_locator.xQocU2o"; reason: private alias.
Removed service ".service_locator.gLCr7LK"; reason: private alias.
Removed service ".service_locator.tiGFmtg"; reason: private alias.
Removed service ".service_locator.rRHKsiy"; reason: private alias.
Removed service ".service_locator.07IWXmo"; reason: private alias.
Removed service ".service_locator.0AmiGva"; reason: private alias.
Removed service ".service_locator.aGMyFuq"; reason: private alias.
Removed service ".service_locator.akb5VWm"; reason: private alias.
Removed service ".service_locator.4odxFO1"; reason: private alias.
Removed service ".service_locator.MfQD7r1"; reason: private alias.
Removed service ".service_locator.A8Lhc_l"; reason: private alias.
Removed service ".service_locator.IIBYA3N"; reason: private alias.
Removed service ".service_locator.82dnHL7"; reason: private alias.
Removed service ".service_locator.494LbVO"; reason: private alias.
Removed service ".service_locator.TYh6.GX"; reason: private alias.
Removed service ".service_locator.6uKWumV"; reason: private alias.
Removed service ".service_locator.lQ4qc0p"; reason: private alias.
Removed service ".service_locator.SGOMIpo"; reason: private alias.
Removed service ".service_locator.AERA3TY"; reason: private alias.
Removed service ".service_locator.Woov9AX"; reason: private alias.
Removed service ".service_locator.DLDrFmu"; reason: private alias.
Removed service ".service_locator.5wFoXl."; reason: private alias.
Removed service ".service_locator.Dn8iVMT"; reason: private alias.
Removed service ".service_locator.hZCIDUD"; reason: private alias.
Removed service ".service_locator.uvcerpw"; reason: private alias.
Removed service ".service_locator.BhYMeVC"; reason: private alias.
Removed service ".service_locator.r8SMlv2"; reason: private alias.
Removed service ".service_locator.8hkaTHK"; reason: private alias.
Removed service ".service_locator.3ewyN3z"; reason: private alias.
Removed service ".service_locator.kiW3i2B"; reason: private alias.
Removed service ".service_locator.KfEgtUl"; reason: private alias.
Removed service ".service_locator.uEh0zrZ"; reason: private alias.
Removed service ".service_locator.wof8MsI"; reason: private alias.
Removed service ".service_locator.uK_uGCr"; reason: private alias.
Removed service ".service_locator.XOg1IdP"; reason: private alias.
Removed service ".service_locator.c296IN9"; reason: private alias.
Removed service ".service_locator.oVVnWK0"; reason: private alias.
Removed service ".service_locator.lat4zH2"; reason: private alias.
Removed service ".service_locator.bndjc3R"; reason: private alias.
Removed service ".service_locator.AwaM6Z9"; reason: private alias.
Removed service ".service_locator.YY4Q1Vo"; reason: private alias.
Removed service ".service_locator.ITRQDY_"; reason: private alias.
Removed service ".service_locator.ZnOV9Xs"; reason: private alias.
Removed service ".service_locator.9jqIXMw"; reason: private alias.
Removed service ".service_locator.EByahxD"; reason: private alias.
Removed service ".service_locator.g5391uT"; reason: private alias.
Removed service ".service_locator.CEG2OG5"; reason: private alias.
Removed service ".service_locator.eB8NvDP"; reason: private alias.
Removed service ".service_locator.ZX3c2mz"; reason: private alias.
Removed service ".service_locator.gh9Ld9L"; reason: private alias.
Removed service ".service_locator.5gTlS0_"; reason: private alias.
Removed service ".service_locator.5SH5PQC"; reason: private alias.
Removed service ".service_locator.A6U5UMu"; reason: private alias.
Removed service ".service_locator.JdFTYES"; reason: private alias.
Removed service ".service_locator.oYu6kXs"; reason: private alias.
Removed service ".service_locator.rkn4xlS"; reason: private alias.
Removed service ".service_locator.O79mhE1"; reason: private alias.
Removed service ".service_locator.V0xFIc8"; reason: private alias.
Removed service ".service_locator.7iHe8W8"; reason: private alias.
Removed service ".service_locator.YXxmOQ."; reason: private alias.
Removed service ".service_locator.lOoDi5l"; reason: private alias.
Removed service ".service_locator.bLoJGei"; reason: private alias.
Removed service ".service_locator.9SSd2Cd"; reason: private alias.
Removed service ".service_locator.o9yxQpH"; reason: private alias.
Removed service ".service_locator.oLC3Xcd"; reason: private alias.
Removed service ".service_locator.oyY2H.r"; reason: private alias.
Removed service ".service_locator.BR97Ich"; reason: private alias.
Removed service ".service_locator.p92JpMY"; reason: private alias.
Removed service ".service_locator.GcyzkPK"; reason: private alias.
Removed service ".service_locator.4UFIY6Q"; reason: private alias.
Removed service ".service_locator.mS2t6qD"; reason: private alias.
Removed service ".service_locator.i.HhiI0"; reason: private alias.
Removed service ".service_locator..1aGpLY"; reason: private alias.
Removed service ".service_locator.dQv4f2O"; reason: private alias.
Removed service ".service_locator.NWTsLeQ"; reason: private alias.
Removed service ".service_locator.EXfx6IX"; reason: private alias.
Removed service ".service_locator.Ga813_J"; reason: private alias.
Removed service ".service_locator.tPBXSVD"; reason: private alias.
Removed service ".service_locator.kR8yjXL"; reason: private alias.
Removed service ".service_locator.C57.sda"; reason: private alias.
Removed service ".service_locator.yM3Pgv1"; reason: private alias.
Removed service ".service_locator.joFJhp2"; reason: private alias.
Removed service ".service_locator.xm7qU6L"; reason: private alias.
Removed service ".service_locator.QufHAqn"; reason: private alias.
Removed service ".service_locator.Id2ofJF"; reason: private alias.
Removed service ".service_locator.tdrVl2q"; reason: private alias.
Removed service ".service_locator.RNKXXZ."; reason: private alias.
Removed service ".service_locator.KXBbyd3"; reason: private alias.
Removed service ".service_locator.zEfB2sP"; reason: private alias.
Removed service ".service_locator.Pa7R_o_"; reason: private alias.
Removed service ".service_locator.2V9AXq."; reason: private alias.
Removed service ".service_locator.nb8e1d8"; reason: private alias.
Removed service ".service_locator..Z8o47Q"; reason: private alias.
Removed service ".service_locator.odCFGcu"; reason: private alias.
Removed service ".service_locator.m8rGoaT"; reason: private alias.
Removed service ".service_locator.pXhSQsU"; reason: private alias.
Removed service ".service_locator.PYuNc6N"; reason: private alias.
Removed service ".service_locator.A2o6JNQ"; reason: private alias.
Removed service ".service_locator.gMEMnPc"; reason: private alias.
Removed service ".service_locator._1VQJ9H"; reason: private alias.
Removed service ".service_locator.S2O6XoW"; reason: private alias.
Removed service ".service_locator.YUNSPEp"; reason: private alias.
Removed service ".service_locator.TOMmzZS"; reason: private alias.
Removed service ".service_locator.KJS5Yne"; reason: private alias.
Removed service ".service_locator.Lnb547R"; reason: private alias.
Removed service ".service_locator.fx.Wc_5"; reason: private alias.
Removed service ".service_locator.BkIVDmo"; reason: private alias.
Removed service ".service_locator.ExXZRLR"; reason: private alias.
Removed service ".service_locator.0z..w8Q"; reason: private alias.
Removed service ".service_locator.r97ohKK"; reason: private alias.
Removed service ".service_locator.vzgxLH4"; reason: private alias.
Removed service ".service_locator.O5zzpnM"; reason: private alias.
Removed service ".service_locator.bNbhf8a"; reason: private alias.
Removed service ".service_locator.shggqUp"; reason: private alias.
Removed service ".service_locator.koAjupO"; reason: private alias.
Removed service ".service_locator.EpvfeqS"; reason: private alias.
Removed service ".service_locator.ZnPKo08"; reason: private alias.
Removed service ".service_locator.o88Qdxl"; reason: private alias.
Removed service ".service_locator.u7RIR5g"; reason: private alias.
Removed service ".service_locator.fjxudyV"; reason: private alias.
Removed service ".service_locator.BZsEEsY"; reason: private alias.
Removed service ".service_locator.slQ_0Z7"; reason: private alias.
Removed service ".service_locator.7rWqty0"; reason: private alias.
Removed service ".service_locator.DHkvqBv"; reason: private alias.
Removed service ".service_locator.kweC5.b"; reason: private alias.
Removed service ".service_locator.LMPmV34"; reason: private alias.
Removed service ".service_locator.nm6TPmU"; reason: private alias.
Removed service ".service_locator.kQzEinM"; reason: private alias.
Removed service ".service_locator.91ITtG9"; reason: private alias.
Removed service ".service_locator.EMST9UI"; reason: private alias.
Removed service ".service_locator.pLlRVP7"; reason: private alias.
Removed service ".service_locator.xQbO5dm"; reason: private alias.
Removed service ".service_locator.kpPKZtP"; reason: private alias.
Removed service ".service_locator._ZGR8sr"; reason: private alias.
Removed service ".service_locator.A9GNMUq"; reason: private alias.
Removed service ".service_locator.msfu3Eb"; reason: private alias.
Removed service ".service_locator.U_iLlUW"; reason: private alias.
Removed service ".service_locator.pgf8CWj"; reason: private alias.
Removed service ".service_locator.KeLdIuC"; reason: private alias.
Removed service ".service_locator.0.Gcn8C"; reason: private alias.
Removed service ".service_locator.cvH3vS3"; reason: private alias.
Removed service ".service_locator.1pKYvT0"; reason: private alias.
Removed service ".service_locator.ABqW93N"; reason: private alias.
Removed service ".service_locator.K4GnFtp"; reason: private alias.
Removed service ".service_locator.8BY1VCI"; reason: private alias.
Removed service ".service_locator.zoT5DnK"; reason: private alias.
Removed service ".service_locator.35RI7ll"; reason: private alias.
Removed service ".service_locator.YHfWVRE"; reason: private alias.
Removed service ".service_locator.to8.GTk"; reason: private alias.
Removed service ".service_locator.X7kJCKq"; reason: private alias.
Removed service ".service_locator.brGAQNc"; reason: private alias.
Removed service ".service_locator.xMl8oZ3"; reason: private alias.
Removed service ".service_locator.AN2J7jL"; reason: private alias.
Removed service ".service_locator.h_mKLji"; reason: private alias.
Removed service ".service_locator.xBPPVf1"; reason: private alias.
Removed service ".service_locator.3.Tsa_x"; reason: private alias.
Removed service ".service_locator.soYWHwm"; reason: private alias.
Removed service ".service_locator.FWfjphc"; reason: private alias.
Removed service ".service_locator.kpvWUV2"; reason: private alias.
Removed service ".service_locator.P7jzi3i"; reason: private alias.
Removed service ".service_locator.aUG10sk"; reason: private alias.
Removed service ".service_locator.kAGuQe8"; reason: private alias.
Removed service ".service_locator.QmxCuyD"; reason: private alias.
Removed service ".service_locator.EJrH8la"; reason: private alias.
Removed service ".service_locator.IIRbvWB"; reason: private alias.
Removed service ".service_locator.Zj8dkKK"; reason: private alias.
Removed service ".service_locator.UQVBEI3"; reason: private alias.
Removed service ".service_locator..GrOBhU"; reason: private alias.
Removed service ".service_locator.lp8STOq"; reason: private alias.
Removed service ".service_locator.uMQHbv2"; reason: private alias.
Removed service ".service_locator.OXhYorA"; reason: private alias.
Removed service ".service_locator.4vjLhBM"; reason: private alias.
Removed service ".service_locator.eeVNsgb"; reason: private alias.
Removed service ".service_locator.53zhpSH"; reason: private alias.
Removed service ".service_locator.btfJT.u"; reason: private alias.
Removed service ".service_locator.6CtkNFg"; reason: private alias.
Removed service ".service_locator.10kOJuM"; reason: private alias.
Removed service ".service_locator.ZWk0x7r"; reason: private alias.
Removed service ".service_locator.Ew_IPL8"; reason: private alias.
Removed service ".service_locator.aLiYRtS"; reason: private alias.
Removed service ".service_locator.u__7gEr"; reason: private alias.
Removed service ".service_locator.I4hQA1D"; reason: private alias.
Removed service ".service_locator.fFB4H_."; reason: private alias.
Removed service ".service_locator.MfgPXEz"; reason: private alias.
Removed service ".service_locator.dK7et_d"; reason: private alias.
Removed service ".service_locator.skuzDuN"; reason: private alias.
Removed service ".service_locator.gAR8Q_l"; reason: private alias.
Removed service ".service_locator.kMaDzas"; reason: private alias.
Removed service ".service_locator.GWCPx.Y"; reason: private alias.
Removed service ".service_locator.2JkBOuZ"; reason: private alias.
Removed service ".service_locator.JPjQ6ha"; reason: private alias.
Removed service ".service_locator.SIwFCQs"; reason: private alias.
Removed service ".service_locator.xY0_Ian"; reason: private alias.
Removed service ".service_locator.tJeToyk"; reason: private alias.
Removed service ".service_locator.kMZL6fv"; reason: private alias.
Removed service ".service_locator.O8kFqCx"; reason: private alias.
Removed service ".service_locator.0yFXWyb"; reason: private alias.
Removed service ".service_locator..ZGfM2z"; reason: private alias.
Removed service ".service_locator.so7VTQ7"; reason: private alias.
Removed service ".service_locator.8z9Sy1q"; reason: private alias.
Removed service ".service_locator.Xi6Uf8m"; reason: private alias.
Removed service ".service_locator.7j9BWVN"; reason: private alias.
Removed service ".service_locator.lA9zme8"; reason: private alias.
Removed service ".service_locator.R0F5rAi"; reason: private alias.
Removed service ".service_locator.DXfaSWu"; reason: private alias.
Removed service ".service_locator.MiDt0QS"; reason: private alias.
Removed service ".service_locator.9.Hy2cD"; reason: private alias.
Removed service ".service_locator.cJdgNip"; reason: private alias.
Removed service ".service_locator.WyY1oUV"; reason: private alias.
Removed service ".service_locator.HimoY1e"; reason: private alias.
Removed service ".service_locator.Bg0V6yU"; reason: private alias.
Removed service ".service_locator.xHGfQED"; reason: private alias.
Removed service ".service_locator.GwvzO3j"; reason: private alias.
Removed service ".service_locator.Vuo4iCY"; reason: private alias.
Removed service ".service_locator.iFY9vsM"; reason: private alias.
Removed service ".service_locator.XU_pU0a"; reason: private alias.
Removed service ".service_locator.DNfdlJS"; reason: private alias.
Removed service ".service_locator.NiGZl0M"; reason: private alias.
Removed service ".service_locator.6WlHYrg"; reason: private alias.
Removed service ".service_locator.kUCE.ZR"; reason: private alias.
Removed service ".service_locator.HYUIMSX"; reason: private alias.
Removed service ".service_locator.u9hpxGJ"; reason: private alias.
Removed service ".service_locator.pM2qIxS"; reason: private alias.
Removed service ".service_locator.6FMfqMm"; reason: private alias.
Removed service ".service_locator.HpKIe7k"; reason: private alias.
Removed service ".service_locator.kSl9eea"; reason: private alias.
Removed service ".service_locator.fSby30p"; reason: private alias.
Removed service ".service_locator.KdPBZVG"; reason: private alias.
Removed service ".service_locator.ZrzLrMM"; reason: private alias.
Removed service ".service_locator.8GxwvXd"; reason: private alias.
Removed service ".service_locator.IELiL1O"; reason: private alias.
Removed service ".service_locator.YbHQkZ3"; reason: private alias.
Removed service ".service_locator.EoxCklu"; reason: private alias.
Removed service ".service_locator.Z1AKKBM"; reason: private alias.
Removed service ".service_locator.lomwuNY"; reason: private alias.
Removed service ".service_locator.J20iY8x"; reason: private alias.
Removed service ".service_locator.WFxUUkI"; reason: private alias.
Removed service ".service_locator.H2IgKyH"; reason: private alias.
Removed service ".service_locator.UQERt7."; reason: private alias.
Removed service ".service_locator.VVoCzGw"; reason: private alias.
Removed service ".service_locator.SNiE6_e"; reason: private alias.
Removed service ".service_locator.xC22_Xy"; reason: private alias.
Removed service ".service_locator.lbuY5Hk"; reason: private alias.
Removed service ".service_locator.ZYcEQ3r"; reason: private alias.
Removed service ".service_locator.if.ma2O"; reason: private alias.
Removed service ".service_locator.qQKbSbx"; reason: private alias.
Removed service ".service_locator.xU7HbNJ"; reason: private alias.
Removed service ".service_locator.iUgRE01"; reason: private alias.
Removed service ".service_locator.OZJa.98"; reason: private alias.
Removed service ".service_locator.dXLbZF."; reason: private alias.
Removed service ".service_locator.lC.js67"; reason: private alias.
Removed service ".service_locator.PXUoSHW"; reason: private alias.
Removed service ".service_locator.ca.Iwrs"; reason: private alias.
Removed service ".service_locator.lrZRieH"; reason: private alias.
Removed service ".service_locator.iOtXb_u"; reason: private alias.
Removed service ".service_locator.IXFwh69"; reason: private alias.
Removed service ".service_locator.JBO4zEu"; reason: private alias.
Removed service ".service_locator.gvPiXMC"; reason: private alias.
Removed service ".service_locator.UQr7p8c"; reason: private alias.
Removed service ".service_locator.s96NGcw"; reason: private alias.
Removed service ".service_locator.XFKoxz_"; reason: private alias.
Removed service ".service_locator.zy_p2Sz"; reason: private alias.
Removed service ".service_locator.uf4Yd8N"; reason: private alias.
Removed service ".service_locator.ln._hX1"; reason: private alias.
Removed service ".service_locator.rP70cWw"; reason: private alias.
Removed service ".service_locator.f56KZF2"; reason: private alias.
Removed service ".service_locator.w.9_l4G"; reason: private alias.
Removed service ".service_locator.jnzlXFX"; reason: private alias.
Removed service ".service_locator.l1wKNGd"; reason: private alias.
Removed service ".service_locator.C55a_aY"; reason: private alias.
Removed service ".service_locator.6cqGZE6"; reason: private alias.
Removed service ".service_locator.LobOHaw"; reason: private alias.
Removed service ".service_locator.KYSjwbz"; reason: private alias.
Removed service ".service_locator.pvOThkD"; reason: private alias.
Removed service ".service_locator.Y.oPqSG"; reason: private alias.
Removed service ".service_locator.NXpU4Fl"; reason: private alias.
Removed service ".service_locator.K9zdmQM"; reason: private alias.
Removed service ".service_locator.gaY4nmC"; reason: private alias.
Removed service ".service_locator.5hQqhQp"; reason: private alias.
Removed service ".service_locator.KjAqVjH"; reason: private alias.
Removed service ".service_locator.M2f1uSF"; reason: private alias.
Removed service ".service_locator.x5KuZSo"; reason: private alias.
Removed service ".service_locator.BxV_duQ"; reason: private alias.
Removed service ".service_locator.CcS8__F"; reason: private alias.
Removed service ".service_locator.xcUsgGv"; reason: private alias.
Removed service ".service_locator.pD8BO.1"; reason: private alias.
Removed service ".service_locator..eZuPui"; reason: private alias.
Removed service ".service_locator.4A0.P.E"; reason: private alias.
Removed service ".service_locator.w8j117l"; reason: private alias.
Removed service ".service_locator.Uaijp05"; reason: private alias.
Removed service ".service_locator.i_1B3Cl"; reason: private alias.
Removed service ".service_locator.JL7I0F0"; reason: private alias.
Removed service ".service_locator.Njfpa_m"; reason: private alias.
Removed service ".service_locator.rE_Bu7M"; reason: private alias.
Removed service ".service_locator.REGc41N"; reason: private alias.
Removed service ".service_locator.hREjVFb"; reason: private alias.
Removed service ".service_locator.41fTH8F"; reason: private alias.
Removed service ".service_locator.tzI8D7X"; reason: private alias.
Removed service ".service_locator.jgqeGf8"; reason: private alias.
Removed service ".service_locator.YvO8vcL"; reason: private alias.
Removed service ".service_locator.UDc9YTL"; reason: private alias.
Removed service ".service_locator.HaU.l0K"; reason: private alias.
Removed service ".service_locator.JOKVhfv"; reason: private alias.
Removed service ".service_locator.EyP9Ydk"; reason: private alias.
Removed service ".service_locator.LvbFjtU"; reason: private alias.
Removed service ".service_locator.zLPrYGU"; reason: private alias.
Removed service ".service_locator.TvkfglY"; reason: private alias.
Removed service ".service_locator.PH7KKUH"; reason: private alias.
Removed service ".service_locator.QTSFW7m"; reason: private alias.
Removed service ".service_locator.iwdczb5"; reason: private alias.
Removed service ".service_locator.ucn1ZmQ"; reason: private alias.
Removed service ".service_locator.sV.WTay"; reason: private alias.
Removed service ".service_locator.S_cRFBf"; reason: private alias.
Removed service ".service_locator.qBX.7SI"; reason: private alias.
Removed service ".service_locator.2fAv6z6"; reason: private alias.
Removed service ".service_locator.pAAyi7u"; reason: private alias.
Removed service ".service_locator.t4PD_J2"; reason: private alias.
Removed service ".service_locator.IohLl1F"; reason: private alias.
Removed service ".service_locator.nMua4Km"; reason: private alias.
Removed service ".service_locator.zvnwyd2"; reason: private alias.
Removed service ".service_locator.gpwEKSx"; reason: private alias.
Removed service ".service_locator.BA.1aut"; reason: private alias.
Removed service ".service_locator.VB2ZMFf"; reason: private alias.
Removed service ".service_locator.l.7Ih5F"; reason: private alias.
Removed service ".service_locator.T88H7XF"; reason: private alias.
Removed service ".service_locator.d.TJiTE"; reason: private alias.
Removed service ".service_locator.U9Y7Dff"; reason: private alias.
Removed service ".service_locator.6YiSHzC"; reason: private alias.
Removed service ".service_locator.4W.wwiy"; reason: private alias.
Removed service ".service_locator.POqmpiK"; reason: private alias.
Removed service ".service_locator.5sm4dWI"; reason: private alias.
Removed service ".service_locator.A1BVGLd"; reason: private alias.
Removed service ".service_locator.jvZyBHs"; reason: private alias.
Removed service ".service_locator.WBc_Mfv"; reason: private alias.
Removed service ".service_locator.eHTpQuw"; reason: private alias.
Removed service ".service_locator.UCUhzBG"; reason: private alias.
Removed service ".service_locator.QnGUuvc"; reason: private alias.
Removed service ".service_locator.J5oTG7V"; reason: private alias.
Removed service ".service_locator.vgTh_jH"; reason: private alias.
Removed service ".service_locator.8MDzwuC"; reason: private alias.
Removed service ".service_locator..Evd_E_"; reason: private alias.
Removed service ".service_locator.AIpw.eC"; reason: private alias.
Removed service ".service_locator.Zk.mAGR"; reason: private alias.
Removed service ".service_locator.aCJP7iZ"; reason: private alias.
Removed service ".service_locator.iMLRD0w"; reason: private alias.
Removed service ".service_locator.8_NqE.H"; reason: private alias.
Removed service ".service_locator.t1uYNvt"; reason: private alias.
Removed service ".service_locator.riGN6sa"; reason: private alias.
Removed service ".service_locator.xC2r2Hl"; reason: private alias.
Removed service ".service_locator.KCXBXox"; reason: private alias.
Removed service ".service_locator.h6vf0oQ"; reason: private alias.
Removed service ".service_locator.5yKmhtK"; reason: private alias.
Removed service ".service_locator.5vW9RXy"; reason: private alias.
Removed service ".service_locator.T1Ib.7U"; reason: private alias.
Removed service ".service_locator.P20iyhH"; reason: private alias.
Removed service ".service_locator.ESpnuy4"; reason: private alias.
Removed service ".service_locator.vmSMa_G"; reason: private alias.
Removed service ".service_locator.Xh6zLXz"; reason: private alias.
Removed service ".service_locator.0UzmvAp"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.24Db4R9"; reason: private alias.
Removed service ".service_locator.7iLb6nO"; reason: private alias.
Removed service ".service_locator.MHuQ92P"; reason: private alias.
Removed service ".service_locator.8Tfeqen"; reason: private alias.
Removed service ".service_locator.gWWAX9H"; reason: private alias.
Removed service ".service_locator.2yOD2wl"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator._eRAkJb"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "nelmio_api_doc.model_describers.jms"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "serializer.normalizer.constraint_violation_list"; reason: private alias.
Removed service "serializer.normalizer.mime_message"; reason: private alias.
Removed service "serializer.normalizer.datetimezone"; reason: private alias.
Removed service "serializer.normalizer.dateinterval"; reason: private alias.
Removed service "serializer.normalizer.data_uri"; reason: private alias.
Removed service "serializer.normalizer.datetime"; reason: private alias.
Removed service "serializer.normalizer.json_serializable"; reason: private alias.
Removed service "serializer.normalizer.problem"; reason: private alias.
Removed service "serializer.denormalizer.unwrapping"; reason: private alias.
Removed service "serializer.normalizer.uid"; reason: private alias.
Removed service "serializer.normalizer.form_error"; reason: private alias.
Removed service "serializer.normalizer.object"; reason: private alias.
Removed service "serializer.denormalizer.array"; reason: private alias.
Removed service "serializer.normalizer.backed_enum"; reason: private alias.
Removed service "serializer.normalizer.flatten_exception"; reason: private alias.
Removed service "serializer.encoder.xml"; reason: private alias.
Removed service "serializer.encoder.json"; reason: private alias.
Removed service "serializer.encoder.yaml"; reason: private alias.
Removed service "serializer.encoder.csv"; reason: private alias.
Removed service "argument_resolver.backed_enum_resolver"; reason: private alias.
Removed service "argument_resolver.datetime"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.nC95xwv"; reason: private alias.
Removed service ".service_locator.QZaJAN6"; reason: private alias.
Removed service ".service_locator.indOqwf"; reason: private alias.
Removed service ".service_locator.mL_FT9U"; reason: private alias.
Removed service ".service_locator.798stEm"; reason: private alias.
Removed service ".service_locator.G5IFE25"; reason: private alias.
Removed service ".service_locator.as08LxR"; reason: private alias.
Removed service ".service_locator.deZ90Qg"; reason: private alias.
Removed service ".service_locator.kXHo7jf"; reason: private alias.
Removed service ".service_locator.2GgA2vb"; reason: private alias.
Removed service ".service_locator.Tczp93z"; reason: private alias.
Removed service ".service_locator.SyvWD.j"; reason: private alias.
Removed service ".service_locator.mqRoF8e"; reason: private alias.
Removed service ".service_locator.tCbddRw"; reason: private alias.
Removed service ".service_locator.vqAA4sV"; reason: private alias.
Removed service ".service_locator.aBSOVCF"; reason: private alias.
Removed service ".service_locator.9DsluRd"; reason: private alias.
Removed service ".service_locator.xSskqF0"; reason: private alias.
Removed service ".service_locator.iCsEeLl"; reason: private alias.
Removed service ".service_locator.np6ZTFA"; reason: private alias.
Removed service ".service_locator.WSzqpAM"; reason: private alias.
Removed service ".service_locator.N8xskNY"; reason: private alias.
Removed service ".service_locator.Ze.jKlC"; reason: private alias.
Removed service ".service_locator.pxqXyHA"; reason: private alias.
Removed service ".service_locator.pn6iECX"; reason: private alias.
Removed service ".service_locator.jIBj4EF"; reason: private alias.
Removed service ".service_locator.3QY_ey."; reason: private alias.
Removed service ".service_locator.ZgTgB.x"; reason: private alias.
Removed service ".service_locator.uWgr1w."; reason: private alias.
Removed service ".service_locator.1rJUned"; reason: private alias.
Removed service ".service_locator..Dv9rW7"; reason: private alias.
Removed service ".service_locator..RezNmj"; reason: private alias.
Removed service ".service_locator..fEV5Iw"; reason: private alias.
Removed service ".service_locator.iZZ6Kyr"; reason: private alias.
Removed service ".service_locator.1qN_QeJ"; reason: private alias.
Removed service ".service_locator.QDHDUrz"; reason: private alias.
Removed service ".service_locator.LmjY_V8"; reason: private alias.
Removed service ".service_locator.KUeD.mz"; reason: private alias.
Removed service ".service_locator.75BL87Y"; reason: private alias.
Removed service ".service_locator.r52piVe"; reason: private alias.
Removed service ".service_locator.rVIgs.t"; reason: private alias.
Removed service ".service_locator.a0CDCPR"; reason: private alias.
Removed service ".service_locator.7O9OQKK"; reason: private alias.
Removed service ".service_locator.aBdWQux"; reason: private alias.
Removed service ".service_locator.zU9ADw."; reason: private alias.
Removed service ".service_locator.bInR.ll"; reason: private alias.
Removed service ".service_locator.V6KwNXm"; reason: private alias.
Removed service ".service_locator.9rUx8H3"; reason: private alias.
Removed service ".service_locator.BopMLwo"; reason: private alias.
Removed service ".service_locator.JJ4Rh3n"; reason: private alias.
Removed service ".service_locator.rcmdj.H"; reason: private alias.
Removed service ".service_locator.TKW4Xk."; reason: private alias.
Removed service ".service_locator.DZqGF2u"; reason: private alias.
Removed service ".service_locator.zZlEVvP"; reason: private alias.
Removed service ".service_locator.Z.ulZu."; reason: private alias.
Removed service ".service_locator.8rX8PaH"; reason: private alias.
Removed service ".service_locator.nAg74Ce"; reason: private alias.
Removed service ".service_locator.LBwa9Ek"; reason: private alias.
Removed service ".service_locator.25p0lAB"; reason: private alias.
Removed service ".service_locator.IUBeFM5"; reason: private alias.
Removed service ".service_locator.Q23k.H5"; reason: private alias.
Removed service ".service_locator.BHsiMQE"; reason: private alias.
Removed service ".service_locator.vytT0QK"; reason: private alias.
Removed service ".service_locator.uEvsz5g"; reason: private alias.
Removed service ".service_locator.n3aTCjj"; reason: private alias.
Removed service ".service_locator.GDsZew9"; reason: private alias.
Removed service ".service_locator.fE7Rfu3"; reason: private alias.
Removed service ".service_locator.KbbbkZ_"; reason: private alias.
Removed service ".service_locator.xzCDTFg"; reason: private alias.
Removed service ".service_locator.N5lCfkg"; reason: private alias.
Removed service ".service_locator.mN7vi4m"; reason: private alias.
Removed service ".service_locator.8FekQIO"; reason: private alias.
Removed service ".service_locator.2T8uCB2"; reason: private alias.
Removed service ".service_locator.6Ad7dPu"; reason: private alias.
Removed service ".service_locator.u9dka.f"; reason: private alias.
Removed service ".service_locator.njLmJoy"; reason: private alias.
Removed service ".service_locator.SHFNZ0n"; reason: private alias.
Removed service ".service_locator.flLSlYP"; reason: private alias.
Removed service ".service_locator.Wyh_e8b"; reason: private alias.
Removed service ".service_locator.Q_7s__N"; reason: private alias.
Removed service ".service_locator.oOi4cyJ"; reason: private alias.
Removed service ".service_locator.LExGp1v"; reason: private alias.
Removed service ".service_locator.rfFaPvZ"; reason: private alias.
Removed service ".service_locator.2yFtcCD"; reason: private alias.
Removed service ".service_locator.LsAfrYz"; reason: private alias.
Removed service ".service_locator.qxueg7W"; reason: private alias.
Removed service ".service_locator.SPYxuur"; reason: private alias.
Removed service ".service_locator.F_2FvVe"; reason: private alias.
Removed service ".service_locator.t2WMz6T"; reason: private alias.
Removed service ".service_locator._7KTPec"; reason: private alias.
Removed service ".service_locator.rk20M0v"; reason: private alias.
Removed service ".service_locator.ePf7ZvM"; reason: private alias.
Removed service ".service_locator.cVJQ8w9"; reason: private alias.
Removed service ".service_locator.Qmj4wK5"; reason: private alias.
Removed service ".service_locator.NwIKB2P"; reason: private alias.
Removed service ".service_locator.mcbM.Av"; reason: private alias.
Removed service ".service_locator.y7SwaFa"; reason: private alias.
Removed service ".service_locator.1IlmiGy"; reason: private alias.
Removed service ".service_locator.HxiBBti"; reason: private alias.
Removed service ".service_locator.F.UFEjq"; reason: private alias.
Removed service ".service_locator.gsjuMy9"; reason: private alias.
Removed service ".service_locator.he91qyK"; reason: private alias.
Removed service ".service_locator.nCyh2.k"; reason: private alias.
Removed service ".service_locator.C5KLudC"; reason: private alias.
Removed service ".service_locator.KwzbRb2"; reason: private alias.
Removed service ".service_locator.U0H1pv8"; reason: private alias.
Removed service ".service_locator.9EAZOD4"; reason: private alias.
Removed service ".service_locator.nvk7d9V"; reason: private alias.
Removed service ".service_locator._bULQQP"; reason: private alias.
Removed service ".service_locator.a.fpe1O"; reason: private alias.
Removed service ".service_locator.I3cd3Aw"; reason: private alias.
Removed service ".service_locator.JZiQc_a"; reason: private alias.
Removed service ".service_locator._VwzPIZ"; reason: private alias.
Removed service ".service_locator.5ZZ1RZo"; reason: private alias.
Removed service ".service_locator.5n8Tc95"; reason: private alias.
Removed service ".service_locator.jsMEQjE"; reason: private alias.
Removed service ".service_locator.9l3ccMO"; reason: private alias.
Removed service ".service_locator.tkXMxtj"; reason: private alias.
Removed service ".service_locator.ZaYyWz."; reason: private alias.
Removed service ".service_locator.Y.d6qQS"; reason: private alias.
Removed service ".service_locator.OVmWqqr"; reason: private alias.
Removed service ".service_locator.1kOztJq"; reason: private alias.
Removed service ".service_locator.61jr0Ic"; reason: private alias.
Removed service ".service_locator.h9zF1r8"; reason: private alias.
Removed service ".service_locator.iSETV1V"; reason: private alias.
Removed service ".service_locator.ju6gims"; reason: private alias.
Removed service ".service_locator.Cs5JhxS"; reason: private alias.
Removed service ".service_locator.Bh2YRdV"; reason: private alias.
Removed service ".service_locator.V1zBdQl"; reason: private alias.
Removed service ".service_locator.4o8UYzv"; reason: private alias.
Removed service ".service_locator.QA7QQ5U"; reason: private alias.
Removed service ".service_locator.97lUC9B"; reason: private alias.
Removed service ".service_locator.T8Q_N2t"; reason: private alias.
Removed service ".service_locator.qj9FqOW"; reason: private alias.
Removed service ".service_locator.ObvFsso"; reason: private alias.
Removed service ".service_locator.1ipJh94"; reason: private alias.
Removed service ".service_locator.x571eYF"; reason: private alias.
Removed service ".service_locator.8zdCQ91"; reason: private alias.
Removed service ".service_locator.rChluFG"; reason: private alias.
Removed service ".service_locator.ub_BtEv"; reason: private alias.
Removed service ".service_locator.I.eLSKg"; reason: private alias.
Removed service ".service_locator.sKD_DAD"; reason: private alias.
Removed service ".service_locator.VKmyxGG"; reason: private alias.
Removed service ".service_locator.EJeszjM"; reason: private alias.
Removed service ".service_locator.xtUvedv"; reason: private alias.
Removed service ".service_locator.N7BAU9X"; reason: private alias.
Removed service ".service_locator.PrRgmaQ"; reason: private alias.
Removed service ".service_locator.Ecptv9h"; reason: private alias.
Removed service ".service_locator.hCumxIO"; reason: private alias.
Removed service ".service_locator.tWmdcZ5"; reason: private alias.
Removed service ".service_locator.OYUe13s"; reason: private alias.
Removed service ".service_locator.TLBNfbH"; reason: private alias.
Removed service ".service_locator.r5o.uC1"; reason: private alias.
Removed service ".service_locator.341nYcM"; reason: private alias.
Removed service ".service_locator.fs0qLE9"; reason: private alias.
Removed service ".service_locator.iCE6an6"; reason: private alias.
Removed service ".service_locator.0.trrI1"; reason: private alias.
Removed service ".service_locator.OMFmKiW"; reason: private alias.
Removed service ".service_locator.zxOFuuC"; reason: private alias.
Removed service ".service_locator.J_l_AmL"; reason: private alias.
Removed service ".service_locator.RI7RlUt"; reason: private alias.
Removed service ".service_locator.yoJASWN"; reason: private alias.
Removed service ".service_locator.G0S7FjZ"; reason: private alias.
Removed service ".service_locator.D_8ujYi"; reason: private alias.
Removed service ".service_locator.QiuSlIY"; reason: private alias.
Removed service ".service_locator.YKlnQ76"; reason: private alias.
Removed service ".service_locator.6Q1Hd_u"; reason: private alias.
Removed service ".service_locator.QPHn3yz"; reason: private alias.
Removed service ".service_locator.X4e7iW2"; reason: private alias.
Removed service ".service_locator.5JOhU2k"; reason: private alias.
Removed service ".service_locator.4O0qkvP"; reason: private alias.
Removed service ".service_locator.339mGjS"; reason: private alias.
Removed service ".service_locator.JPxkpkU"; reason: private alias.
Removed service ".service_locator.aD5dG0q"; reason: private alias.
Removed service ".service_locator.l4FQMuZ"; reason: private alias.
Removed service ".service_locator.Q5HxDln"; reason: private alias.
Removed service ".service_locator.RDSDNOb"; reason: private alias.
Removed service ".service_locator.yIFMBFl"; reason: private alias.
Removed service ".service_locator.sy1flGV"; reason: private alias.
Removed service ".service_locator.aAIZX5i"; reason: private alias.
Removed service ".service_locator.vmloCRj"; reason: private alias.
Removed service ".service_locator.nNwQkzn"; reason: private alias.
Removed service ".service_locator.cTkmLVE"; reason: private alias.
Removed service ".service_locator.AncUE1L"; reason: private alias.
Removed service ".service_locator.mYKL6Hw"; reason: private alias.
Removed service ".service_locator.iZnfOkG"; reason: private alias.
Removed service ".service_locator.TmGMTFD"; reason: private alias.
Removed service ".service_locator.7MNHQMC"; reason: private alias.
Removed service ".service_locator.eBPnK.Z"; reason: private alias.
Removed service ".service_locator.L0CLVlg"; reason: private alias.
Removed service ".service_locator.u.hbOmq"; reason: private alias.
Removed service ".service_locator.Y4HMwaF"; reason: private alias.
Removed service ".service_locator.N2liIkQ"; reason: private alias.
Removed service ".service_locator..y3wqI3"; reason: private alias.
Removed service ".service_locator.CEcGpEM"; reason: private alias.
Removed service ".service_locator.647hCed"; reason: private alias.
Removed service ".service_locator.KC9BMG4"; reason: private alias.
Removed service ".service_locator.CEqOpuP"; reason: private alias.
Removed service ".service_locator.VG4aoex"; reason: private alias.
Removed service ".service_locator.Iw_KnFM"; reason: private alias.
Removed service ".service_locator.psvTwLL"; reason: private alias.
Removed service ".service_locator.TsY9cTm"; reason: private alias.
Removed service ".service_locator.grD7jWY"; reason: private alias.
Removed service ".service_locator.KjDtA6H"; reason: private alias.
Removed service ".service_locator._ev3083"; reason: private alias.
Removed service ".service_locator.SzEZOi_"; reason: private alias.
Removed service ".service_locator.6meFNgw"; reason: private alias.
Removed service ".service_locator.NIjrhmk"; reason: private alias.
Removed service ".service_locator.2gFevXR"; reason: private alias.
Removed service ".service_locator.lJd8wJG"; reason: private alias.
Removed service ".service_locator.cZA4qpT"; reason: private alias.
Removed service ".service_locator.QNYp1EA"; reason: private alias.
Removed service ".service_locator.71b3aN5"; reason: private alias.
Removed service ".service_locator.iM3A7_e"; reason: private alias.
Removed service ".service_locator.S4cuAZB"; reason: private alias.
Removed service ".service_locator.d9TKUJl"; reason: private alias.
Removed service ".service_locator.idit6sU"; reason: private alias.
Removed service ".service_locator.KWpCTwi"; reason: private alias.
Removed service ".service_locator.6kA.x38"; reason: private alias.
Removed service ".service_locator.5PtDT.A"; reason: private alias.
Removed service ".service_locator.bC551Ph"; reason: private alias.
Removed service ".service_locator.tl2FK._"; reason: private alias.
Removed service ".service_locator._2zxwKE"; reason: private alias.
Removed service ".service_locator.mIfoTaY"; reason: private alias.
Removed service ".service_locator.40dZLLr"; reason: private alias.
Removed service ".service_locator.9xdrJQc"; reason: private alias.
Removed service ".service_locator.rF5FvjZ"; reason: private alias.
Removed service ".service_locator.eane6Mk"; reason: private alias.
Removed service ".service_locator.B.s8OVH"; reason: private alias.
Removed service ".service_locator.ET4ggLT"; reason: private alias.
Removed service ".service_locator.I8UZe6y"; reason: private alias.
Removed service ".service_locator.bUzDL_W"; reason: private alias.
Removed service ".service_locator.X_ET5b."; reason: private alias.
Removed service ".service_locator.vXgTmaQ"; reason: private alias.
Removed service ".service_locator.6xc_0Hc"; reason: private alias.
Removed service ".service_locator.8oeQ1Y1"; reason: private alias.
Removed service ".service_locator.fTEan8m"; reason: private alias.
Removed service ".service_locator.4SCGiwJ"; reason: private alias.
Removed service ".service_locator.mekFQCx"; reason: private alias.
Removed service ".service_locator.hdBKISV"; reason: private alias.
Removed service ".service_locator.FWEEmNF"; reason: private alias.
Removed service ".service_locator.BmWsDUi"; reason: private alias.
Removed service ".service_locator.HKR5fc8"; reason: private alias.
Removed service ".service_locator.ZJsEsVy"; reason: private alias.
Removed service ".service_locator.ZRYGTPT"; reason: private alias.
Removed service ".service_locator.ESGu1Pi"; reason: private alias.
Removed service ".service_locator.NgQMUO0"; reason: private alias.
Removed service ".service_locator.OfLLi.Q"; reason: private alias.
Removed service ".service_locator.AqgWFfp"; reason: private alias.
Removed service ".service_locator.3_Rufq9"; reason: private alias.
Removed service ".service_locator.iZawwFO"; reason: private alias.
Removed service ".service_locator.4Y6_L40"; reason: private alias.
Removed service ".service_locator.cINaqnV"; reason: private alias.
Removed service ".service_locator.JB3pbsY"; reason: private alias.
Removed service ".service_locator.AbQ.RRw"; reason: private alias.
Removed service ".service_locator.YxqOrEN"; reason: private alias.
Removed service ".service_locator.Rfj7GiU"; reason: private alias.
Removed service ".service_locator.4eb9hGc"; reason: private alias.
Removed service ".service_locator.IogCb1l"; reason: private alias.
Removed service ".service_locator.KFZ8AU_"; reason: private alias.
Removed service ".service_locator.0kRwfI_"; reason: private alias.
Removed service ".service_locator..xc0SOo"; reason: private alias.
Removed service ".service_locator.qGhHtIi"; reason: private alias.
Removed service ".service_locator.foVzydW"; reason: private alias.
Removed service ".service_locator.PDle592"; reason: private alias.
Removed service ".service_locator.4jv7RqU"; reason: private alias.
Removed service ".service_locator.A5uUyGh"; reason: private alias.
Removed service ".service_locator.X8VkLyV"; reason: private alias.
Removed service ".service_locator.XGtODtX"; reason: private alias.
Removed service ".service_locator.RO4_GaM"; reason: private alias.
Removed service ".service_locator.Z5dKctx"; reason: private alias.
Removed service ".service_locator.up8_SBt"; reason: private alias.
Removed service ".service_locator.uHuTfZX"; reason: private alias.
Removed service ".service_locator.sAS.kRV"; reason: private alias.
Removed service ".service_locator.89UShY2"; reason: private alias.
Removed service ".service_locator.FOhjCFx"; reason: private alias.
Removed service ".service_locator.6lMyz4p"; reason: private alias.
Removed service ".service_locator.0Cf3TxW"; reason: private alias.
Removed service ".service_locator.75u2Hf5"; reason: private alias.
Removed service ".service_locator.DCUoWG8"; reason: private alias.
Removed service ".service_locator.EsfhKlM"; reason: private alias.
Removed service ".service_locator.IRH3kLk"; reason: private alias.
Removed service ".service_locator.5RfINk0"; reason: private alias.
Removed service ".service_locator.CTaenwF"; reason: private alias.
Removed service ".service_locator.FRdHviz"; reason: private alias.
Removed service ".service_locator.uk5l774"; reason: private alias.
Removed service ".service_locator.ixWVHK7"; reason: private alias.
Removed service ".service_locator.NF6bSSm"; reason: private alias.
Removed service ".service_locator.WZXqWEO"; reason: private alias.
Removed service ".service_locator.HQ_NcEP"; reason: private alias.
Removed service ".service_locator.yFTrMXm"; reason: private alias.
Removed service ".service_locator.sNm2PK3"; reason: private alias.
Removed service ".service_locator.TDkKoXo"; reason: private alias.
Removed service ".service_locator.d6KiEpn"; reason: private alias.
Removed service ".service_locator.Amcl38A"; reason: private alias.
Removed service ".service_locator.JqUoZRp"; reason: private alias.
Removed service ".service_locator.a2HMwPN"; reason: private alias.
Removed service ".service_locator.IJxkZdl"; reason: private alias.
Removed service ".service_locator.SfS8fYA"; reason: private alias.
Removed service ".service_locator.qnzZ92e"; reason: private alias.
Removed service ".service_locator.hPcDWNh"; reason: private alias.
Removed service ".service_locator.K6vuL8x"; reason: private alias.
Removed service ".service_locator.j8k_pfJ"; reason: private alias.
Removed service ".service_locator.eEsI6XI"; reason: private alias.
Removed service ".service_locator.2WTVxiM"; reason: private alias.
Removed service ".service_locator.HZ3UzAO"; reason: private alias.
Removed service ".service_locator._Zs7Zux"; reason: private alias.
Removed service ".service_locator.k3yKEdo"; reason: private alias.
Removed service ".service_locator.F2Udavx"; reason: private alias.
Removed service ".service_locator.tc.YID2"; reason: private alias.
Removed service ".service_locator.zZ6YI4t"; reason: private alias.
Removed service ".service_locator._8h6cqy"; reason: private alias.
Removed service ".service_locator.bF91gE5"; reason: private alias.
Removed service ".service_locator.NpLy14L"; reason: private alias.
Removed service ".service_locator.Q8FF_dW"; reason: private alias.
Removed service ".service_locator.Vrnw9An"; reason: private alias.
Removed service ".service_locator.m1boA.G"; reason: private alias.
Removed service ".service_locator.wtnaxh."; reason: private alias.
Removed service ".service_locator.iLFgmi4"; reason: private alias.
Removed service ".service_locator.ng.JoC3"; reason: private alias.
Removed service ".service_locator._uoAxHw"; reason: private alias.
Removed service ".service_locator.1QnDTjq"; reason: private alias.
Removed service ".service_locator.1L9uVUd"; reason: private alias.
Removed service ".service_locator.1zgrp76"; reason: private alias.
Removed service ".service_locator.iaJiCwG"; reason: private alias.
Removed service ".service_locator.8CNke8s"; reason: private alias.
Removed service ".service_locator.u4kaLVn"; reason: private alias.
Removed service ".service_locator.cNQ.4ua"; reason: private alias.
Removed service ".service_locator.ON.zu4v"; reason: private alias.
Removed service ".service_locator.nDbl9Yr"; reason: private alias.
Removed service ".service_locator.q8iYgGB"; reason: private alias.
Removed service ".service_locator.ZAFeWXF"; reason: private alias.
Removed service ".service_locator.o0IdsI0"; reason: private alias.
Removed service ".service_locator.1X3l64n"; reason: private alias.
Removed service ".service_locator.BvdkVeX"; reason: private alias.
Removed service ".service_locator.yiDPTrY"; reason: private alias.
Removed service ".service_locator.IAYa3oF"; reason: private alias.
Removed service ".service_locator.CFSPvIe"; reason: private alias.
Removed service ".service_locator.ozKY4Fa"; reason: private alias.
Removed service ".service_locator.kbFKDPd"; reason: private alias.
Removed service ".service_locator.QUdRIhU"; reason: private alias.
Removed service ".service_locator.fmzqiJM"; reason: private alias.
Removed service ".service_locator.y0XwN.b"; reason: private alias.
Removed service ".service_locator.KfaY8Zs"; reason: private alias.
Removed service ".service_locator.sAIaz0I"; reason: private alias.
Removed service ".service_locator.n_VSMOo"; reason: private alias.
Removed service ".service_locator.TrBnn_Q"; reason: private alias.
Removed service ".service_locator.6bYEY38"; reason: private alias.
Removed service ".service_locator.ZqEi8hz"; reason: private alias.
Removed service ".service_locator.K7caaj1"; reason: private alias.
Removed service ".service_locator.QPN1p4d"; reason: private alias.
Removed service ".service_locator.Dj8S9Vw"; reason: private alias.
Removed service ".service_locator.9Lnt39G"; reason: private alias.
Removed service ".service_locator.1P_e_dP"; reason: private alias.
Removed service ".service_locator.qN8HABx"; reason: private alias.
Removed service ".service_locator.2klruXf"; reason: private alias.
Removed service ".service_locator.DBHJ2AS"; reason: private alias.
Removed service ".service_locator.bt_JZQO"; reason: private alias.
Removed service ".service_locator.7lo.J0V"; reason: private alias.
Removed service ".service_locator.rD_FoeM"; reason: private alias.
Removed service ".service_locator.XtArjJG"; reason: private alias.
Removed service ".service_locator.cn1BNBn"; reason: private alias.
Removed service ".service_locator.YmaCE2G"; reason: private alias.
Removed service ".service_locator.oaH3AuH"; reason: private alias.
Removed service ".service_locator.7Ac8_n1"; reason: private alias.
Removed service ".service_locator.T_Bv72c"; reason: private alias.
Removed service ".service_locator.QabkG4X"; reason: private alias.
Removed service ".service_locator.HFA4VAN"; reason: private alias.
Removed service ".service_locator.h8WUfPM"; reason: private alias.
Removed service ".service_locator.ii0C8F0"; reason: private alias.
Removed service ".service_locator.ly5Hv74"; reason: private alias.
Removed service ".service_locator.17SakPS"; reason: private alias.
Removed service ".service_locator.6Xj6lLD"; reason: private alias.
Removed service ".service_locator.p_kYlKJ"; reason: private alias.
Removed service ".service_locator.MfdsV00"; reason: private alias.
Removed service ".service_locator.rUd9d40"; reason: private alias.
Removed service ".service_locator.iylMI3L"; reason: private alias.
Removed service ".service_locator.w9bQ9c7"; reason: private alias.
Removed service ".service_locator.8X6dpQm"; reason: private alias.
Removed service ".service_locator.E7Qr2NU"; reason: private alias.
Removed service ".service_locator.g0kRgLg"; reason: private alias.
Removed service ".service_locator.yZUDndp"; reason: private alias.
Removed service ".service_locator.r4GDTVU"; reason: private alias.
Removed service ".service_locator.oYGWJQz"; reason: private alias.
Removed service ".service_locator.33GUl4E"; reason: private alias.
Removed service ".service_locator.4dKQhxF"; reason: private alias.
Removed service ".service_locator.SZcd4cD"; reason: private alias.
Removed service ".service_locator.TlBa_sZ"; reason: private alias.
Removed service ".service_locator.D.3Ls2n"; reason: private alias.
Removed service ".service_locator.qFLwkY5"; reason: private alias.
Removed service ".service_locator.t9c5YkB"; reason: private alias.
Removed service ".service_locator.t2vTWN9"; reason: private alias.
Removed service ".service_locator.eWDiwW7"; reason: private alias.
Removed service ".service_locator.j78BY5_"; reason: private alias.
Removed service ".service_locator.UBq70ss"; reason: private alias.
Removed service ".service_locator.BXq3JB6"; reason: private alias.
Removed service ".service_locator.0VU5eea"; reason: private alias.
Removed service ".service_locator.Steynyg"; reason: private alias.
Removed service ".service_locator.0X__idR"; reason: private alias.
Removed service ".service_locator.NBQNNGa"; reason: private alias.
Removed service ".service_locator.OBmg.Q3"; reason: private alias.
Removed service ".service_locator.G0jYaQc"; reason: private alias.
Removed service ".service_locator.zJdaav3"; reason: private alias.
Removed service ".service_locator.Pls1Pce"; reason: private alias.
Removed service ".service_locator.ZN.S6Ab"; reason: private alias.
Removed service ".service_locator.R7hjHbH"; reason: private alias.
Removed service ".service_locator.xtYUGNk"; reason: private alias.
Removed service ".service_locator.KR8jbVf"; reason: private alias.
Removed service ".service_locator.zxn4sQW"; reason: private alias.
Removed service ".service_locator.LoRGVn9"; reason: private alias.
Removed service ".service_locator.G1fAM.4"; reason: private alias.
Removed service ".service_locator.PAQCI24"; reason: private alias.
Removed service ".service_locator.x.IGgAt"; reason: private alias.
Removed service ".service_locator.uQs9rqV"; reason: private alias.
Removed service ".service_locator.W_imMzR"; reason: private alias.
Removed service ".service_locator.1jPL0N9"; reason: private alias.
Removed service ".service_locator.7l3r2Jg"; reason: private alias.
Removed service ".service_locator.ONB6j1S"; reason: private alias.
Removed service ".service_locator.dH.GLns"; reason: private alias.
Removed service ".service_locator.wrWcLUf"; reason: private alias.
Removed service ".service_locator.efVzEbz"; reason: private alias.
Removed service ".service_locator.LWW.95s"; reason: private alias.
Removed service ".service_locator.zCX.oFw"; reason: private alias.
Removed service ".service_locator.plZz0w0"; reason: private alias.
Removed service ".service_locator.AcGMvTs"; reason: private alias.
Removed service ".service_locator..KyBI3x"; reason: private alias.
Removed service ".service_locator.TCeOut8"; reason: private alias.
Removed service ".service_locator.9CFsWIU"; reason: private alias.
Removed service ".service_locator.HN6xvwv"; reason: private alias.
Removed service ".service_locator.UvVNJR5"; reason: private alias.
Removed service ".service_locator.VNlr1kG"; reason: private alias.
Removed service ".service_locator.Okliw6B"; reason: private alias.
Removed service ".service_locator.ey3m0BE"; reason: private alias.
Removed service ".service_locator.F4B2k8J"; reason: private alias.
Removed service ".service_locator.556F0yL"; reason: private alias.
Removed service ".service_locator.WjXqtzo"; reason: private alias.
Removed service ".service_locator.Zgq_S9G"; reason: private alias.
Removed service ".service_locator.orJCGmC"; reason: private alias.
Removed service ".service_locator.4yVlu7t"; reason: private alias.
Removed service ".service_locator.dIFfAPi"; reason: private alias.
Removed service ".service_locator.0wZf4.g"; reason: private alias.
Removed service ".service_locator.pVTXst6"; reason: private alias.
Removed service ".service_locator.NWdHARd"; reason: private alias.
Removed service ".service_locator.7tsRGJ7"; reason: private alias.
Removed service ".service_locator.Gf4Gasx"; reason: private alias.
Removed service ".service_locator.i0NIrMW"; reason: private alias.
Removed service ".service_locator.__FtDCP"; reason: private alias.
Removed service ".service_locator.X0_kkrQ"; reason: private alias.
Removed service ".service_locator.al7hcQt"; reason: private alias.
Removed service ".service_locator.RR2bzXt"; reason: private alias.
Removed service ".service_locator.hLuuzOA"; reason: private alias.
Removed service ".service_locator.06L5fTQ"; reason: private alias.
Removed service ".service_locator.qIR0wdd"; reason: private alias.
Removed service ".service_locator.sZWXxc9"; reason: private alias.
Removed service ".service_locator._LUI_l0"; reason: private alias.
Removed service ".service_locator.mPAVz2B"; reason: private alias.
Removed service ".service_locator.VxzGbiV"; reason: private alias.
Removed service ".service_locator.x.s7uUx"; reason: private alias.
Removed service ".service_locator.kGxNTm6"; reason: private alias.
Removed service ".service_locator.i3o7zuF"; reason: private alias.
Removed service ".service_locator.X7mPUvr"; reason: private alias.
Removed service ".service_locator.vluqG4j"; reason: private alias.
Removed service ".service_locator.bB8zjXT"; reason: private alias.
Removed service ".service_locator.pkmtye9"; reason: private alias.
Removed service ".service_locator.BxPYAkP"; reason: private alias.
Removed service ".service_locator.XXtrF0M"; reason: private alias.
Removed service ".service_locator.aMpI_J5"; reason: private alias.
Removed service ".service_locator.741YMp4"; reason: private alias.
Removed service ".service_locator.7Dh9e7n"; reason: private alias.
Removed service ".service_locator.vF.lmnj"; reason: private alias.
Removed service ".service_locator.m_jbYYu"; reason: private alias.
Removed service ".service_locator.MwplNsq"; reason: private alias.
Removed service ".service_locator.mF1c8Wv"; reason: private alias.
Removed service ".service_locator.pVLgROi"; reason: private alias.
Removed service ".service_locator.RN6liFn"; reason: private alias.
Removed service ".service_locator.MsQ52AD"; reason: private alias.
Removed service ".service_locator.biTDaSg"; reason: private alias.
Removed service ".service_locator.psmJyCn"; reason: private alias.
Removed service ".service_locator.4BSFSWn"; reason: private alias.
Removed service ".service_locator.pj1VQxr"; reason: private alias.
Removed service ".service_locator.S4bBkyj"; reason: private alias.
Removed service ".service_locator.M85jqZ0"; reason: private alias.
Removed service ".service_locator.hXpV1Ye"; reason: private alias.
Removed service ".service_locator.smOFRbY"; reason: private alias.
Removed service ".service_locator.bhZA0NN"; reason: private alias.
Removed service ".service_locator.0218YLP"; reason: private alias.
Removed service ".service_locator.7v6x39m"; reason: private alias.
Removed service ".service_locator.IehN4Gt"; reason: private alias.
Removed service ".service_locator.FZqhust"; reason: private alias.
Removed service ".service_locator.qBeQMnz"; reason: private alias.
Removed service ".service_locator.31.1P70"; reason: private alias.
Removed service ".service_locator.J58iy5B"; reason: private alias.
Removed service ".service_locator.j4k6S8z"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.rpuzuU6"; reason: private alias.
Removed service ".service_locator.e94QX.T"; reason: private alias.
Removed service ".service_locator.xYjANFK"; reason: private alias.
Removed service ".service_locator.3lqQp43"; reason: private alias.
Removed service ".service_locator.HCnKI1s"; reason: private alias.
Removed service ".service_locator.ZSHNXgV"; reason: private alias.
Removed service ".service_locator.O.TZJQP"; reason: private alias.
Removed service ".service_locator.7RaXIh8"; reason: private alias.
Removed service ".service_locator.uNkKhDf"; reason: private alias.
Removed service ".service_locator.4Z_PR6m"; reason: private alias.
Removed service ".service_locator.X_ppxSn"; reason: private alias.
Removed service ".service_locator.ahcTSDI"; reason: private alias.
Removed service ".service_locator.PfWUfXI"; reason: private alias.
Removed service ".service_locator.BubmW2V"; reason: private alias.
Removed service ".service_locator.ETnNnCx"; reason: private alias.
Removed service ".service_locator.d5XRz4Z"; reason: private alias.
Removed service ".service_locator.jroPAfe"; reason: private alias.
Removed service ".service_locator.eXgYFGG"; reason: private alias.
Removed service ".service_locator.pRaGu7i"; reason: private alias.
Removed service ".service_locator.IGy4uRh"; reason: private alias.
Removed service ".service_locator.FlhOhk9"; reason: private alias.
Removed service ".service_locator.Y9_3MFF"; reason: private alias.
Removed service ".service_locator.6brD8_5"; reason: private alias.
Removed service ".service_locator.5NeQDUW"; reason: private alias.
Removed service ".service_locator.MN2SH8B"; reason: private alias.
Removed service ".service_locator.QhqHPos"; reason: private alias.
Removed service ".service_locator.Kur1Ojk"; reason: private alias.
Removed service ".service_locator.lSJEgU5"; reason: private alias.
Removed service ".service_locator.zXgbS8W"; reason: private alias.
Removed service ".service_locator.4FOeWT4"; reason: private alias.
Removed service ".service_locator.fnzokfb"; reason: private alias.
Removed service ".service_locator.XOnCvSf"; reason: private alias.
Removed service ".service_locator.uqWCJHK"; reason: private alias.
Removed service ".service_locator.hwtzIA8"; reason: private alias.
Removed service ".service_locator.Up8JS7_"; reason: private alias.
Removed service ".service_locator.1tuTtpE"; reason: private alias.
Removed service ".service_locator.2jD3cOu"; reason: private alias.
Removed service ".service_locator.0DhYn.6"; reason: private alias.
Removed service ".service_locator.QtHQYDx"; reason: private alias.
Removed service ".service_locator.P9iKM61"; reason: private alias.
Removed service ".service_locator.fOXk8rG"; reason: private alias.
Removed service ".service_locator.s24D3t8"; reason: private alias.
Removed service ".service_locator.sf0Ho8d"; reason: private alias.
Removed service ".service_locator.wxeDwDs"; reason: private alias.
Removed service ".service_locator.st0zG4W"; reason: private alias.
Removed service ".service_locator._hWvbKa"; reason: private alias.
Removed service ".service_locator.ocN9KZR"; reason: private alias.
Removed service ".service_locator.9J6ulbH"; reason: private alias.
Removed service ".service_locator.YZPEodg"; reason: private alias.
Removed service ".service_locator.syoCXQ."; reason: private alias.
Removed service ".service_locator.fS.G_O5"; reason: private alias.
Removed service ".service_locator.lLGnkGE"; reason: private alias.
Removed service ".service_locator.hygegyn"; reason: private alias.
Removed service ".service_locator.Pzq5kxO"; reason: private alias.
Removed service ".service_locator.HO7.gFw"; reason: private alias.
Removed service ".service_locator.efECGVK"; reason: private alias.
Removed service ".service_locator.F4BnD2."; reason: private alias.
Removed service ".service_locator.SujxegY"; reason: private alias.
Removed service ".service_locator.BdSiJUx"; reason: private alias.
Removed service ".service_locator.wRyroaB"; reason: private alias.
Removed service ".service_locator.YKX0NCu"; reason: private alias.
Removed service ".service_locator.Qr_y3m5"; reason: private alias.
Removed service ".service_locator.S5wdI9Y"; reason: private alias.
Removed service ".service_locator.zuLQMDG"; reason: private alias.
Removed service ".service_locator.9XW_mMR"; reason: private alias.
Removed service ".service_locator.ZqipjIW"; reason: private alias.
Removed service ".service_locator.2mi2cVK"; reason: private alias.
Removed service ".service_locator..DZ30Tt"; reason: private alias.
Removed service ".service_locator.XkrG8vT"; reason: private alias.
Removed service ".service_locator.DoCD.2o"; reason: private alias.
Removed service ".service_locator.NwUQ0xc"; reason: private alias.
Removed service ".service_locator.peQfAp1"; reason: private alias.
Removed service ".service_locator.bM.LpFn"; reason: private alias.
Removed service ".service_locator.mwiE1dN"; reason: private alias.
Removed service ".service_locator.WIv8hV7"; reason: private alias.
Removed service ".service_locator.cXJZSr_"; reason: private alias.
Removed service ".service_locator.AD50Oe2"; reason: private alias.
Removed service ".service_locator.RrKllf2"; reason: private alias.
Removed service ".service_locator.kz4bkfA"; reason: private alias.
Removed service ".service_locator.pc_9leu"; reason: private alias.
Removed service ".service_locator.qoQeGic"; reason: private alias.
Removed service ".service_locator.Hu4Bx_e"; reason: private alias.
Removed service ".service_locator.59z.Ss1"; reason: private alias.
Removed service ".service_locator._s19566"; reason: private alias.
Removed service ".service_locator.OxOHMpW"; reason: private alias.
Removed service ".service_locator.QBGgCnG"; reason: private alias.
Removed service ".service_locator.qSmMYtt"; reason: private alias.
Removed service ".service_locator.Y9fAIq0"; reason: private alias.
Removed service ".service_locator.oFuKNZX"; reason: private alias.
Removed service ".service_locator.A55U1mz"; reason: private alias.
Removed service ".service_locator.3T7WKtu"; reason: private alias.
Removed service ".service_locator.gcOgu8E"; reason: private alias.
Removed service ".service_locator.ARmoptk"; reason: private alias.
Removed service ".service_locator.eAaUVIw"; reason: private alias.
Removed service ".service_locator.zyEgPll"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
366
Changed reference of service "App\Controller\Api\ApiChatController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Api\DiscussionClassController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Api\ResetPasswordController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Api\UpdatePassword" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\HonnorTableGenerationController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Mobile\DiscussionGroupController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\ProfTimeController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ReportCardController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SchoolCertificateController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\StudentController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\StudentScolarityController" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\AbsenceBySequenceType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\AgendaElementType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\AgendaElementType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\DisciplineConcileType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\ExamAgendaElementType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\ExistUserType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\HomeWorkType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\LateType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\LateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\PunishType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\PunishType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\StudentType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\AuthenticationEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\SecurityAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\AbsenceExcelService" 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 "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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 "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 "chatter" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "chatter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.firebase" 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 "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.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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.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 "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "framework_extra_bundle.event.is_granted" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "hateoas.configuration.metadata.yaml_driver" previously pointing to "hateoas.configuration.provider.chain" to "hateoas.configuration.provider".
Changed reference of service "hateoas.configuration.metadata.xml_driver" previously pointing to "hateoas.configuration.provider.chain" to "hateoas.configuration.provider".
Changed reference of service "hateoas.configuration.metadata.annotation_driver" previously pointing to "hateoas.configuration.provider.chain" to "hateoas.configuration.provider".
Changed reference of service "hateoas.configuration.metadata.attribute_driver" previously pointing to "hateoas.configuration.provider.chain" to "hateoas.configuration.provider".
Changed reference of service "hateoas.generator.symfony" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "tetranz_select2entity.select2entity_type" previously pointing to "router.default" to "router".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Omines\DataTablesBundle\DataTableFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Omines\DataTablesBundle\Twig\DataTablesExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service ".service_locator.msm4oDz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jlPac5H" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Bqa3cIW" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.K.zGAhV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.R8h03Hz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zcirjFJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.k6ENfGD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EWjM36J" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BojH8qY" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7Ln7RtP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.0iUKbxq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.C_l4AXj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gJWxrDD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.v7jIBT4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.57tOhl1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.n4Fddwv" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.VYk6zh7" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.5j.6uML" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.1aS5trv" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.5DrfK4O" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.60jNARX" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.S2ZJ71f" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.fFutHfE" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.9BcKAgq" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.otXmVCQ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.g7odDd7" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.LfStnCK" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.PQ9SUbu" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.NnUdmAH" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.yWNez8L" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator._CDsETR" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.kqn7EJw" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.txdQ7r0" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.VnVVpdZ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.Gkq5sSd" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.5AQRqCO" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.isYY9no" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.0WGvV5S" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.M1_r0b5" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.M1_r0b5" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.veBr4nJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.7vTTgie" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.1OJc9FO" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.shHQWOY" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.ZnT4pDn" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.3eehrfp" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.HZUFyrh" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.u6MJOGz" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.vkv6s9e" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.vKqh6Xb" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.B90f90h" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.m_KzlJJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.p41DEcp" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.HB7XwpH" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.W.ZS2fJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.kDb8IXF" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.IxUpa9V" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.21Fl8a9" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.xKsYCjQ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.p15H4Li" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.Kgy.crU" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.8zxVF9L" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.GbN2tjX" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.jZLMJay" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.db0K3jA" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.Zb18J1K" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.3DrUL6G" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.07mG7qx" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.X7iPrVO" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.yTQEhlh" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.IkoB0kf" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.dlIi0G3" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.GrYBif." previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.CSDbc2T" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.xUzmwEr" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.3GVNAFC" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.ZWGKkz_" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.GR8NPwv" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.bnazoR_" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.OarTYNz" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.ygntiis" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.K4ML.iA" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.CBE19GJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.97peSL2" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.jzcy55N" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.pZZYLnW" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.U8yfLN3" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.v6RlmFp" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.MulAoz1" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.2DLoLxS" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.v1lbq5y" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.j.QxGcW" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.2._F1uW" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.5_r6zzi" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.EuAsXTd" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.1rmtyta" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.iUpKUbJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.L4T2InR" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.x1FIUr0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.G9vvphf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator...ksLz2" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.Hfm4VFC" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.9rC0rB8" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.hBMRdhX" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.gHPFtgg" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.3JlnJaz" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.kFMW2Ni" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oIW2J4U" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.LBBP3y0" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.GF9hExA" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.oGpdfyV" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.cgd5_Wp" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator..sHrCay" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.8wFHZGi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..ox0MlS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3IhiHHK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4u.2a6F" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FaMibDc" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hgtU5ta" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CLA1cFI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2L5nXl9" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.7NWLxk8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.02cPu5J" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.F2.8LHU" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.VKbtkTD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.WV_RIL0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.V.RrkBQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9NM_ggH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uVMhhxj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gmL2COC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.8f5V.6F" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.q9FciFs" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.q9FciFs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.j4NerMp" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.j4NerMp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4neuGCa" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.v3AI92f" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.8nVEV7f" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.CIUrNse" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.q.TacX9" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.q.TacX9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4IPdATD" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.4IPdATD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GuYa4en" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.8Ig9QsI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EbcXxMp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.MWF5VOR" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.lsWa.FA" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.lsWa.FA" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.DpmtEPW" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.DpmtEPW" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.tkflLAa" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.qBgTgAY" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jcH6Ql0" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.EGx0g0i" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rvJZRPL" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.3PbCoUa" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.TwYcCf6" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.7yFqN1N" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..3wscOW" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gefRfui" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9VKY1dD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cBy3Yqt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9zkc9YN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.as2YPLS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.o1iZhhR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hXB5y57" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rfB0I.1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5O9ePkf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qiUrVPF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mBO7bGG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vqTNC12" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UhQR2Cr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.itKZ4NK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5ifMSew" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RxFj.7Y" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CzWUBce" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uI_If8r" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wCY4p.7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ct3jz78" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zg_cXFq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.nJ8Moq." previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.L6JamWj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6rJT7qB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4VejAm0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BxQTQP3" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kdKsWx5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.i9tqE9p" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.f0UdEik" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ehZaCvO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zdFUm.i" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FlfNzcC" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mwIymtg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mwIymtg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.W3MPhKz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.q5pcdSv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oIAjnKN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XZlWdKC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..kxaJZn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ljs.BHz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.tWObre8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.a4VhgG6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BSVLZ1W" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.eXUZfY9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.X5oWBuC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.d0Wecs0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ET43egb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FzyteRP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.t5GBSY6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fqBA0AS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TRARDnZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.nUsha9r" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.o6CfT22" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LgURoEH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vcrZZ2T" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vPTyvCa" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Tpg8UOJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oFB_uLq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.smsOB6X" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.WnsyyuC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jIxfAsi" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.jIxfAsi" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.G2DNP89" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.nLgZj7R" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "nelmio_api_doc.model_describers.jms.inner" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
1010
Removed service "container.env"; 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 "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.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.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extension\StringLoaderExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceBlameConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceBlameConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AbsenceBlameConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceDisciplineConcileConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceDisciplineConcileConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AbsenceDisciplineConcileConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceExclusionConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AbsenceExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsencePunishConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsencePunishConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AbsencePunishConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceRetainedConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceRetainedConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AbsenceRetainedConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbsenceWarningConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbsenceWarningConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AbsenceWarningConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdmissionLimitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdmissionLimitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdmissionLimitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaDayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgendaDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaElementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgendaElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgendaTimeConvertionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgendaTimeConvertionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgendaTimeConvertionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AbsenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AgendaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiChatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AppInitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AppInitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AppInitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BulletinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BulletinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\BulletinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DiscussionClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DiscussionClassController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DiscussionClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DiscussionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DiscussionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DiscussionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DocInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExamAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExamAgendaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ExamAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HomeworkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\LateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocalAccount"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocalAccount"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\LocalAccount"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OnlineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ParentNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ParentNoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ParentNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProfTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProfTimeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ProfTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PunishController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PunishController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PunishController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StudentScolarityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StudentScolarityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\StudentScolarityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UnreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UnreadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UnreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UpdatePassword"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UpdatePassword"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UpdatePassword"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserConnectedVerify"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserConnectedVerify"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UserConnectedVerify"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserUpdateAccount"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserUpdateAccount"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UserUpdateAccount"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppreciationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppreciationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AppreciationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArchiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArchiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArchiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlameDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameDisciplineConcileConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameDisciplineConcileConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlameDisciplineConcileConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameExclusionConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlameExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameRetainedConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameRetainedConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlameRetainedConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlameWarningConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlameWarningConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlameWarningConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlogCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BulletinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BulletinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BulletinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoryEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineBlameController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineBlameController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DisciplineBlameController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineConcileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineConcileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DisciplineConcileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineExclusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineExclusionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DisciplineExclusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplinePunishController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplinePunishController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DisciplinePunishController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineRetainedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineRetainedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DisciplineRetainedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplineWarningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplineWarningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DisciplineWarningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiscussionClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiscussionClassController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DiscussionClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExamAgendaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaDayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExamAgendaDayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamAgendaElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamAgendaElementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExamAgendaElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExamsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalDisciplineConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalDisciplineConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GlobalDisciplineConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalExamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalExamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GlobalExamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalQuarterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalQuarterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GlobalQuarterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomePageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeWorkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeWorkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeWorkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HonnorTableGenerationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HonnorTableGenerationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HonnorTableGenerationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsertDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsertDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InsertDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JustifyAbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JustifyAbsenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JustifyAbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleChangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleChangeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LocaleChangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MercureTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MercureTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MercureTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\AbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\AbsenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\AbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DiscussionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DiscussionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\DiscussionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DiscussionGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DiscussionGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\DiscussionGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DocController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DocController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\DocController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\HomeworkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\LateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\LateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\LateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\MobileHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\MobileHomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\MobileHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\PunishController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\PunishController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\PunishController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParentNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParentNoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParentNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrimaryNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrimaryNoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PrimaryNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrimaryParentNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrimaryParentNoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PrimaryParentNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfSchoolPlannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfSchoolPlannerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfSchoolPlannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfTimeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PunishCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PunishCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PunishCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PunishController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PunishController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PunishController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuarterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuarterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QuarterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReportCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedBlameConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedBlameConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RetainedBlameConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RetainedDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedExclusionConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RetainedExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RetainedWarningConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RetainedWarningConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RetainedWarningConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolCertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolCertificateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SchoolCertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SchoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolPlannerTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolPlannerTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SchoolPlannerTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolSectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SchoolSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolYearController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolYearController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SchoolYearController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolYearInfosController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolYearInfosController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SchoolYearInfosController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScolarityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScolarityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScolarityController"; 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 ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StudentScolarityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StudentScolarityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StudentScolarityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubSequenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubSequenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubSequenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubjectGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubjectGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubjectGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminHomePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminHomePageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SuperAdminHomePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMercureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMercureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestMercureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TheClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TheClassController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TheClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserUpdatePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserUpdatePasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserUpdatePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VerbalProcessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VerbalProcessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VerbalProcessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningBlameConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningBlameConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarningBlameConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarningDefinitiveExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningDisciplineConcileConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningDisciplineConcileConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarningDisciplineConcileConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningExclusionConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarningExclusionConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarningRetainedConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarningRetainedConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarningRetainedConfigController"; 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.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LogoutSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TwigEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TwigEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceBlameConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsenceBlameConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceBySequenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsenceBySequenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceDisciplineConcileConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsenceDisciplineConcileConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceEditionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsenceEditionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsenceExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsencePunishConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsencePunishConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceRetainedConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsenceRetainedConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsenceUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbsenceWarningConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AbsenceWarningConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddScolarityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddScolarityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdmissionLimitType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdmissionLimitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaDayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AgendaDayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaElementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AgendaElementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaTimeConvertionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AgendaTimeConvertionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AgendaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AppreciationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AppreciationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameDefinitiveExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlameDefinitiveExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameDisciplineConcileConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlameDisciplineConcileConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlameExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameRetainedConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlameRetainedConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlameWarningConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlameWarningConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlogCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Chat1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Chat1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompetenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompetenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineBlameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DisciplineBlameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineConcileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DisciplineConcileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineExclusionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DisciplineExclusionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplinePunishType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DisciplinePunishType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineRetainedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DisciplineRetainedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisciplineWarningType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DisciplineWarningType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiscussionClassType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DiscussionClassType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocInfoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocInfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaDayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExamAgendaDayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaElementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExamAgendaElementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamAgendaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExamAgendaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExamsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExamsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExcludeStudentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExcludeStudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExistStudentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExistStudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExistUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExistUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexBlameExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameRetainedConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexBlameRetainedConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexBlameWarningConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexBlameWarningConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedBlameConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexRetainedBlameConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexRetainedExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexRetainedWarningConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexRetainedWarningConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningBlameConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexWarningBlameConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexWarningExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FlexWarningRetainedConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FlexWarningRetainedConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalDisciplineConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GlobalDisciplineConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalExamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GlobalExamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GlobalQuarterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GlobalQuarterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HomeWorkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HomeWorkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsertDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InsertDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JustifyAbsenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\JustifyAbsenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NewsCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NotesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParentNoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ParentNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PartnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrimaryNoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PrimaryNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrimaryParentNoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PrimaryParentNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfSchoolPlannerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfSchoolPlannerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PunishCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PunishCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PunishType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PunishType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuarterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuarterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedBlameConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RetainedBlameConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedDefinitiveExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RetainedDefinitiveExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RetainedExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RetainedWarningConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RetainedWarningConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolPlannerTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SchoolPlannerTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolSectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SchoolSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SchoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolYearInfosType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SchoolYearInfosType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolYearType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SchoolYearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ScolarityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ScolarityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendScolarityMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SendScolarityMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentScolarityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StudentScolarityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubSequenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubSequenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubjectGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TheClassType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TheClassType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPassUpdateFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserPassUpdateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserUpdateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserUpdateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VerbalProcessType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VerbalProcessType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningBlameConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarningBlameConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningDefinitiveExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarningDefinitiveExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningDisciplineConcileConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarningDisciplineConcileConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningExclusionConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarningExclusionConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarningRetainedConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarningRetainedConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\DiscussionClassNotificationMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\DiscussionClassNotificationMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\UserNotificationMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\UserNotificationMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceBlameConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbsenceBlameConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceDisciplineConcileConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbsenceDisciplineConcileConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceExclusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbsenceExclusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsencePunishConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbsencePunishConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbsenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceRetainedConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbsenceRetainedConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbsenceWarningConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbsenceWarningConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdmissionLimitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdmissionLimitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AgendaDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaElementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AgendaElementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AgendaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AgendaTimeConvertionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AgendaTimeConvertionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppreciationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppreciationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApprecitionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApprecitionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameDefinitiveExclusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlameDefinitiveExclusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameDisciplineConcileConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlameDisciplineConcileConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameExclusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlameExclusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlamePunishConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlamePunishConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlameRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameRetainedConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlameRetainedConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlameWarningConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlameWarningConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatResponseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChatResponseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClassYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClassYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompetenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompetenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefinitiveExclusionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DefinitiveExclusionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineBlameRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisciplineBlameRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineConcileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisciplineConcileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineExclusionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisciplineExclusionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplinePunishRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisciplinePunishRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineRetainedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisciplineRetainedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineWarningRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisciplineWarningRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionClassMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiscussionClassMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionClassRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiscussionClassRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiscussionMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiscussionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExamAgendaDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaElementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExamAgendaElementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamAgendaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExamAgendaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamWeekRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExamWeekRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExamsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExamsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FlexRetainedBlameConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FlexRetainedBlameConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineAnabledConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GlobalDisciplineAnabledConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GlobalDisciplineConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalDisciplineEnabledConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GlobalDisciplineEnabledConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalExamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GlobalExamRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GlobalQuarterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GlobalQuarterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeWorkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HomeWorkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeWorkYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HomeWorkYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeworkBookmarkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HomeworkBookmarkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HonnorTableLimitMoyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HonnorTableLimitMoyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JustifyAbsenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JustifyAbsenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocalAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsBookmarkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsBookmarkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsGalerieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsGalerieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParentNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParentNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryExamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PrimaryExamRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PrimaryNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrimaryParentNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PrimaryParentNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfSchoolPlannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProfSchoolPlannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfTimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProfTimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishBlameConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PunishBlameConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PunishCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishExclusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PunishExclusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PunishRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishRetainedConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PunishRetainedConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PunishWarningConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PunishWarningConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuarterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuarterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedBlameConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetainedBlameConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDefinitiveExclusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetainedDefinitiveExclusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDefinitiveExlusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetainedDefinitiveExlusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedDisciplineConcileConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetainedDisciplineConcileConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedExclusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetainedExclusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetainedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetainedWarningConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetainedWarningConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolPlannerTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SchoolPlannerTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SchoolRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SchoolSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolYearInfosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SchoolYearInfosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SchoolYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityHistoryEditonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScolarityHistoryEditonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScolarityHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScolarityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScolarityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentScolarityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentScolarityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubSequenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubSequenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubjectGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TheClassRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TheClassRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TheClassYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TheClassYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAndroidTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAndroidTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserIphoneTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserIphoneTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserUnreadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserUnreadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VerbalProcessCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VerbalProcessDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VerbalProcessRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VerbalProcessRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningBlameConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningBlameConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDefinitiveExclusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningDefinitiveExclusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDefinitiveExlusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningDefinitiveExlusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningDisciplineConcileConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningDisciplineConcileConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningExclusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningExclusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningExlusionConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningExlusionConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningPunishConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningPunishConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarningRetainedConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarningRetainedConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeekSubjectGoalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WeekSubjectGoalRepository"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
143
Removed service "App\Extensions\Doctrine\MatchAgainst"; reason: unused.
Removed service "App\Extensions\Doctrine\TimeFunction"; reason: unused.
Removed service "App\Message\DiscussionClassNotificationMessage"; reason: unused.
Removed service "App\Message\UserNotificationMessage"; reason: unused.
Removed service "App\Security\CustomAuthenticationSuccessHandler"; reason: unused.
Removed service "App\Service\AcronymeGeneratorSchoolName"; reason: unused.
Removed service "App\Service\TinyUrlGeneratorService"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~zc.REy_"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "hateoas.configuration.provider.function"; reason: unused.
Removed service "hateoas.configuration.provider.static_method"; reason: unused.
Removed service "hateoas.configuration.provider.expression"; reason: unused.
Removed service "tetranz_select2entity.autocomplete_service"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.blog_image"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.partner_logo"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.student_profile"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~i7pj4Cc"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
Removed service ".service_locator.XgpoQM9"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
645
Inlined service ".service_locator.jIxfAsi.App\Controller\AbsenceBlameConfigController" to "App\Controller\AbsenceBlameConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AbsenceController" to "App\Controller\AbsenceController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AbsenceDisciplineConcileConfigController" to "App\Controller\AbsenceDisciplineConcileConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AbsenceExclusionConfigController" to "App\Controller\AbsenceExclusionConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AbsencePunishConfigController" to "App\Controller\AbsencePunishConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AbsenceRetainedConfigController" to "App\Controller\AbsenceRetainedConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AbsenceWarningConfigController" to "App\Controller\AbsenceWarningConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AdmissionLimitController" to "App\Controller\AdmissionLimitController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AgendaController" to "App\Controller\AgendaController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AgendaDayController" to "App\Controller\AgendaDayController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AgendaElementController" to "App\Controller\AgendaElementController".
Inlined service ".service_locator.jIxfAsi.App\Controller\AgendaTimeConvertionController" to "App\Controller\AgendaTimeConvertionController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\AbsenceController" to "App\Controller\Api\AbsenceController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\AgendaController" to "App\Controller\Api\AgendaController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\ApiChatController" to "App\Controller\Api\ApiChatController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\AppInitController" to "App\Controller\Api\AppInitController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\BulletinController" to "App\Controller\Api\BulletinController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\DiscussionClassController" to "App\Controller\Api\DiscussionClassController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\DiscussionController" to "App\Controller\Api\DiscussionController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\DocInfoController" to "App\Controller\Api\DocInfoController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\EventController" to "App\Controller\Api\EventController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\ExamAgendaController" to "App\Controller\Api\ExamAgendaController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\HomeworkController" to "App\Controller\Api\HomeworkController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\LateController" to "App\Controller\Api\LateController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\LocalAccount" to "App\Controller\Api\LocalAccount".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\LoginController" to "App\Controller\Api\LoginController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\NewsController" to "App\Controller\Api\NewsController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\NoteController" to "App\Controller\Api\NoteController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\NotificationsController" to "App\Controller\Api\NotificationsController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\OnlineController" to "App\Controller\Api\OnlineController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\ParentNoteController" to "App\Controller\Api\ParentNoteController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\ProfTimeController" to "App\Controller\Api\ProfTimeController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\PunishController" to "App\Controller\Api\PunishController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\ResetPasswordController" to "App\Controller\Api\ResetPasswordController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\StatisticsController" to "App\Controller\Api\StatisticsController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\StudentScolarityController" to "App\Controller\Api\StudentScolarityController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\UnreadController" to "App\Controller\Api\UnreadController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\UpdatePassword" to "App\Controller\Api\UpdatePassword".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\UserConnectedVerify" to "App\Controller\Api\UserConnectedVerify".
Inlined service ".service_locator.jIxfAsi.App\Controller\Api\UserUpdateAccount" to "App\Controller\Api\UserUpdateAccount".
Inlined service ".service_locator.jIxfAsi.App\Controller\AppreciationController" to "App\Controller\AppreciationController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ArchiveController" to "App\Controller\ArchiveController".
Inlined service ".service_locator.jIxfAsi.App\Controller\BlameDefinitiveExclusionConfigController" to "App\Controller\BlameDefinitiveExclusionConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\BlameDisciplineConcileConfigController" to "App\Controller\BlameDisciplineConcileConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\BlameExclusionConfigController" to "App\Controller\BlameExclusionConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\BlameRetainedConfigController" to "App\Controller\BlameRetainedConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\BlameWarningConfigController" to "App\Controller\BlameWarningConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\BlogCategoryController" to "App\Controller\BlogCategoryController".
Inlined service ".service_locator.jIxfAsi.App\Controller\BlogController" to "App\Controller\BlogController".
Inlined service ".service_locator.jIxfAsi.App\Controller\BulletinController" to "App\Controller\BulletinController".
Inlined service ".service_locator.jIxfAsi.App\Controller\CategoryEventController" to "App\Controller\CategoryEventController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ChatController" to "App\Controller\ChatController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ContactController" to "App\Controller\ContactController".
Inlined service ".service_locator.jIxfAsi.App\Controller\DisciplineBlameController" to "App\Controller\DisciplineBlameController".
Inlined service ".service_locator.jIxfAsi.App\Controller\DisciplineConcileController" to "App\Controller\DisciplineConcileController".
Inlined service ".service_locator.jIxfAsi.App\Controller\DisciplineExclusionController" to "App\Controller\DisciplineExclusionController".
Inlined service ".service_locator.jIxfAsi.App\Controller\DisciplinePunishController" to "App\Controller\DisciplinePunishController".
Inlined service ".service_locator.jIxfAsi.App\Controller\DisciplineRetainedController" to "App\Controller\DisciplineRetainedController".
Inlined service ".service_locator.jIxfAsi.App\Controller\DisciplineWarningController" to "App\Controller\DisciplineWarningController".
Inlined service ".service_locator.jIxfAsi.App\Controller\DiscussionClassController" to "App\Controller\DiscussionClassController".
Inlined service ".service_locator.jIxfAsi.App\Controller\DocInfoController" to "App\Controller\DocInfoController".
Inlined service ".service_locator.jIxfAsi.App\Controller\EventController" to "App\Controller\EventController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ExamAgendaController" to "App\Controller\ExamAgendaController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ExamAgendaDayController" to "App\Controller\ExamAgendaDayController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ExamAgendaElementController" to "App\Controller\ExamAgendaElementController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ExamsController" to "App\Controller\ExamsController".
Inlined service ".service_locator.jIxfAsi.App\Controller\GlobalDisciplineConfigController" to "App\Controller\GlobalDisciplineConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\GlobalExamController" to "App\Controller\GlobalExamController".
Inlined service ".service_locator.jIxfAsi.App\Controller\GlobalQuarterController" to "App\Controller\GlobalQuarterController".
Inlined service ".service_locator.jIxfAsi.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.jIxfAsi.App\Controller\HomePageController" to "App\Controller\HomePageController".
Inlined service ".service_locator.jIxfAsi.App\Controller\HomeWorkController" to "App\Controller\HomeWorkController".
Inlined service ".service_locator.jIxfAsi.App\Controller\HonnorTableGenerationController" to "App\Controller\HonnorTableGenerationController".
Inlined service ".service_locator.jIxfAsi.App\Controller\InsertDataController" to "App\Controller\InsertDataController".
Inlined service ".service_locator.jIxfAsi.App\Controller\JustifyAbsenceController" to "App\Controller\JustifyAbsenceController".
Inlined service ".service_locator.jIxfAsi.App\Controller\LateController" to "App\Controller\LateController".
Inlined service ".service_locator.jIxfAsi.App\Controller\LocaleChangeController" to "App\Controller\LocaleChangeController".
Inlined service ".service_locator.jIxfAsi.App\Controller\MercureTestController" to "App\Controller\MercureTestController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\AbsenceController" to "App\Controller\Mobile\AbsenceController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\DiscussionController" to "App\Controller\Mobile\DiscussionController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\DiscussionGroupController" to "App\Controller\Mobile\DiscussionGroupController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\DocController" to "App\Controller\Mobile\DocController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\EventController" to "App\Controller\Mobile\EventController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\HomeworkController" to "App\Controller\Mobile\HomeworkController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\LateController" to "App\Controller\Mobile\LateController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\MobileHomeController" to "App\Controller\Mobile\MobileHomeController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\NewsController" to "App\Controller\Mobile\NewsController".
Inlined service ".service_locator.jIxfAsi.App\Controller\Mobile\PunishController" to "App\Controller\Mobile\PunishController".
Inlined service ".service_locator.jIxfAsi.App\Controller\NewsCategoryController" to "App\Controller\NewsCategoryController".
Inlined service ".service_locator.jIxfAsi.App\Controller\NewsController" to "App\Controller\NewsController".
Inlined service ".service_locator.jIxfAsi.App\Controller\NoteController" to "App\Controller\NoteController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ParentNoteController" to "App\Controller\ParentNoteController".
Inlined service ".service_locator.jIxfAsi.App\Controller\PartnerController" to "App\Controller\PartnerController".
Inlined service ".service_locator.jIxfAsi.App\Controller\PrimaryNoteController" to "App\Controller\PrimaryNoteController".
Inlined service ".service_locator.jIxfAsi.App\Controller\PrimaryParentNoteController" to "App\Controller\PrimaryParentNoteController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ProfSchoolPlannerController" to "App\Controller\ProfSchoolPlannerController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ProfTimeController" to "App\Controller\ProfTimeController".
Inlined service ".service_locator.jIxfAsi.App\Controller\PunishCategoryController" to "App\Controller\PunishCategoryController".
Inlined service ".service_locator.jIxfAsi.App\Controller\PunishController" to "App\Controller\PunishController".
Inlined service ".service_locator.jIxfAsi.App\Controller\QuarterController" to "App\Controller\QuarterController".
Inlined service "App\Security\EmailVerifier" to "App\Controller\RegistrationController".
Inlined service ".service_locator.jIxfAsi.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ReportCardController" to "App\Controller\ReportCardController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.jIxfAsi.App\Controller\RetainedBlameConfigController" to "App\Controller\RetainedBlameConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\RetainedDefinitiveExclusionConfigController" to "App\Controller\RetainedDefinitiveExclusionConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\RetainedExclusionConfigController" to "App\Controller\RetainedExclusionConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\RetainedWarningConfigController" to "App\Controller\RetainedWarningConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SchoolCertificateController" to "App\Controller\SchoolCertificateController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SchoolController" to "App\Controller\SchoolController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SchoolPlannerTypeController" to "App\Controller\SchoolPlannerTypeController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SchoolSectionController" to "App\Controller\SchoolSectionController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SchoolYearController" to "App\Controller\SchoolYearController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SchoolYearInfosController" to "App\Controller\SchoolYearInfosController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ScolarityController" to "App\Controller\ScolarityController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.jIxfAsi.App\Controller\StatsController" to "App\Controller\StatsController".
Inlined service ".service_locator.jIxfAsi.App\Controller\StudentController" to "App\Controller\StudentController".
Inlined service ".service_locator.jIxfAsi.App\Controller\StudentScolarityController" to "App\Controller\StudentScolarityController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SubSequenceController" to "App\Controller\SubSequenceController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SubjectController" to "App\Controller\SubjectController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SubjectGroupController" to "App\Controller\SubjectGroupController".
Inlined service ".service_locator.jIxfAsi.App\Controller\SuperAdminHomePageController" to "App\Controller\SuperAdminHomePageController".
Inlined service ".service_locator.jIxfAsi.App\Controller\TestController" to "App\Controller\TestController".
Inlined service ".service_locator.jIxfAsi.App\Controller\TestMercureController" to "App\Controller\TestMercureController".
Inlined service ".service_locator.jIxfAsi.App\Controller\TheClassController" to "App\Controller\TheClassController".
Inlined service ".service_locator.jIxfAsi.App\Controller\ThemeController" to "App\Controller\ThemeController".
Inlined service ".service_locator.jIxfAsi.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.jIxfAsi.App\Controller\UserProfileController" to "App\Controller\UserProfileController".
Inlined service ".service_locator.jIxfAsi.App\Controller\UserRegistrationController" to "App\Controller\UserRegistrationController".
Inlined service ".service_locator.jIxfAsi.App\Controller\UserUpdatePasswordController" to "App\Controller\UserUpdatePasswordController".
Inlined service ".service_locator.jIxfAsi.App\Controller\VerbalProcessController" to "App\Controller\VerbalProcessController".
Inlined service ".service_locator.jIxfAsi.App\Controller\WarningBlameConfigController" to "App\Controller\WarningBlameConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\WarningDefinitiveExclusionConfigController" to "App\Controller\WarningDefinitiveExclusionConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\WarningDisciplineConcileConfigController" to "App\Controller\WarningDisciplineConcileConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\WarningExclusionConfigController" to "App\Controller\WarningExclusionConfigController".
Inlined service ".service_locator.jIxfAsi.App\Controller\WarningRetainedConfigController" to "App\Controller\WarningRetainedConfigController".
Inlined service "symfonycasts.verify_email.helper" to "App\Security\EmailVerifier".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.yKHwqJO" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
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.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" 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.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.y5RowdQ" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.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.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.2wy7cmc" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.19_mNxd" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.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.cache" 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 "jms_serializer.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "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 ".service_locator.S8zOSkO" 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.veGXERM" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "Twig\Extension\StringLoaderExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "hateoas.twig.link" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "Omines\DataTablesBundle\Twig\DataTablesExtension" 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.v.Wwsjy.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.37HB4VX" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" 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.request_matcher.Ud1TEPV" to "security.access_map".
Inlined service ".security.request_matcher.iDtJtRX" to "security.access_map".
Inlined service ".security.request_matcher.Gtmjm3Z" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
Inlined service ".security.request_matcher.O7Tsk.w" to "security.access_map".
Inlined service ".security.request_matcher.kSEtxzF" to "security.access_map".
Inlined service ".security.request_matcher.ca5MMiY" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.KZAFfUt" to "security.access_map".
Inlined service ".security.request_matcher._RIEtTi" to "security.access_map".
Inlined service ".security.request_matcher.abw278e" to "security.access_map".
Inlined service ".security.request_matcher.tE6IUX9" to "security.access_map".
Inlined service ".security.request_matcher.nz4330R" to "security.access_map".
Inlined service ".security.request_matcher.2yN2L8Y" to "security.access_map".
Inlined service ".security.request_matcher.DcpYbIq" to "security.access_map".
Inlined service ".security.request_matcher.OYxg3fm" to "security.access_map".
Inlined service ".security.request_matcher.wjxqTvB" to "security.access_map".
Inlined service ".security.request_matcher.bYPnW53" to "security.access_map".
Inlined service ".security.request_matcher.mDK9.Ey" to "security.access_map".
Inlined service "security.authenticator.managers_locator" to "security.user_authenticator".
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.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.refresh" to "security.firewall.map.context.refresh".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "App\Security\AuthenticationEntryPoint" to "security.exception_listener.main".
Inlined service "App\Security\AccessDeniedHandler" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "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_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~cp0Au49" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess" to "knp_paginator".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "hateoas.expression.link_expression_function" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "hateoas.serializer.exclusion.expression_language_strategy" to "hateoas.serializer.exclusion_manager".
Inlined service "hateoas.serializer.xml" to "hateoas.event_listener.xml".
Inlined service "hateoas.serializer.json_hal" to "hateoas.event_listener.json".
Inlined service "hateoas.configuration.metadata.annotation_reader" to "hateoas.configuration.metadata.annotation_driver".
Inlined service "hateoas.configuration.metadata.attribute_driver" to "hateoas.configuration.metadata.annotation_or_attribute_driver".
Inlined service "hateoas.configuration.metadata.annotation_driver" to "hateoas.configuration.metadata.annotation_or_attribute_driver".
Inlined service "hateoas.configuration.metadata.annotation_or_attribute_driver" to "hateoas.configuration.metadata.extension_driver".
Inlined service "hateoas.configuration.metadata.lazy_loading_driver" to "hateoas.configuration.metadata_factory".
Inlined service "hateoas.configuration.metadata.cache.file_cache" to "hateoas.configuration.metadata_factory".
Inlined service "hateoas.generator.symfony" to "hateoas.generator.registry".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "nelmio_api_doc.model_describers.jms.inner" to "nelmio_api_doc.model_describers.jms.bazinga_hateoas".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
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 "Omines\DataTablesBundle\Exporter\DataTableExporterCollection" to "Omines\DataTablesBundle\Exporter\DataTableExporterManager".
Inlined service "Omines\DataTablesBundle\Twig\TwigRenderer" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "Omines\DataTablesBundle\DependencyInjection\Instantiator" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "datatables.adapter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.column_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.type_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.exporter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
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_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_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_subscriber" to "maker.auto_command.make_subscriber".
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 "debug.serializer.normalizer.constraint_violation_list.inner" to "debug.serializer.normalizer.constraint_violation_list".
Inlined service "debug.serializer.normalizer.mime_message.inner" to "debug.serializer.normalizer.mime_message".
Inlined service "debug.serializer.normalizer.datetimezone.inner" to "debug.serializer.normalizer.datetimezone".
Inlined service "debug.serializer.normalizer.dateinterval.inner" to "debug.serializer.normalizer.dateinterval".
Inlined service "debug.serializer.normalizer.data_uri.inner" to "debug.serializer.normalizer.data_uri".
Inlined service "debug.serializer.normalizer.datetime.inner" to "debug.serializer.normalizer.datetime".
Inlined service "debug.serializer.normalizer.json_serializable.inner" to "debug.serializer.normalizer.json_serializable".
Inlined service "debug.serializer.normalizer.problem.inner" to "debug.serializer.normalizer.problem".
Inlined service "debug.serializer.denormalizer.unwrapping.inner" to "debug.serializer.denormalizer.unwrapping".
Inlined service "debug.serializer.normalizer.uid.inner" to "debug.serializer.normalizer.uid".
Inlined service "debug.serializer.normalizer.form_error.inner" to "debug.serializer.normalizer.form_error".
Inlined service "debug.serializer.normalizer.object.inner" to "debug.serializer.normalizer.object".
Inlined service "debug.serializer.denormalizer.array.inner" to "debug.serializer.denormalizer.array".
Inlined service "debug.serializer.normalizer.backed_enum.inner" to "debug.serializer.normalizer.backed_enum".
Inlined service "debug.serializer.normalizer.flatten_exception.inner" to "debug.serializer.normalizer.flatten_exception".
Inlined service "debug.serializer.encoder.xml.inner" to "debug.serializer.encoder.xml".
Inlined service "debug.serializer.encoder.json.inner" to "debug.serializer.encoder.json".
Inlined service "debug.serializer.encoder.yaml.inner" to "debug.serializer.encoder.yaml".
Inlined service "debug.serializer.encoder.csv.inner" to "debug.serializer.encoder.csv".
Inlined service "debug.argument_resolver.backed_enum_resolver.inner" to "debug.argument_resolver.backed_enum_resolver".
Inlined service "debug.argument_resolver.datetime.inner" to "debug.argument_resolver.datetime".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\DiscussionClassNotificationMessageHandler" to ".messenger.handler_descriptor.xd7GqMO".
Inlined service "App\MessageHandler\UserNotificationMessageHandler" to ".messenger.handler_descriptor.7xVqZX8".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.oFKCS4G".
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.KLVvNIq" 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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.OSH1YoD" to ".service_locator.OSH1YoD.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "debug.serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "debug.serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "debug.serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "debug.serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "debug.serializer.encoder.json" to "debug.serializer.inner".
Inlined service "debug.serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "debug.serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service "serializer.normalizer.property" to "debug.serializer.normalizer.mime_message.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.XbmQ.HU" to "console.command_loader".
Inlined service ".service_locator.OSH1YoD.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 "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "hateoas.configuration.metadata.yaml_driver" to "hateoas.configuration.metadata_driver".
Inlined service "hateoas.configuration.metadata.xml_driver" to "hateoas.configuration.metadata_driver".
Inlined service "hateoas.configuration.metadata.extension_driver" to "hateoas.configuration.metadata_driver".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
4
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.