Commit 03a23679 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

Correctif sur le type de paramétre envoyée par Runtime Exception

parent fb81b3b9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ class DbServiceFactory implements FactoryInterface
                throw new RuntimeException(
                    "Impossible de se connecter à l'annuaire LDAP. Si aucune connexion LDAP n'est nécessaire, veuillez " .
                    "commenter les paramètres de config (connection > default > params).",
                    $e
                    $e->getCode()
                );
            }
            $identityProvider->setLdap($ldap);