Skip to content
Snippets Groups Projects
Commit 28f90ba5 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Debut de l'automatisation

parent 3976016f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ use Application\Provider\EvenementProvider as ApplicationEvenementProvider; ...@@ -8,7 +8,7 @@ use Application\Provider\EvenementProvider as ApplicationEvenementProvider;
//use Formation\Event\InscriptionCloture\InscriptionClotureEvent; //use Formation\Event\InscriptionCloture\InscriptionClotureEvent;
//use Formation\Event\NotificationNouvellesSessions\NotificationNouvellesSessionsEvent; //use Formation\Event\NotificationNouvellesSessions\NotificationNouvellesSessionsEvent;
//use Formation\Event\RappelAgent\RappelAgentEvent; //use Formation\Event\RappelAgent\RappelAgentEvent;
//use Formation\Event\SessionCloture\SessionClotureEvent; use Formation\Event\SessionCloture\SessionClotureEvent;
//use Formation\Provider\Event\EvenementProvider as FormationEvenementProvider; //use Formation\Provider\Event\EvenementProvider as FormationEvenementProvider;
use Formation\Event\DemandeRetour\DemandeRetourEvent; use Formation\Event\DemandeRetour\DemandeRetourEvent;
use UnicaenEvenement\Entity\Db\Type; use UnicaenEvenement\Entity\Db\Type;
...@@ -27,7 +27,7 @@ return [ ...@@ -27,7 +27,7 @@ return [
// FormationEvenementProvider::INSCRIPTION_CLOTURE => InscriptionClotureEvent::class, // FormationEvenementProvider::INSCRIPTION_CLOTURE => InscriptionClotureEvent::class,
// FormationEvenementProvider::CONVOCATION => ConvocationEvent::class, // FormationEvenementProvider::CONVOCATION => ConvocationEvent::class,
EvenementProvider::DEMANDE_RETOUR => DemandeRetourEvent::class, EvenementProvider::DEMANDE_RETOUR => DemandeRetourEvent::class,
// FormationEvenementProvider::SESSION_CLOTURE => SessionClotureEvent::class, EvenementProvider::SESSION_CLOTURE => SessionClotureEvent::class,
// FormationEvenementProvider::NOTIFICATION_NOUVELLES_SESSIONS => NotificationNouvellesSessionsEvent::class, // FormationEvenementProvider::NOTIFICATION_NOUVELLES_SESSIONS => NotificationNouvellesSessionsEvent::class,
], ],
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment