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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Api
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2017-09-15 15:23:22 +0300
committerMaxence Lange <maxence@artificial-owl.com>2017-09-15 15:23:22 +0300
commite55dbbabe851bab06b561fbdc49badf87e64c2ca (patch)
tree2ae2953556c4304c62ae2f9c02f402cb3e1353c8 /lib/Api
parente43a0eef58e1a5d22c6fe8a224456ee89bf403f3 (diff)
not using Sharees anymore
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Api')
-rw-r--r--lib/Api/Sharees.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Api/Sharees.php b/lib/Api/Sharees.php
index e6e68e0b..6e6b4f97 100644
--- a/lib/Api/Sharees.php
+++ b/lib/Api/Sharees.php
@@ -34,6 +34,14 @@ use OCA\Circles\Service\MiscService;
use OCP\Share;
+/**
+ * ############### WARNING #################
+ * ###
+ * ### This file is needed and used by Nextcloud 12 and lower.
+ * ###
+ *
+ * @package OCA\Circles\Api
+ */
class Sharees {