From 4bbcbc520620b59c19f058fa79e107ee1a8ce275 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 5 Aug 2024 17:51:45 +0200 Subject: feat: Make `ISharedStorage` public API and reuse where possible Signed-off-by: Ferdinand Thiessen --- lib/public/Files/Storage/ISharedStorage.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lib/public/Files/Storage/ISharedStorage.php (limited to 'lib/public/Files') diff --git a/lib/public/Files/Storage/ISharedStorage.php b/lib/public/Files/Storage/ISharedStorage.php new file mode 100644 index 00000000000..836c4aefcdb --- /dev/null +++ b/lib/public/Files/Storage/ISharedStorage.php @@ -0,0 +1,26 @@ +