From 269a502e387df4ceb759d7df21f7ca750b63ca05 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 6 May 2022 11:53:16 -0300 Subject: Update Configure.php --- lib/Command/Configure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Command/Configure.php b/lib/Command/Configure.php index 7d6330a..a67a203 100644 --- a/lib/Command/Configure.php +++ b/lib/Command/Configure.php @@ -360,8 +360,8 @@ class Configure extends Command { /** @var SMSGlobalConfig $providerConfig */ $providerConfig = $config->getProvider()->getConfig(); - $urlproposal='https://api.smsglobal.com/http-api.php'; - $urlQuestion = new Question('Please enter your SMSGlobal http-api:',$urlproposal); + $urlproposal = 'https://api.smsglobal.com/http-api.php'; + $urlQuestion = new Question('Please enter your SMSGlobal http-api:', $urlproposal); $url = $helper->ask($input, $output, $urlQuestion); $usernameQuestion = new Question('Please enter your SMSGlobal username (for http-api):'); $username = $helper->ask($input, $output, $usernameQuestion); -- cgit v1.2.3