summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/jobs.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 16:31:35 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 16:04:58 +0200
commit387019a212224ffbd4300576b9c28e61d5e021a6 (patch)
treec164a3f58802407d8e35f5d07ef298942b15bffc /apps/user_ldap/lib/jobs.php
parent7db6b487f5b2a49abaa1f233367f12ce4c99de89 (diff)
downloadnextcloud-server-387019a212224ffbd4300576b9c28e61d5e021a6.tar.gz
nextcloud-server-387019a212224ffbd4300576b9c28e61d5e021a6.zip
Move FilesystemHelper to PSR-4
Diffstat (limited to 'apps/user_ldap/lib/jobs.php')
-rw-r--r--apps/user_ldap/lib/jobs.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/jobs.php b/apps/user_ldap/lib/jobs.php
index b855b12fe91..9b0398c068d 100644
--- a/apps/user_ldap/lib/jobs.php
+++ b/apps/user_ldap/lib/jobs.php
@@ -28,6 +28,10 @@
namespace OCA\user_ldap\lib;
+use OCA\User_LDAP\FilesystemHelper;
+use OCA\User_LDAP\Helper;
+use OCA\User_LDAP\LDAP;
+use OCA\User_LDAP\LogWrapper;
use OCA\User_LDAP\Mapping\GroupMapping;
use OCA\User_LDAP\Mapping\UserMapping;
use OCA\User_LDAP\User\Manager;