diff --git a/config/autoload/unicaen-evenement.global.php b/config/autoload/unicaen-evenement.global.php index 12651e18b7cab9c2cf2c9e134fde27734fd87314..940c479f033b4d98eefaba0f34742748db2a4b70 100644 --- a/config/autoload/unicaen-evenement.global.php +++ b/config/autoload/unicaen-evenement.global.php @@ -8,7 +8,7 @@ use Application\Provider\EvenementProvider as ApplicationEvenementProvider; //use Formation\Event\InscriptionCloture\InscriptionClotureEvent; //use Formation\Event\NotificationNouvellesSessions\NotificationNouvellesSessionsEvent; //use Formation\Event\RappelAgent\RappelAgentEvent; -//use Formation\Event\SessionCloture\SessionClotureEvent; +use Formation\Event\SessionCloture\SessionClotureEvent; //use Formation\Provider\Event\EvenementProvider as FormationEvenementProvider; use Formation\Event\DemandeRetour\DemandeRetourEvent; use UnicaenEvenement\Entity\Db\Type; @@ -27,7 +27,7 @@ return [ // FormationEvenementProvider::INSCRIPTION_CLOTURE => InscriptionClotureEvent::class, // FormationEvenementProvider::CONVOCATION => ConvocationEvent::class, EvenementProvider::DEMANDE_RETOUR => DemandeRetourEvent::class, -// FormationEvenementProvider::SESSION_CLOTURE => SessionClotureEvent::class, + EvenementProvider::SESSION_CLOTURE => SessionClotureEvent::class, // FormationEvenementProvider::NOTIFICATION_NOUVELLES_SESSIONS => NotificationNouvellesSessionsEvent::class, ], ],