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:
authorVitor Mattos <vitor@php.rio>2022-05-06 17:52:19 +0300
committerGitHub <noreply@github.com>2022-05-06 17:52:19 +0300
commitcef5fdff81e46ccc49a0e6fbf1cd848e67f6a124 (patch)
treeb847494af7e8027ca41ed64d1c6f7b9d1766c102
parente97d9c1641e8f2d9858656045256bc0f1a9de538 (diff)
Create SMSGlobal.php
-rw-r--r--lib/Service/Gateway/SMS/Provider/SMSGlobal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/Gateway/SMS/Provider/SMSGlobal.php b/lib/Service/Gateway/SMS/Provider/SMSGlobal.php
index 22845f0..5543b29 100644
--- a/lib/Service/Gateway/SMS/Provider/SMSGlobal.php
+++ b/lib/Service/Gateway/SMS/Provider/SMSGlobal.php
@@ -51,7 +51,7 @@ class SMSGlobal implements IProvider {
*/
public function send(string $identifier, string $message) {
$config = $this->getConfig();
- $to=str_replace("+", "", $identifier);
+ $to = str_replace("+", "", $identifier);
try {
$this->client->get(