diff options
author | Samuel <faust64@gmail.com> | 2021-02-09 09:46:52 +0100 |
---|---|---|
committer | Samuel <faust64@gmail.com> | 2021-02-09 09:46:52 +0100 |
commit | dca4e4d528c9fd657e8ce1d2b9d5ca343a55c409 (patch) | |
tree | 4098c7f5edea7abc53eed059b1bacffefb318b18 | |
parent | d441da2a80e2cff40119c91109cc26af9ae236bd (diff) | |
download | nextcloud-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.php | 1 |
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; |