summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-08-12 00:15:53 +0200
committerRobin Appelman <robin@icewind.nl>2020-08-13 00:01:30 +0200
commita11769e0e33ab5a33d1f33868f556abb6c2b5dbe (patch)
tree10f5fa6664bbb66775454fe6b734394dd15802f4 /apps/files_sharing/lib/Activity/Settings/RemoteShare.php
parentf49de1d775218d9acab9a85ed4770e69c94cb454 (diff)
downloadnextcloud-server-a11769e0e33ab5a33d1f33868f556abb6c2b5dbe.tar.gz
nextcloud-server-a11769e0e33ab5a33d1f33868f556abb6c2b5dbe.zip
move share notifcation settings to files group
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing/lib/Activity/Settings/RemoteShare.php')
-rw-r--r--apps/files_sharing/lib/Activity/Settings/RemoteShare.php13
1 files changed, 1 insertions, 12 deletions
diff --git a/apps/files_sharing/lib/Activity/Settings/RemoteShare.php b/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
index 319b4ebfef3..f6c4b873b45 100644
--- a/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
+++ b/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
@@ -27,18 +27,7 @@ namespace OCA\Files_Sharing\Activity\Settings;
use OCP\Activity\ISetting;
use OCP\IL10N;
-class RemoteShare implements ISetting {
-
- /** @var IL10N */
- protected $l;
-
- /**
- * @param IL10N $l
- */
- public function __construct(IL10N $l) {
- $this->l = $l;
- }
-
+class RemoteShare extends ShareActivitySettings {
/**
* @return string Lowercase a-z and underscore only identifier
* @since 11.0.0