Skip to content
Snippets Groups Projects
Commit e7f6da4f authored by grueneedv's avatar grueneedv Committed by Tim van Dijen
Browse files

Update LDAP.php (#1378)

Minor typo. Frist replaced everything in my project and then saw the typo :|
parent 8889e793
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment