Commit dec61eef authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Correction déclaration des factory

parent ca99b801
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@ return [
         * Attribut LDAP utilisé pour le username des utilisateurs
         * A personnaliser au besoin
         */
//        'ldap_username' => 'uid',
//        'ldap_username' => 'supannaliaslogin',

    ],
];

+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −2
Original line number Diff line number Diff line
<?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;