mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #7513 from appwrite/fix-membership-count
chore: add logs
This commit is contained in:
commit
537bbdf419
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ class Messaging extends Action
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump($payload['project']);
|
||||||
|
|
||||||
$sms = match ($this->dsn->getHost()) {
|
$sms = match ($this->dsn->getHost()) {
|
||||||
'mock' => new Mock($this->user, $this->secret), // used for tests
|
'mock' => new Mock($this->user, $this->secret), // used for tests
|
||||||
'twilio' => new Twilio($this->user, $this->secret),
|
'twilio' => new Twilio($this->user, $this->secret),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue