summaryrefslogtreecommitdiffstats
path: root/apps/federation/backgroundjob
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-19 17:10:42 +0100
committerBjörn Schießle <bjoern@schiessle.org>2015-11-19 18:07:39 +0100
commitf6446a64b62e964e043995f6bfeb2118a7dc489a (patch)
tree1741ae93ea6710e0a22b033b4b1e28ad715c4418 /apps/federation/backgroundjob
parent6f7aa3392f4ec47d03164a9732842ec034aeae48 (diff)
downloadnextcloud-server-f6446a64b62e964e043995f6bfeb2118a7dc489a.tar.gz
nextcloud-server-f6446a64b62e964e043995f6bfeb2118a7dc489a.zip
fixing OCI and others
Diffstat (limited to 'apps/federation/backgroundjob')
-rw-r--r--apps/federation/backgroundjob/getsharedsecret.php1
-rw-r--r--apps/federation/backgroundjob/requestsharedsecret.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/federation/backgroundjob/getsharedsecret.php b/apps/federation/backgroundjob/getsharedsecret.php
index dd095ed117a..88f2a51045a 100644
--- a/apps/federation/backgroundjob/getsharedsecret.php
+++ b/apps/federation/backgroundjob/getsharedsecret.php
@@ -23,6 +23,7 @@
namespace OCA\Federation\BackgroundJob;
use GuzzleHttp\Exception\ClientException;
+use OC\BackgroundJob\JobList;
use OC\BackgroundJob\QueuedJob;
use OCA\Federation\DbHandler;
use OCA\Federation\TrustedServers;
diff --git a/apps/federation/backgroundjob/requestsharedsecret.php b/apps/federation/backgroundjob/requestsharedsecret.php
index c945757818d..f5685e2e0c2 100644
--- a/apps/federation/backgroundjob/requestsharedsecret.php
+++ b/apps/federation/backgroundjob/requestsharedsecret.php
@@ -24,6 +24,7 @@ namespace OCA\Federation\BackgroundJob;
use GuzzleHttp\Exception\ClientException;
+use OC\BackgroundJob\JobList;
use OC\BackgroundJob\QueuedJob;
use OCA\Federation\DbHandler;
use OCA\Federation\TrustedServers;