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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMario Klug <mario.klug@sourcefactory.at>2018-09-26 16:30:49 +0300
committerMario Klug <mario.klug@sourcefactory.at>2018-09-26 16:30:49 +0300
commitd2a1885b67d69c40f45b479e4339d26ee38ca5e5 (patch)
treed4621386d3d88f352868628b4663c2031f89b2f3 /lib
parent1e1ab489e4977bc0c4d99b04388854ba952c2bd1 (diff)
set correct classname
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/Configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Command/Configure.php b/lib/Command/Configure.php
index 591802b..07f16f1 100644
--- a/lib/Command/Configure.php
+++ b/lib/Command/Configure.php
@@ -138,7 +138,7 @@ class Configure extends Command {
break;
case 'clockworksms':
$config->setProvider($provider);
- /** @var WebSmsConfig $providerConfig */
+ /** @var ClockworkSmsConfig $providerConfig */
$providerConfig = $config->getProvider()->getConfig();
$apitokenQuestion = new Question('Please enter your clockworksms api token: ');