Skip to content

Commit 7330c06

Browse files
committed
Fix namespace
1 parent 5c61ed2 commit 7330c06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
/**
88
* Filter to add attributes to the identity by executing a query against an LDAP directory

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)