mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: fmt
This commit is contained in:
parent
e3c261b9e4
commit
b2e1c162d2
1 changed files with 3 additions and 3 deletions
|
|
@ -92,10 +92,10 @@ class Messaging extends Action
|
||||||
switch ($this->dsn->getHost()) {
|
switch ($this->dsn->getHost()) {
|
||||||
case 'mock':
|
case 'mock':
|
||||||
$sms = new Mock($this->user, $this->secret); // used for tests
|
$sms = new Mock($this->user, $this->secret); // used for tests
|
||||||
break;
|
break;
|
||||||
case 'twilio':
|
case 'twilio':
|
||||||
$sms = new Twilio($this->user, $this->secret);
|
$sms = new Twilio($this->user, $this->secret);
|
||||||
break;
|
break;
|
||||||
case 'text-magic':
|
case 'text-magic':
|
||||||
$sms = new TextMagic($this->user, $this->secret);
|
$sms = new TextMagic($this->user, $this->secret);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue