summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 16:08:46 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 16:04:57 +0200
commitd4e828f39e302a7c69de28c5f2d9b77969f50230 (patch)
tree52a8ac6277803f93b8562648b7c03e909a02084a /apps/user_ldap/lib
parent3f5e76162d74701c35a31b5a611466dba93d9a04 (diff)
downloadnextcloud-server-d4e828f39e302a7c69de28c5f2d9b77969f50230.tar.gz
nextcloud-server-d4e828f39e302a7c69de28c5f2d9b77969f50230.zip
Move wizard
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/Wizard.php (renamed from apps/user_ldap/lib/wizard.php)7
-rw-r--r--apps/user_ldap/lib/WizardResult.php (renamed from apps/user_ldap/lib/wizardresult.php)2
2 files changed, 7 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/Wizard.php
index 0b475ee7143..d9bb0c41727 100644
--- a/apps/user_ldap/lib/wizard.php
+++ b/apps/user_ldap/lib/Wizard.php
@@ -29,9 +29,14 @@
*
*/
-namespace OCA\user_ldap\lib;
+namespace OCA\User_LDAP;
use OC\ServerNotAvailableException;
+use OCA\user_ldap\lib\Access;
+use OCA\user_ldap\lib\Configuration;
+use OCA\user_ldap\lib\Helper;
+use OCA\user_ldap\lib\ILDAPWrapper;
+use OCA\user_ldap\lib\LDAPUtility;
class Wizard extends LDAPUtility {
static protected $l;
diff --git a/apps/user_ldap/lib/wizardresult.php b/apps/user_ldap/lib/WizardResult.php
index 54f01cf59b8..1adce9a1389 100644
--- a/apps/user_ldap/lib/wizardresult.php
+++ b/apps/user_ldap/lib/WizardResult.php
@@ -23,7 +23,7 @@
*
*/
-namespace OCA\user_ldap\lib;
+namespace OCA\User_LDAP;
class WizardResult {
protected $changes = array();