diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-09 16:52:10 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-12 16:48:11 +0200 |
commit | 01cf85e4e5e610bf667e4a55ff9647542aa926d1 (patch) | |
tree | 2e4f7902aac2b115833d104ab42369c9e5895343 /apps/user_ldap/lib/Command/DeleteConfig.php | |
parent | a2668b11e58d1e6098d5c6c419594af8dee134ee (diff) | |
download | nextcloud-server-01cf85e4e5e610bf667e4a55ff9647542aa926d1.tar.gz nextcloud-server-01cf85e4e5e610bf667e4a55ff9647542aa926d1.zip |
Fix the User_LDAP app
Diffstat (limited to 'apps/user_ldap/lib/Command/DeleteConfig.php')
-rw-r--r-- | apps/user_ldap/lib/Command/DeleteConfig.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Command/DeleteConfig.php b/apps/user_ldap/lib/Command/DeleteConfig.php index a986dd6be77..e39425f3faa 100644 --- a/apps/user_ldap/lib/Command/DeleteConfig.php +++ b/apps/user_ldap/lib/Command/DeleteConfig.php @@ -25,11 +25,12 @@ namespace OCA\User_LDAP\Command; + +use OCA\User_LDAP\Helper; 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\Helper; class DeleteConfig extends Command { /** @var \OCA\User_LDAP\Helper */ |