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