diff options
author | Samuel <faust64@gmail.com> | 2021-02-08 10:18:02 +0100 |
---|---|---|
committer | Samuel <faust64@gmail.com> | 2021-02-08 10:18:02 +0100 |
commit | 28214f73f38c4c1cf5153bc10b299ea1ca031491 (patch) | |
tree | 38c25794ca3de858acc22b25dc2f030edbb8ad10 /apps/federatedfilesharing/lib | |
parent | 77825e69619dc524653d539a8ba0d8132130c9dc (diff) | |
download | nextcloud-server-28214f73f38c4c1cf5153bc10b299ea1ca031491.tar.gz nextcloud-server-28214f73f38c4c1cf5153bc10b299ea1ca031491.zip |
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.php | 1 |
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; |