Loading config/autoload/version.global.php +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ return [ 'unicaen-app' => [ 'app_infos' => [ 'version' => '1.0.0', 'date' => '24/10/2024', 'version' => '1.1.0', 'date' => '14/02/2025', ], ], 'comment' => '', Loading module/Atelier/src/Service/Notification/NotificationService.php +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ class NotificationService $etudiant = $inscription->getEtudiant(); $vars = [ 'agent' => $etudiant, 'etudiant' => $etudiant, 'session' => $session, 'inscription' => $inscription, 'MacroService' => $this->getMacroService(), Loading Loading
config/autoload/version.global.php +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ return [ 'unicaen-app' => [ 'app_infos' => [ 'version' => '1.0.0', 'date' => '24/10/2024', 'version' => '1.1.0', 'date' => '14/02/2025', ], ], 'comment' => '', Loading
module/Atelier/src/Service/Notification/NotificationService.php +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ class NotificationService $etudiant = $inscription->getEtudiant(); $vars = [ 'agent' => $etudiant, 'etudiant' => $etudiant, 'session' => $session, 'inscription' => $inscription, 'MacroService' => $this->getMacroService(), Loading