diff options
Diffstat (limited to 'apps/user_ldap/tests/ConnectionTest.php')
-rw-r--r-- | apps/user_ldap/tests/ConnectionTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/tests/ConnectionTest.php b/apps/user_ldap/tests/ConnectionTest.php index 59e6476ab45..8a4ec38e4bd 100644 --- a/apps/user_ldap/tests/ConnectionTest.php +++ b/apps/user_ldap/tests/ConnectionTest.php @@ -29,6 +29,7 @@ */ namespace OCA\User_LDAP\Tests; + use OCA\User_LDAP\Connection; use OCA\User_LDAP\ILDAPWrapper; |