Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-18 13:19:01 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-18 13:19:01 +0300
commitf505c109e2256fe840a16ee5400f76958f3f23cf (patch)
treec2d69c18e08816f74fb4562192dbd3fee29c4635
parent679368397822b23ad06463328d3cf43f392e272f (diff)
remove obsolete use statement
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--lib/AppInfo/Application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 5edc254..bd177aa 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -23,7 +23,6 @@ namespace OCA\FilesAccessControl\AppInfo;
use OC;
use OC\Files\Filesystem;
-use OCA\Files_Sharing\SharedStorage;
use OCA\FilesAccessControl\Listener\FlowRegisterOperationListener;
use OCA\FilesAccessControl\Operation;
use OCA\FilesAccessControl\StorageWrapper;