summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel <faust64@gmail.com>2021-02-09 09:46:52 +0100
committerSamuel <faust64@gmail.com>2021-02-09 09:46:52 +0100
commitdca4e4d528c9fd657e8ce1d2b9d5ca343a55c409 (patch)
tree4098c7f5edea7abc53eed059b1bacffefb318b18
parentd441da2a80e2cff40119c91109cc26af9ae236bd (diff)
downloadnextcloud-server-dca4e4d528c9fd657e8ce1d2b9d5ca343a55c409.tar.gz
nextcloud-server-dca4e4d528c9fd657e8ce1d2b9d5ca343a55c409.zip
fix(no_unused_imports)
Signed-off-by: Samuel <faust64@gmail.com>
-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;