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-09 11:46:52 +0300
committerSamuel <faust64@gmail.com>2021-02-09 11:46:52 +0300
commitdca4e4d528c9fd657e8ce1d2b9d5ca343a55c409 (patch)
tree4098c7f5edea7abc53eed059b1bacffefb318b18 /apps/federatedfilesharing/lib
parentd441da2a80e2cff40119c91109cc26af9ae236bd (diff)
fix(no_unused_imports)
Signed-off-by: Samuel <faust64@gmail.com>
Diffstat (limited to 'apps/federatedfilesharing/lib')
-rw-r--r--apps/federatedfilesharing/lib/Notifications.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php
index e2be43e09e6..1b06b2751ae 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -27,7 +27,6 @@
namespace OCA\FederatedFileSharing;
-use OC;
use OCA\FederatedFileSharing\Events\FederatedShareAddedEvent;
use OCP\AppFramework\Http;
use OCP\BackgroundJob\IJobList;