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
diff options
context:
space:
mode:
authorJordan Bieder <jordan.bieder@geduld.fr>2020-01-22 00:50:55 +0300
committerJordan Bieder <jordan.bieder@geduld.fr>2020-01-22 00:50:55 +0300
commit10c002a96919aba4d74eb681642c3b2e6b9fb6c7 (patch)
tree157b129cfcb14ce9e6d9d6251389d0965c3b17cc
parentfa06de3c791e30b974f8ec57621a22374219965a (diff)
What happened to this file ?!
Signed-off-by: Jordan Bieder <jordan.bieder@geduld.fr>
-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 cf12f8e..e93c8e2 100644
--- a/lib/Command/Configure.php
+++ b/lib/Command/Configure.php
@@ -107,7 +107,7 @@ class Configure extends Command {
private function configureSms(InputInterface $input, OutputInterface $output) {
$helper = $this->getHelper('question');
- $providerQuestion = new Question('Please choose a SMS provider (websms, playsms, clockworksms, puzzelsms, ecallsms, voipms, huawei_e3531, spryng, sms77io, ovh'): ', 'websms');
+ $providerQuestion = new Question('Please choose a SMS provider (websms, playsms, clockworksms, puzzelsms, ecallsms, voipms, huawei_e3531, spryng, sms77io, ovh', 'websms');
$provider = $helper->ask($input, $output, $providerQuestion);
/** @var SMSConfig $config */