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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-02-03 15:42:43 +0300
committerGitHub <noreply@github.com>2020-02-03 15:42:43 +0300
commitdd953d2dd6eb3b115129922b609d52bd53da0114 (patch)
tree54c22f683a26fea35bd07bf2f0c81dda6e05e253 /lib/Service/Gateway/SMS/Provider/ProviderFactory.php
parent7be6c657b042115a68d3c330f77e1b20588ef547 (diff)
parentc1e40fb618a5ea13f8d03f68291bf55cace43f7c (diff)
Merge pull request #316 from piti-diablotin/master
Add OVH SMS gateway
Diffstat (limited to 'lib/Service/Gateway/SMS/Provider/ProviderFactory.php')
-rw-r--r--lib/Service/Gateway/SMS/Provider/ProviderFactory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Service/Gateway/SMS/Provider/ProviderFactory.php b/lib/Service/Gateway/SMS/Provider/ProviderFactory.php
index b27c341..d3f3614 100644
--- a/lib/Service/Gateway/SMS/Provider/ProviderFactory.php
+++ b/lib/Service/Gateway/SMS/Provider/ProviderFactory.php
@@ -53,6 +53,8 @@ class ProviderFactory {
return $this->container->query(HuaweiE3531::class);
case Sms77Io::PROVIDER_ID:
return $this->container->query(Sms77Io::class);
+ case Ovh::PROVIDER_ID:
+ return $this->container->query(Ovh::class);
case SpryngSMS::PROVIDER_ID:
return $this->container->query(SpryngSMS::class);
default: