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

Debut de l'automatisation

parent 28f90ba5
Branches
Tags
No related merge requests found
<?php <?php
use Application\Event\RgpdRenderer\RgpdRendererEvenement; use Application\Event\RgpdRenderer\RgpdRendererEvenement;
use Formation\Event\Convocation\ConvocationEvent;
use Formation\Event\InscriptionCloture\InscriptionClotureEvent;
use Formation\Event\RappelAgent\RappelAgentEvent;
use Formation\Provider\Event\EvenementProvider; use Formation\Provider\Event\EvenementProvider;
use Application\Provider\EvenementProvider as ApplicationEvenementProvider; use Application\Provider\EvenementProvider as ApplicationEvenementProvider;
//use Formation\Event\Convocation\ConvocationEvent; //use Formation\Event\Convocation\ConvocationEvent;
...@@ -23,11 +26,12 @@ return [ ...@@ -23,11 +26,12 @@ return [
// ApplicationEvenementProvider::SYNCHRO_OCTOPUS => SynchroOctopusService::class, // ApplicationEvenementProvider::SYNCHRO_OCTOPUS => SynchroOctopusService::class,
ApplicationEvenementProvider::RGPD_UNICAEN_RENDERER => RgpdRendererEvenement::class, ApplicationEvenementProvider::RGPD_UNICAEN_RENDERER => RgpdRendererEvenement::class,
// FormationEvenementProvider::RAPPEL_FORMATION_AGENT_AVANT => RappelAgentEvent::class, // EvenementProvider::RAPPEL_FORMATION_AGENT_AVANT => RappelAgentEvent::class,
// FormationEvenementProvider::INSCRIPTION_CLOTURE => InscriptionClotureEvent::class, EvenementProvider::INSCRIPTION_CLOTURE => InscriptionClotureEvent::class,
// FormationEvenementProvider::CONVOCATION => ConvocationEvent::class, EvenementProvider::CONVOCATION => ConvocationEvent::class,
EvenementProvider::DEMANDE_RETOUR => DemandeRetourEvent::class, EvenementProvider::DEMANDE_RETOUR => DemandeRetourEvent::class,
EvenementProvider::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