diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-13 08:44:09 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 16:06:09 +0200 |
commit | a4980a3de49adda10820ab51fb75fb819c7bde9b (patch) | |
tree | b8ecb7d98bbe675d7bc02f2b64e766ce26449a7d /apps/user_ldap/lib/Jobs | |
parent | 3ef8c95b3790e6e9be94f772b65e4aa19c042d50 (diff) | |
download | nextcloud-server-a4980a3de49adda10820ab51fb75fb819c7bde9b.tar.gz nextcloud-server-a4980a3de49adda10820ab51fb75fb819c7bde9b.zip |
Last instances of lowercase user_ldap
Diffstat (limited to 'apps/user_ldap/lib/Jobs')
-rw-r--r-- | apps/user_ldap/lib/Jobs/CleanUp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Jobs/CleanUp.php b/apps/user_ldap/lib/Jobs/CleanUp.php index 45669a278ba..48f80ed9fa0 100644 --- a/apps/user_ldap/lib/Jobs/CleanUp.php +++ b/apps/user_ldap/lib/Jobs/CleanUp.php @@ -23,7 +23,7 @@ namespace OCA\User_LDAP\Jobs; use \OC\BackgroundJob\TimedJob; -use \OCA\user_ldap\User_LDAP; +use \OCA\User_LDAP\User_LDAP; use \OCA\User_LDAP\User_Proxy; use \OCA\User_LDAP\Helper; use \OCA\User_LDAP\LDAP; @@ -35,7 +35,7 @@ use \OCA\User_LDAP\Mapping\UserMapping; * * a Background job to clean up deleted users * - * @package OCA\user_ldap\lib; + * @package OCA\User_LDAP\Jobs; */ class CleanUp extends TimedJob { /** @var int $limit amount of users that should be checked per run */ |