diff options
Diffstat (limited to 'apps/user_ldap/lib/Command/TestConfig.php')
-rw-r--r-- | apps/user_ldap/lib/Command/TestConfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Command/TestConfig.php b/apps/user_ldap/lib/Command/TestConfig.php index 656752095cf..93a9f644714 100644 --- a/apps/user_ldap/lib/Command/TestConfig.php +++ b/apps/user_ldap/lib/Command/TestConfig.php @@ -28,7 +28,7 @@ use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use \OCA\User_LDAP\Helper; -use \OCA\user_ldap\lib\Connection; +use \OCA\User_LDAP\Connection; class TestConfig extends Command { |