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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-14 21:26:47 +0300
committerdartcafe <github@dartcafe.de>2021-05-14 21:26:47 +0300
commit600324422b5555d49264416d64fc30ca066cda8c (patch)
treee048478c5b55dd9423d5d6ee2ddbb8120ace264f /lib/Service/ShareService.php
parent8dbff266184c246a051ebdeaefd533a7313c57b8 (diff)
some more maintenance and refactoring
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'lib/Service/ShareService.php')
-rw-r--r--lib/Service/ShareService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/ShareService.php b/lib/Service/ShareService.php
index ecb2336f..496ecf23 100644
--- a/lib/Service/ShareService.php
+++ b/lib/Service/ShareService.php
@@ -296,7 +296,7 @@ class ShareService {
*
* @return Share
*/
- public function personal(string $token, string $userName, string $emailAddress = ''): Share {
+ public function register(string $token, string $userName, string $emailAddress = ''): Share {
try {
$this->share = $this->shareMapper->findByToken($token);
} catch (DoesNotExistException $e) {