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

Correction déclaration des factory

parent ca99b801
Branches
Tags
No related merge requests found
......@@ -17,7 +17,9 @@ return [
* Attribut LDAP utilisé pour le username des utilisateurs
* A personnaliser au besoin
*/
// 'ldap_username' => 'uid',
// 'ldap_username' => 'supannaliaslogin',
],
];
......
......@@ -8,10 +8,10 @@ use Formation\Event\Convocation\ConvocationEvent;
use Formation\Event\Convocation\ConvocationEventFactory;
use Formation\Event\DemandeRetour\DemandeRetourEvent;
use Formation\Event\DemandeRetour\DemandeRetourEventFactory;
use Formation\Event\DemandeRetour\SessionClotureEventFactory;
use Formation\Event\InscriptionCloture\InscriptionClotureEvent;
use Formation\Event\InscriptionCloture\InscriptionClotureEventFactory;
use Formation\Event\SessionCloture\SessionClotureEvent;
use Formation\Event\SessionCloture\SessionClotureEventFactory;
use Formation\Provider\Privilege\FormationPrivileges;
use Formation\Service\Evenement\NotificationFormationsOuvertesService;
use Formation\Service\Evenement\NotificationFormationsOuvertesServiceFactory;
......
<?php
namespace Formation\Event\DemandeRetour;
namespace Formation\Event\SessionCloture;
use Doctrine\ORM\EntityManager;
use Formation\Event\SessionCloture\SessionClotureEvent;
use Formation\Provider\Parametre\FormationParametres;
use Formation\Service\FormationInstance\FormationInstanceService;
use Psr\Container\ContainerExceptionInterface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment