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/CreateEmptyConfig.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/CreateEmptyConfig.php')
-rw-r--r-- | apps/user_ldap/lib/Command/CreateEmptyConfig.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Command/CreateEmptyConfig.php b/apps/user_ldap/lib/Command/CreateEmptyConfig.php index 53cc4cbf466..28d3a1d8bff 100644 --- a/apps/user_ldap/lib/Command/CreateEmptyConfig.php +++ b/apps/user_ldap/lib/Command/CreateEmptyConfig.php @@ -25,11 +25,11 @@ namespace OCA\User_LDAP\Command; +use OCA\User_LDAP\Configuration; +use OCA\User_LDAP\Helper; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -use \OCA\User_LDAP\Helper; -use \OCA\User_LDAP\Configuration; class CreateEmptyConfig extends Command { /** @var \OCA\User_LDAP\Helper */ |