The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "FOS\JsRoutingBundle\DependencyInjection\FOSJsRoutingExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Gregwar\CaptchaBundle\DependencyInjection\GregwarCaptchaExtension".
Method "Doctrine\Common\DataFixtures\FixtureInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\DataFixtures\PagesFixtures" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AbstractCoreType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AbstractCoreType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AnnoncesPropositionsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AnnoncesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ContactType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CoursesParticipantsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CoursesRecurringsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CoursesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ElevesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoginType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\MatieresType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PagesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\AbstractCoreType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\DatepickerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildView()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\DatetimepickerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\UserPasswordType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\UserType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\Purger\ORMPurgerInterface::setEntityManager()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Purger\MysqlOrmPurger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\Purger\PurgerInterface::purge()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Purger\MysqlOrmPurger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\Form\GetStripeAccountUrl" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\Form\HasStripeAccountValidatedExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\Form\ImageExistsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\Form\LoginExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\AtLeastOneSelectedValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:79 called by App_KernelDevDebugContainer.php:748, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:767, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Deprecated: App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
"SELECT c0_.type AS type_0, c0_.description AS description_1, c0_.places AS places_2, c0_.nb_hours AS nb_hours_3, c0_.price AS price_4, c0_.date_max AS date_max_5, c0_.name AS name_6, c0_.file AS file_7, c0_.libre AS libre_8, c0_.room_type AS room_type_9, c0_.room_uuid AS room_uuid_10, c0_.id AS id_11, c0_.active AS active_12, c0_.date_created AS date_created_13, c0_.date_updated AS date_updated_14, c0_.professeur_id AS professeur_id_15 FROM courses c0_ LEFT JOIN courses_niveaux c1_ ON c0_.id = c1_.course_id LEFT JOIN niveaux n2_ ON c1_.niveau_id = n2_.id LEFT JOIN courses_matieres c3_ ON c0_.id = c3_.course_id LEFT JOIN matieres m4_ ON c3_.matiere_id = m4_.id WHERE (c0_.date_max BETWEEN ? AND ?) AND c0_.active = ?"
[
"sql" => "SELECT c0_.type AS type_0, c0_.description AS description_1, c0_.places AS places_2, c0_.nb_hours AS nb_hours_3, c0_.price AS price_4, c0_.date_max AS date_max_5, c0_.name AS name_6, c0_.file AS file_7, c0_.libre AS libre_8, c0_.room_type AS room_type_9, c0_.room_uuid AS room_uuid_10, c0_.id AS id_11, c0_.active AS active_12, c0_.date_created AS date_created_13, c0_.date_updated AS date_updated_14, c0_.professeur_id AS professeur_id_15 FROM courses c0_ LEFT JOIN courses_niveaux c1_ ON c0_.id = c1_.course_id LEFT JOIN niveaux n2_ ON c1_.niveau_id = n2_.id LEFT JOIN courses_matieres c3_ ON c0_.id = c3_.course_id LEFT JOIN matieres m4_ ON c3_.matiere_id = m4_.id WHERE (c0_.date_max BETWEEN ? AND ?) AND c0_.active = ?"
"params" => [1 => "2025-01-20 00:00:00"
2 => "2025-01-26 23:59:59"
3 => 1]
"types" => [1 => 22 => 23 => 1]
]
deprecation
Deprecated: Proxies\__CG__\App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 682]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 682]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 685]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 685]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 688]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 688]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 691]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 691]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 694]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 694]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 697]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 697]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 709]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 709]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 712]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 712]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 715]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 715]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 716]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 716]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 717]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 717]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 718]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 718]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 724]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 724]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 727]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 727]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 730]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 730]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 742]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 742]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 745]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 745]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 749]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 749]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 760]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 760]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 763]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 763]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
(parameters:
[1 => 766]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.lundi AS lundi_1, t0.mardi AS mardi_2, t0.mercredi AS mercredi_3, t0.jeudi AS jeudi_4, t0.vendredi AS vendredi_5, t0.samedi AS samedi_6, t0.dimanche AS dimanche_7, t0.id AS id_8, t0.active AS active_9, t0.course_id AS course_id_10 FROM courses_recurring t0 WHERE t0.course_id = ?"
"params" => [1 => 766]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT c0_.type AS type_0, c0_.description AS description_1, c0_.places AS places_2, c0_.nb_hours AS nb_hours_3, c0_.price AS price_4, c0_.date_max AS date_max_5, c0_.name AS name_6, c0_.file AS file_7, c0_.libre AS libre_8, c0_.room_type AS room_type_9, c0_.room_uuid AS room_uuid_10, c0_.id AS id_11, c0_.active AS active_12, c0_.date_created AS date_created_13, c0_.date_updated AS date_updated_14, c0_.professeur_id AS professeur_id_15 FROM courses c0_ LEFT JOIN courses_niveaux c1_ ON c0_.id = c1_.course_id LEFT JOIN niveaux n2_ ON c1_.niveau_id = n2_.id LEFT JOIN courses_matieres c3_ ON c0_.id = c3_.course_id LEFT JOIN matieres m4_ ON c3_.matiere_id = m4_.id WHERE (c0_.date_max BETWEEN ? AND ?) AND c0_.active = ?"
[
"sql" => "SELECT c0_.type AS type_0, c0_.description AS description_1, c0_.places AS places_2, c0_.nb_hours AS nb_hours_3, c0_.price AS price_4, c0_.date_max AS date_max_5, c0_.name AS name_6, c0_.file AS file_7, c0_.libre AS libre_8, c0_.room_type AS room_type_9, c0_.room_uuid AS room_uuid_10, c0_.id AS id_11, c0_.active AS active_12, c0_.date_created AS date_created_13, c0_.date_updated AS date_updated_14, c0_.professeur_id AS professeur_id_15 FROM courses c0_ LEFT JOIN courses_niveaux c1_ ON c0_.id = c1_.course_id LEFT JOIN niveaux n2_ ON c1_.niveau_id = n2_.id LEFT JOIN courses_matieres c3_ ON c0_.id = c3_.course_id LEFT JOIN matieres m4_ ON c3_.matiere_id = m4_.id WHERE (c0_.date_max BETWEEN ? AND ?) AND c0_.active = ?"
"params" => [1 => "2025-01-20 00:00:00"
2 => "2025-01-26 23:59:59"
3 => 1]
"types" => [1 => 22 => 23 => 1]
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.slug AS slug_2, t0.image AS image_3, t0.id AS id_4, t0.active AS active_5 FROM matieres t0 WHERE t0.active = ? ORDER BY t0.name ASC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.slug AS slug_2, t0.image AS image_3, t0.id AS id_4, t0.active AS active_5 FROM matieres t0 WHERE t0.active = ? ORDER BY t0.name ASC"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing query:
"SELECT t0.name AS name_1, t0.slug AS slug_2, t0.position AS position_3, t0.id AS id_4 FROM niveaux t0 ORDER BY t0.position ASC"
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.slug AS slug_2, t0.position AS position_3, t0.id AS id_4 FROM niveaux t0 ORDER BY t0.position ASC"
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 682]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 682]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 682]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 682]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 685]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 685]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 685]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 685]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 688]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 688]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 688]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 688]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 691]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 691]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 691]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 691]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 694]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 694]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 694]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 694]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 697]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 697]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 697]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 697]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 709]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 709]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 709]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 709]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 712]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 712]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 712]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 712]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 715]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 715]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 715]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 715]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 716]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 716]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 716]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 716]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 717]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 717]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 717]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 717]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 718]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 718]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 718]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 718]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 724]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 724]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 9]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 724]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 724]
"types" => [1 => 1]
]
"SELECT t0.firstname AS firstname_1, t0.birthdate AS birthdate_2, t0.gender AS gender_3, t0.image AS image_4, t0.lastname AS lastname_5, t0.mail AS mail_6, t0.id AS id_7, t0.date_created AS date_created_8, t0.date_updated AS date_updated_9, t0.user_id AS user_id_10, t0.niveau_id AS niveau_id_11 FROM eleves t0 WHERE t0.id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.firstname AS firstname_1, t0.birthdate AS birthdate_2, t0.gender AS gender_3, t0.image AS image_4, t0.lastname AS lastname_5, t0.mail AS mail_6, t0.id AS id_7, t0.date_created AS date_created_8, t0.date_updated AS date_updated_9, t0.user_id AS user_id_10, t0.niveau_id AS niveau_id_11 FROM eleves t0 WHERE t0.id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.firstname AS firstname_1, t0.birthdate AS birthdate_2, t0.gender AS gender_3, t0.image AS image_4, t0.lastname AS lastname_5, t0.mail AS mail_6, t0.id AS id_7, t0.date_created AS date_created_8, t0.date_updated AS date_updated_9, t0.user_id AS user_id_10, t0.niveau_id AS niveau_id_11 FROM eleves t0 WHERE t0.id = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.firstname AS firstname_1, t0.birthdate AS birthdate_2, t0.gender AS gender_3, t0.image AS image_4, t0.lastname AS lastname_5, t0.mail AS mail_6, t0.id AS id_7, t0.date_created AS date_created_8, t0.date_updated AS date_updated_9, t0.user_id AS user_id_10, t0.niveau_id AS niveau_id_11 FROM eleves t0 WHERE t0.id = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.matiere_id AS matiere_id_3 FROM courses_matieres t0 WHERE t0.course_id = ?"
(parameters:
[1 => 727]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.matiere_id AS matiere_id_3 FROM courses_matieres t0 WHERE t0.course_id = ?"
"params" => [1 => 727]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 727]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 727]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 727]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 727]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 730]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 730]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 730]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 730]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 742]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 742]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 742]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 742]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 745]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 745]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 745]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 745]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 749]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 749]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 749]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 749]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 760]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 760]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 760]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 760]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 763]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 763]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 763]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 763]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
(parameters:
[1 => 766]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.course_id AS course_id_2, t0.niveau_id AS niveau_id_3 FROM courses_niveaux t0 WHERE t0.course_id = ?"
"params" => [1 => 766]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 33]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.last_activity AS last_activity_10, t0.newsletter AS newsletter_11, t0.cni AS cni_12, t0.iban AS iban_13, t0.cni_valid AS cni_valid_14, t0.iban_valid AS iban_valid_15, t0.stripe_account AS stripe_account_16, t0.type AS type_17, t0.description AS description_18, t0.image AS image_19, t0.id AS id_20, t0.date_created AS date_created_21, t0.date_updated AS date_updated_22, t0.active AS active_23 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 33]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
(parameters:
[1 => 766]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.duration AS duration_2, t0.description AS description_3, t0.file AS file_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.course_id AS course_id_9, t0.user_id AS user_id_10, t0.eleve_id AS eleve_id_11 FROM courses_participants t0 WHERE t0.course_id = ?"
"params" => [1 => 766]
"types" => [1 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
235
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinishedCoursesCommand" (parent: .abstract.instanceof.App\Command\FinishedCoursesCommand).
Resolving inheritance for "App\Command\FinishedCoursesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinishedCoursesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateRecurringCoursesCommand" (parent: .abstract.instanceof.App\Command\GenerateRecurringCoursesCommand).
Resolving inheritance for "App\Command\GenerateRecurringCoursesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateRecurringCoursesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendDescriptifReminderCommand" (parent: .abstract.instanceof.App\Command\SendDescriptifReminderCommand).
Resolving inheritance for "App\Command\SendDescriptifReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendDescriptifReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveAnnoncesReminderCommand" (parent: .abstract.instanceof.App\Command\SendEleveAnnoncesReminderCommand).
Resolving inheritance for "App\Command\SendEleveAnnoncesReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveAnnoncesReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveCoursesReminderCommand" (parent: .abstract.instanceof.App\Command\SendEleveCoursesReminderCommand).
Resolving inheritance for "App\Command\SendEleveCoursesReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveCoursesReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveUpcomingCoursesCommand" (parent: .abstract.instanceof.App\Command\SendEleveUpcomingCoursesCommand).
Resolving inheritance for "App\Command\SendEleveUpcomingCoursesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveUpcomingCoursesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendProfReminderCommand" (parent: .abstract.instanceof.App\Command\SendProfReminderCommand).
Resolving inheritance for "App\Command\SendProfReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendProfReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsourceElevesAnnoncesAVenirCommand" (parent: .abstract.instanceof.App\Command\WebsourceElevesAnnoncesAVenirCommand).
Resolving inheritance for "App\Command\WebsourceElevesAnnoncesAVenirCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsourceElevesAnnoncesAVenirCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminController" (parent: .abstract.instanceof.App\Controller\Back\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminController).
Resolving inheritance for "App\Controller\Back\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\DocumentsController" (parent: .abstract.instanceof.App\Controller\Back\DocumentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\DocumentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\DocumentsController).
Resolving inheritance for "App\Controller\Back\DocumentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\DocumentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\KycController" (parent: .abstract.instanceof.App\Controller\Back\KycController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\KycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\KycController).
Resolving inheritance for "App\Controller\Back\KycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\KycController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\MatieresController" (parent: .abstract.instanceof.App\Controller\Back\MatieresController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\MatieresController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\MatieresController).
Resolving inheritance for "App\Controller\Back\MatieresController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\MatieresController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PagesController" (parent: .abstract.instanceof.App\Controller\Back\PagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PagesController).
Resolving inheritance for "App\Controller\Back\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\UserController" (parent: .abstract.instanceof.App\Controller\Back\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\UserController).
Resolving inheritance for "App\Controller\Back\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AnnoncesController" (parent: .abstract.instanceof.App\Controller\Front\AnnoncesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AnnoncesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AnnoncesController).
Resolving inheritance for "App\Controller\Front\AnnoncesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AnnoncesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CoursesController" (parent: .abstract.instanceof.App\Controller\Front\CoursesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CoursesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CoursesController).
Resolving inheritance for "App\Controller\Front\CoursesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CoursesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DefaultController" (parent: .abstract.instanceof.App\Controller\Front\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DefaultController).
Resolving inheritance for "App\Controller\Front\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ElevesController" (parent: .abstract.instanceof.App\Controller\Front\ElevesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ElevesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ElevesController).
Resolving inheritance for "App\Controller\Front\ElevesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ElevesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\KycController" (parent: .abstract.instanceof.App\Controller\Front\KycController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\KycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\KycController).
Resolving inheritance for "App\Controller\Front\KycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\KycController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PagesController" (parent: .abstract.instanceof.App\Controller\Front\PagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PagesController).
Resolving inheritance for "App\Controller\Front\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PaymentController" (parent: .abstract.instanceof.App\Controller\Front\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PaymentController).
Resolving inheritance for "App\Controller\Front\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProfsController" (parent: .abstract.instanceof.App\Controller\Front\ProfsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProfsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProfsController).
Resolving inheritance for "App\Controller\Front\ProfsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProfsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SecurityController" (parent: .abstract.instanceof.App\Controller\Front\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SecurityController).
Resolving inheritance for "App\Controller\Front\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UploadDocumentController" (parent: .abstract.instanceof.App\Controller\Front\UploadDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UploadDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UploadDocumentController).
Resolving inheritance for "App\Controller\Front\UploadDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UploadDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserController" (parent: .abstract.instanceof.App\Controller\Front\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserController).
Resolving inheritance for "App\Controller\Front\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserController).
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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PagesFixtures" (parent: .abstract.instanceof.App\DataFixtures\PagesFixtures).
Resolving inheritance for "App\DataFixtures\PagesFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PagesFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CoursesFormListener" (parent: .abstract.instanceof.App\EventListener\CoursesFormListener).
Resolving inheritance for "App\EventListener\CoursesFormListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CoursesFormListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FormBackListener" (parent: .abstract.instanceof.App\EventListener\FormBackListener).
Resolving inheritance for "App\EventListener\FormBackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FormBackListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FormFrontListener" (parent: .abstract.instanceof.App\EventListener\FormFrontListener).
Resolving inheritance for "App\EventListener\FormFrontListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FormFrontListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesPropositionsType" (parent: .abstract.instanceof.App\Form\AnnoncesPropositionsType).
Resolving inheritance for "App\Form\AnnoncesPropositionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesPropositionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesType" (parent: .abstract.instanceof.App\Form\AnnoncesType).
Resolving inheritance for "App\Form\AnnoncesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesType).
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\CoursesParticipantsType" (parent: .abstract.instanceof.App\Form\CoursesParticipantsType).
Resolving inheritance for "App\Form\CoursesParticipantsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoursesParticipantsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoursesRecurringsType" (parent: .abstract.instanceof.App\Form\CoursesRecurringsType).
Resolving inheritance for "App\Form\CoursesRecurringsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoursesRecurringsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoursesType" (parent: .abstract.instanceof.App\Form\CoursesType).
Resolving inheritance for "App\Form\CoursesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoursesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElevesType" (parent: .abstract.instanceof.App\Form\ElevesType).
Resolving inheritance for "App\Form\ElevesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElevesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType" (parent: .abstract.instanceof.App\Form\LoginType).
Resolving inheritance for "App\Form\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatieresType" (parent: .abstract.instanceof.App\Form\MatieresType).
Resolving inheritance for "App\Form\MatieresType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatieresType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagesType" (parent: .abstract.instanceof.App\Form\PagesType).
Resolving inheritance for "App\Form\PagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatepickerType" (parent: .abstract.instanceof.App\Form\Type\DatepickerType).
Resolving inheritance for "App\Form\Type\DatepickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatepickerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatetimepickerType" (parent: .abstract.instanceof.App\Form\Type\DatetimepickerType).
Resolving inheritance for "App\Form\Type\DatetimepickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatetimepickerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPasswordType" (parent: .abstract.instanceof.App\Form\UserPasswordType).
Resolving inheritance for "App\Form\UserPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesElevesRepository" (parent: .abstract.instanceof.App\Repository\AnnoncesElevesRepository).
Resolving inheritance for "App\Repository\AnnoncesElevesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesElevesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesPropositionsRepository" (parent: .abstract.instanceof.App\Repository\AnnoncesPropositionsRepository).
Resolving inheritance for "App\Repository\AnnoncesPropositionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesPropositionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesRepository" (parent: .abstract.instanceof.App\Repository\AnnoncesRepository).
Resolving inheritance for "App\Repository\AnnoncesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesFilesRepository" (parent: .abstract.instanceof.App\Repository\CoursesFilesRepository).
Resolving inheritance for "App\Repository\CoursesFilesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesFilesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesMatieresRepository" (parent: .abstract.instanceof.App\Repository\CoursesMatieresRepository).
Resolving inheritance for "App\Repository\CoursesMatieresRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesMatieresRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesNiveauxRepository" (parent: .abstract.instanceof.App\Repository\CoursesNiveauxRepository).
Resolving inheritance for "App\Repository\CoursesNiveauxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesNiveauxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesParticipantsRepository" (parent: .abstract.instanceof.App\Repository\CoursesParticipantsRepository).
Resolving inheritance for "App\Repository\CoursesParticipantsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesParticipantsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesRecurringRepository" (parent: .abstract.instanceof.App\Repository\CoursesRecurringRepository).
Resolving inheritance for "App\Repository\CoursesRecurringRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesRecurringRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesRepository" (parent: .abstract.instanceof.App\Repository\CoursesRepository).
Resolving inheritance for "App\Repository\CoursesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElevesNiveauxRepository" (parent: .abstract.instanceof.App\Repository\ElevesNiveauxRepository).
Resolving inheritance for "App\Repository\ElevesNiveauxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElevesNiveauxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElevesRepository" (parent: .abstract.instanceof.App\Repository\ElevesRepository).
Resolving inheritance for "App\Repository\ElevesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElevesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MatieresRepository" (parent: .abstract.instanceof.App\Repository\MatieresRepository).
Resolving inheritance for "App\Repository\MatieresRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MatieresRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NiveauxRepository" (parent: .abstract.instanceof.App\Repository\NiveauxRepository).
Resolving inheritance for "App\Repository\NiveauxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NiveauxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagesRepository" (parent: .abstract.instanceof.App\Repository\PagesRepository).
Resolving inheritance for "App\Repository\PagesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentsRepository" (parent: .abstract.instanceof.App\Repository\PaymentsRepository).
Resolving inheritance for "App\Repository\PaymentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\GetStripeAccountUrl" (parent: .abstract.instanceof.App\Twig\Form\GetStripeAccountUrl).
Resolving inheritance for "App\Twig\Form\GetStripeAccountUrl" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\GetStripeAccountUrl).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\HasStripeAccountValidatedExtension" (parent: .abstract.instanceof.App\Twig\Form\HasStripeAccountValidatedExtension).
Resolving inheritance for "App\Twig\Form\HasStripeAccountValidatedExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\HasStripeAccountValidatedExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\ImageExistsExtension" (parent: .abstract.instanceof.App\Twig\Form\ImageExistsExtension).
Resolving inheritance for "App\Twig\Form\ImageExistsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\ImageExistsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\LoginExtension" (parent: .abstract.instanceof.App\Twig\Form\LoginExtension).
Resolving inheritance for "App\Twig\Form\LoginExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\LoginExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\AtLeastOneSelectedValidator" (parent: .abstract.instanceof.App\Validator\AtLeastOneSelectedValidator).
Resolving inheritance for "App\Validator\AtLeastOneSelectedValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\AtLeastOneSelectedValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
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 "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.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.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
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 "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1
Skipping service "App\Exception\UsernameNotFoundException": Class or interface "App\Exception\UsernameNotFoundException" cannot be loaded.
1
Removing service-argument resolver for controller "App\Controller\Front\CoursesController::setCourse": no corresponding services exist for the referenced types.
197
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_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\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\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 "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "FM\ElfinderBundle\Loader\ElFinderLoader"; reason: private alias.
Removed service "fm_elfinder.configurator"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; 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 $cacheLogger"; 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 $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator.gmdbuxA"; reason: private alias.
Removed service ".service_locator.b2D1bSi"; reason: private alias.
Removed service "validator"; 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 "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.diNoEIK"; reason: private alias.
Removed service ".service_locator.zeCB3Oq"; reason: private alias.
Removed service ".service_locator.qIDYkpc"; reason: private alias.
Removed service ".service_locator.VaXEHdc"; reason: private alias.
Removed service ".service_locator.OS8hQ7u"; reason: private alias.
Removed service ".service_locator.IPZu6Ww"; reason: private alias.
Removed service ".service_locator._4o6YRA"; reason: private alias.
Removed service ".service_locator.fvNwmZo"; reason: private alias.
Removed service ".service_locator.hq.Bp3x"; reason: private alias.
Removed service ".service_locator.jJhmM36"; reason: private alias.
Removed service ".service_locator.4KsIGyf"; reason: private alias.
Removed service ".service_locator.ppPElRd"; reason: private alias.
Removed service ".service_locator.ag2k4zB"; reason: private alias.
Removed service ".service_locator.Mc1_DNP"; reason: private alias.
Removed service ".service_locator.nw1zaA5"; reason: private alias.
Removed service ".service_locator.H9i_CPU"; reason: private alias.
Removed service ".service_locator.VWorZtB"; reason: private alias.
Removed service ".service_locator.Ctjy6KD"; reason: private alias.
Removed service ".service_locator.5qep5_a"; reason: private alias.
Removed service ".service_locator.SKcN6P0"; reason: private alias.
Removed service ".service_locator.MlaFRO1"; reason: private alias.
Removed service ".service_locator.tqw5rxF"; reason: private alias.
Removed service ".service_locator.FB8Niqo"; reason: private alias.
Removed service ".service_locator.6hQS3oM"; reason: private alias.
Removed service ".service_locator.42Nhn1C"; reason: private alias.
Removed service ".service_locator.0FdYgZC"; reason: private alias.
Removed service ".service_locator.Zqc4ES6"; reason: private alias.
Removed service ".service_locator.CgQ7eg6"; reason: private alias.
Removed service ".service_locator.BUov7AK"; reason: private alias.
Removed service ".service_locator.9F9j9s1"; reason: private alias.
Removed service ".service_locator.4l7p_cj"; reason: private alias.
Removed service ".service_locator.8_FLS14"; reason: private alias.
Removed service ".service_locator.01GVI_m"; reason: private alias.
Removed service ".service_locator.SG7T.q6"; reason: private alias.
Removed service ".service_locator.mv0xPnn"; reason: private alias.
Removed service ".service_locator.jCa2pO0"; reason: private alias.
Removed service ".service_locator.rOB9Zn8"; reason: private alias.
Removed service ".service_locator.guvY.bi"; reason: private alias.
Removed service ".service_locator.tHokmKo"; reason: private alias.
Removed service ".service_locator.3E.LOmI"; reason: private alias.
Removed service ".service_locator.b491maD"; reason: private alias.
99
Changed reference of service "App\Command\SendDescriptifReminderCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\SendEleveAnnoncesReminderCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\SendEleveCoursesReminderCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\SendEleveUpcomingCoursesCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\SendProfReminderCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\WebsourceElevesAnnoncesAVenirCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Back\AdminController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Back\DocumentsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Back\KycController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Back\MatieresController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Back\PagesController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Back\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\AnnoncesController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\CoursesController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\ElevesController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\KycController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\PagesController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\PaymentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\ProfsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\SecurityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\UploadDocumentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SecurityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\EventListener\FormBackListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\FormFrontListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\ElevesType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\UserType" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AppCustomAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\Form\GetStripeAccountUrl" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\Form\HasStripeAccountValidatedExtension" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" 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 "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 "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "gregwar_captcha.type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "gregwar_captcha.generator" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "FM\ElfinderBundle\Controller\ElFinderController" previously pointing to "fm_elfinder.loader.default" to "fm_elfinder.loader".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.nOnv3SH" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.QaaoWjx" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.DMfgFyO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YAcX0.U" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.YbySDCA" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
291
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "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 "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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinishedCoursesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FinishedCoursesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateRecurringCoursesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateRecurringCoursesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendDescriptifReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendDescriptifReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveAnnoncesReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendEleveAnnoncesReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveCoursesReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendEleveCoursesReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEleveUpcomingCoursesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendEleveUpcomingCoursesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendProfReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendProfReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsourceElevesAnnoncesAVenirCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WebsourceElevesAnnoncesAVenirCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\DocumentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\DocumentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\DocumentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\KycController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\KycController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\KycController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\MatieresController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\MatieresController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\MatieresController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AnnoncesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AnnoncesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\AnnoncesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CoursesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CoursesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\CoursesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ElevesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ElevesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ElevesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\KycController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\KycController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\KycController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProfsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProfsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ProfsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UploadDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UploadDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\UploadDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\UserController"; 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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PagesFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PagesFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CoursesFormListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CoursesFormListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FormBackListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\FormBackListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FormFrontListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\FormFrontListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesPropositionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AnnoncesPropositionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AnnoncesType"; 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\CoursesParticipantsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CoursesParticipantsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoursesRecurringsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CoursesRecurringsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoursesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CoursesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ElevesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ElevesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoginType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatieresType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MatieresType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatepickerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DatepickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatetimepickerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DatetimepickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesElevesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnnoncesElevesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesPropositionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnnoncesPropositionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnnoncesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesFilesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoursesFilesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesMatieresRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoursesMatieresRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesNiveauxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoursesNiveauxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesParticipantsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoursesParticipantsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesRecurringRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoursesRecurringRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoursesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoursesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElevesNiveauxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ElevesNiveauxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ElevesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ElevesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MatieresRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MatieresRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NiveauxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NiveauxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PagesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\GetStripeAccountUrl"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Form\GetStripeAccountUrl"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\HasStripeAccountValidatedExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Form\HasStripeAccountValidatedExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\ImageExistsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Form\ImageExistsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Form\LoginExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Form\LoginExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\AtLeastOneSelectedValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\AtLeastOneSelectedValidator"; reason: abstract.
107
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\Event\FormEvent"; reason: unused.
Removed service "App\EventListener\FormListener"; reason: unused.
Removed service "App\Exception\UsernameNotFoundException"; reason: unused.
Removed service "App\Purger\MysqlOrmPurger"; reason: unused.
Removed service "App\Security\LoginFormAuthenticator"; reason: unused.
Removed service "App\Service\StripeService"; reason: unused.
Removed service "App\Validator\AtLeastOneSelected"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~pzKlvhd"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service ".service_locator.tHShc4M"; reason: unused.
Removed service ".service_locator.tHShc4M.App\Controller\Front\CoursesController::setCourse()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.PZ0UHmb"; reason: unused.
Removed service ".service_locator.pPd95Z1"; reason: unused.
344
Inlined service ".service_locator.QaaoWjx.App\Controller\Back\AdminController" to "App\Controller\Back\AdminController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Back\DocumentsController" to "App\Controller\Back\DocumentsController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Back\KycController" to "App\Controller\Back\KycController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Back\MatieresController" to "App\Controller\Back\MatieresController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Back\PagesController" to "App\Controller\Back\PagesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Back\UserController" to "App\Controller\Back\UserController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\AnnoncesController" to "App\Controller\Front\AnnoncesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\CoursesController" to "App\Controller\Front\CoursesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\DefaultController" to "App\Controller\Front\DefaultController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\ElevesController" to "App\Controller\Front\ElevesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\KycController" to "App\Controller\Front\KycController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\PagesController" to "App\Controller\Front\PagesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\PaymentController" to "App\Controller\Front\PaymentController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\ProfsController" to "App\Controller\Front\ProfsController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\SecurityController" to "App\Controller\Front\SecurityController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\UploadDocumentController" to "App\Controller\Front\UploadDocumentController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Front\UserController" to "App\Controller\Front\UserController".
Inlined service ".service_locator.QaaoWjx.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "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.jkL9kAz" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "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 ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.DMfgFyO.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.Hu7m0tQ" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.nvIJVVC" to "router.expression_language_provider".
Inlined service ".service_locator.YAcX0.U.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.JDcngPn" 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.7u8h7tn" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" 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.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.q5vFXnc" 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.ljoldFy" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.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.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "App\Purger\MysqlOrmPurgerFactory" 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 "App\DataFixtures\PagesFixtures" to "doctrine.fixtures.loader".
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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\Form\GetStripeAccountUrl" to "twig".
Inlined service "App\Twig\Form\HasStripeAccountValidatedExtension" to "twig".
Inlined service "App\Twig\Form\ImageExistsExtension" to "twig".
Inlined service "App\Twig\Form\LoginExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.fm_elfinder_init" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.Fuy.CqR.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.XXyIDNc" to "twig.runtime_loader".
Inlined service "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 "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.JDKrE6v" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.mS74Jwd" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "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 "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.omsR5jd" to ".security.request_matcher.mS74Jwd".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~J648H2Q" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.google_main".
Inlined service "knpu.oauth2.provider.google_main" to "knpu.oauth2.client.google_main".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.hzGAa9z" to ".service_locator.hzGAa9z.App\Controller\Back\KycController::edit()".
Inlined service ".service_locator.BblgulY" to ".service_locator.BblgulY.App\Controller\Back\MatieresController::index()".
Inlined service ".service_locator.jMSqukG" to ".service_locator.jMSqukG.App\Controller\Back\MatieresController::create()".
Inlined service ".service_locator.nI6j.7g" to ".service_locator.nI6j.7g.App\Controller\Back\MatieresController::edit()".
Inlined service ".service_locator.x8zhlBY" to ".service_locator.x8zhlBY.App\Controller\Back\MatieresController::delete()".
Inlined service ".service_locator.iFGUNSB" to ".service_locator.iFGUNSB.App\Controller\Back\PagesController::index()".
Inlined service ".service_locator.7mVU4We" to ".service_locator.7mVU4We.App\Controller\Front\AnnoncesController::annonceCounter()".
Inlined service ".service_locator.DXFUqca" to ".service_locator.DXFUqca.App\Controller\Front\AnnoncesController::listAnnonces()".
Inlined service ".service_locator.zgmPgJ_" to ".service_locator.zgmPgJ_.App\Controller\Front\CoursesController::list()".
Inlined service ".service_locator.q8uQWvS" to ".service_locator.q8uQWvS.App\Controller\Front\CoursesController::courseCounter()".
Inlined service ".service_locator.I2eiYrr" to ".service_locator.I2eiYrr.App\Controller\Front\CoursesController::courseRoom()".
Inlined service ".service_locator..HkxmkL" to ".service_locator..HkxmkL.App\Controller\Front\CoursesController::courseDeleteFile()".
Inlined service ".service_locator.XFJPm1t" to ".service_locator.XFJPm1t.App\Controller\Front\CoursesController::courseLibreDescriptionEdit()".
Inlined service ".service_locator.f9OkPvW" to ".service_locator.f9OkPvW.App\Controller\Front\DefaultController::homepage()".
Inlined service ".service_locator.RZchspo" to ".service_locator.RZchspo.App\Controller\Front\ElevesController::mesEnfants()".
Inlined service ".service_locator.SPnrabt" to ".service_locator.SPnrabt.App\Controller\Front\SecurityController::forgot()".
Inlined service ".service_locator.uBR2pyw" to ".service_locator.uBR2pyw.App\Controller\Front\SecurityController::logout()".
Inlined service ".service_locator.diGdMBG" to ".service_locator.diGdMBG.App\Controller\Front\UploadDocumentController::uploadDocumentRename()".
Inlined service ".service_locator.NKtIL0Q" to ".service_locator.NKtIL0Q.App\Controller\Front\UploadDocumentController::uploadDocument()".
Inlined service ".service_locator.WlAApl_" to ".service_locator.WlAApl_.App\Controller\Front\UserController::inscription()".
Inlined service ".service_locator.yz2KuX5" to ".service_locator.yz2KuX5.App\Controller\Front\UserController::connectGoogleStart()".
Inlined service ".service_locator.1kjshbZ" to ".service_locator.1kjshbZ.App\Controller\Front\UserController::connectCheckAction()".
Inlined service ".service_locator.dUZYFud" to ".service_locator.dUZYFud.App\Controller\SecurityController::login()".
Inlined service ".service_locator.nOnv3SH" to ".service_locator.nOnv3SH.FM\ElfinderBundle\Controller\ElFinderController::load()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.DMfgFyO" to ".service_locator.DMfgFyO.translation.warmer".
Inlined service ".service_locator.rYn13fx" to ".service_locator.rYn13fx.router.default".
Inlined service ".service_locator.YAcX0.U" to ".service_locator.YAcX0.U.router.cache_warmer".
Inlined service ".service_locator.Fuy.CqR" to ".service_locator.Fuy.CqR.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ccTBFaB" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.YrK5K2Y" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.rYn13fx.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "fm_elfinder.configurator.default" to "fm_elfinder.loader".
Inlined service "debug.event_dispatcher.inner" 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.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.