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

Debut de l'automatisation

parent 3e3b290f
No related branches found
No related tags found
No related merge requests found
<?php
use Application\Event\RgpdRenderer\RgpdRendererEvenement;
use Application\Provider\EvenementProvider;
use Formation\Provider\Event\EvenementProvider;
use Application\Provider\EvenementProvider as ApplicationEvenementProvider;
use Application\Service\Evenement\SynchroOctopusService;
//use Formation\Event\Convocation\ConvocationEvent;
//use Formation\Event\DemandeRetour\DemandeRetourEvent;
//use Formation\Event\InscriptionCloture\InscriptionClotureEvent;
......@@ -11,6 +10,7 @@ use Application\Service\Evenement\SynchroOctopusService;
//use Formation\Event\RappelAgent\RappelAgentEvent;
//use Formation\Event\SessionCloture\SessionClotureEvent;
//use Formation\Provider\Event\EvenementProvider as FormationEvenementProvider;
use Formation\Event\DemandeRetour\DemandeRetourEvent;
use UnicaenEvenement\Entity\Db\Type;
use UnicaenEvenement\Service\EvenementCollection\EvenementCollectionService;
......@@ -20,13 +20,13 @@ return [
// Évènements de base
Type::COLLECTION => EvenementCollectionService::class,
ApplicationEvenementProvider::SYNCHRO_OCTOPUS => SynchroOctopusService::class,
EvenementProvider::RGPD_UNICAEN_RENDERER => RgpdRendererEvenement::class,
// ApplicationEvenementProvider::SYNCHRO_OCTOPUS => SynchroOctopusService::class,
ApplicationEvenementProvider::RGPD_UNICAEN_RENDERER => RgpdRendererEvenement::class,
// FormationEvenementProvider::RAPPEL_FORMATION_AGENT_AVANT => RappelAgentEvent::class,
// FormationEvenementProvider::INSCRIPTION_CLOTURE => InscriptionClotureEvent::class,
// FormationEvenementProvider::CONVOCATION => ConvocationEvent::class,
// FormationEvenementProvider::DEMANDE_RETOUR => DemandeRetourEvent::class,
EvenementProvider::DEMANDE_RETOUR => DemandeRetourEvent::class,
// FormationEvenementProvider::SESSION_CLOTURE => SessionClotureEvent::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