From e7f6da4f72167a5be9ef43cc7273141dd720db28 Mon Sep 17 00:00:00 2001
From: grueneedv <grueneedv@users.noreply.github.com>
Date: Thu, 10 Sep 2020 16:19:07 +0200
Subject: [PATCH] Update LDAP.php (#1378)

Minor typo. Frist replaced everything in my project and then saw the typo :|
---
 lib/SimpleSAML/Auth/LDAP.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Auth/LDAP.php b/lib/SimpleSAML/Auth/LDAP.php
index 3977274e9..c505561aa 100644
--- a/lib/SimpleSAML/Auth/LDAP.php
+++ b/lib/SimpleSAML/Auth/LDAP.php
@@ -4,7 +4,7 @@ declare(strict_types=1);
 
 namespace SimpleSAML\Auth;
 
-\SimpleSAML\Logger::warning("The class \SimpleSAML\Auth\LDAP has been moved to the ldap module, please use \SimpleSAML\Module\saml\Auth\Ldap instead.");
+\SimpleSAML\Logger::warning("The class \SimpleSAML\Auth\LDAP has been moved to the ldap module, please use \SimpleSAML\Module\ldap\Auth\Ldap instead.");
 
 /**
  * @deprecated To be removed in 2.0
-- 
GitLab