From 28214f73f38c4c1cf5153bc10b299ea1ca031491 Mon Sep 17 00:00:00 2001 From: Samuel Date: Mon, 8 Feb 2021 10:18:02 +0100 Subject: fix(pebkac): missing `use OC` Signed-off-by: Samuel --- apps/federatedfilesharing/lib/Notifications.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/federatedfilesharing/lib') 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; -- cgit v1.2.3