aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib/Capabilities.php
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-12-30 00:48:01 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-22 06:50:47 +0100
commitf99876997a9119518fe5f7ad3a3a51d33459d4cc (patch)
tree46cc6604137a904f3b8b9eff8c226d713bd48ac1 /apps/sharebymail/lib/Capabilities.php
parent0f3f6a6c54f492b6efe95aad15e9c4290bd4df6e (diff)
downloadnextcloud-server-f99876997a9119518fe5f7ad3a3a51d33459d4cc.tar.gz
nextcloud-server-f99876997a9119518fe5f7ad3a3a51d33459d4cc.zip
Remove duplicated query for email shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/sharebymail/lib/Capabilities.php')
-rw-r--r--apps/sharebymail/lib/Capabilities.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sharebymail/lib/Capabilities.php b/apps/sharebymail/lib/Capabilities.php
index a982d3c0f6c..c862e4c7017 100644
--- a/apps/sharebymail/lib/Capabilities.php
+++ b/apps/sharebymail/lib/Capabilities.php
@@ -27,7 +27,6 @@ declare(strict_types=1);
namespace OCA\ShareByMail;
-use OCA\ShareByMail\Settings\SettingsManager;
use OCP\Capabilities\ICapability;
use OCP\Share\IManager;