Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel <faust64@gmail.com>2021-02-08 12:18:02 +0300
committerSamuel <faust64@gmail.com>2021-02-08 12:18:02 +0300
commit28214f73f38c4c1cf5153bc10b299ea1ca031491 (patch)
tree38c25794ca3de858acc22b25dc2f030edbb8ad10 /apps/federatedfilesharing/lib
parent77825e69619dc524653d539a8ba0d8132130c9dc (diff)
fix(pebkac): missing `use OC`
Signed-off-by: Samuel <faust64@gmail.com>
Diffstat (limited to 'apps/federatedfilesharing/lib')
-rw-r--r--apps/federatedfilesharing/lib/Notifications.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php
index 181a0994952..975b9e1f09a 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -27,6 +27,7 @@
namespace OCA\FederatedFileSharing;
+use OC;
use OCA\FederatedFileSharing\Events\FederatedShareAddedEvent;
use OCP\AppFramework\Http;
use OCP\BackgroundJob\IJobList;