Skip to content

Commit 764be0b

Browse files
committed
Fix namespace
1 parent c58e9c9 commit 764be0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Auth/Process/AttributeAddFromLDAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace SimpleSAML\Module\ldap\Auth\Process;
44

5-
use SimpleSAML\module\Auth\LDAP;
5+
use SimpleSAML\module\ldap\Auth\LDAP;
66

77
use Webmozart\Assert\Assert;
88

lib/Auth/Process/BaseFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace SimpleSAML\Module\ldap\Auth\Process;
44

5-
use SimpleSAML\module\Auth\LDAP;
5+
use SimpleSAML\module\ldap\Auth\LDAP;
66

77
/**
88
* This base LDAP filter class can be extended to enable real

0 commit comments

Comments
 (0)