aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Command/DeleteConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/Command/DeleteConfig.php')
-rw-r--r--apps/user_ldap/lib/Command/DeleteConfig.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Command/DeleteConfig.php b/apps/user_ldap/lib/Command/DeleteConfig.php
index 5a7986d1303..a56753daddc 100644
--- a/apps/user_ldap/lib/Command/DeleteConfig.php
+++ b/apps/user_ldap/lib/Command/DeleteConfig.php
@@ -27,10 +27,10 @@ use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
-use \OCA\user_ldap\lib\Helper;
+use \OCA\User_LDAP\Helper;
class DeleteConfig extends Command {
- /** @var \OCA\User_LDAP\lib\Helper */
+ /** @var \OCA\User_LDAP\Helper */
protected $helper;
/**