diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-25 17:11:10 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-25 17:11:10 +0200 |
commit | 379f8a1e4538a76d4b9bbc4adf0ebe7b12b1d104 (patch) | |
tree | 49cd75f97d2fa84851ff7604259acbcdb438d115 /lib/private/Repair/DropOldJobs.php | |
parent | 2bddf71f2286aa461fc5b5412343e002206d0abe (diff) | |
parent | 2c0743c46b8c338538a80e7e6bd01c33c59bacc6 (diff) | |
download | nextcloud-server-379f8a1e4538a76d4b9bbc4adf0ebe7b12b1d104.tar.gz nextcloud-server-379f8a1e4538a76d4b9bbc4adf0ebe7b12b1d104.zip |
Merge pull request #24604 from owncloud/user_ldap-psr4
Move user_ldap to PSR-4
Diffstat (limited to 'lib/private/Repair/DropOldJobs.php')
-rw-r--r-- | lib/private/Repair/DropOldJobs.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/Repair/DropOldJobs.php b/lib/private/Repair/DropOldJobs.php index c040aa03961..f0ebf29065d 100644 --- a/lib/private/Repair/DropOldJobs.php +++ b/lib/private/Repair/DropOldJobs.php @@ -73,8 +73,12 @@ class DropOldJobs implements IRepairStep { ['class' => 'OC_Cache_FileGlobalGC', 'arguments' => null], ['class' => 'OC\Cache\FileGlobalGC', 'arguments' => null], ['class' => 'OCA\Files\BackgroundJob\DeleteOrphanedTagsJob', 'arguments' => null], + ['class' => 'OCA\Files_sharing\Lib\DeleteOrphanedSharesJob', 'arguments' => null], ['class' => 'OCA\Files_sharing\ExpireSharesJob', 'arguments' => null], + + ['class' => 'OCA\user_ldap\lib\Jobs', 'arguments' => null], + ['class' => '\OCA\User_LDAP\Jobs\CleanUp', 'arguments' => null], ]; } |