Skip to content
Snippets Groups Projects
Commit a2453b81 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction ordre d'injection de dépendances

parent b073ab20
No related branches found
No related tags found
No related merge requests found
Pipeline #22734 passed
......@@ -60,11 +60,11 @@ class RapportCsiControllerFactory
$controller->setIndividuService($individuService);
$controller->setForm($rapportForm);
$controller->setValidationService($validationService);
$controller->setAnneeUnivService($anneeUnivService);
$controller->setAnneesUnivs($theseAnneeUnivService);
$controller->setTypeRapport($typeRapport);
$controller->setTypeValidation($typeValidation);
$controller->setMembreService($membreService);
$controller->setAnneeUnivService($anneeUnivService);
// $theseService->attach($controller->getEventManager());
......
......@@ -57,10 +57,10 @@ class RapportMiparcoursControllerFactory
$controller->setIndividuService($individuService);
$controller->setForm($rapportForm);
$controller->setValidationService($validationService);
$controller->setAnneeUnivService($anneeUnivService);
$controller->setAnneesUnivs($theseAnneeUnivService);
$controller->setTypeRapport($typeRapport);
$controller->setTypeValidation($typeValidation);
$controller->setAnneeUnivService($anneeUnivService);
// $theseService->attach($controller->getEventManager());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment