mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +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;
|
||||
}
|
||||
|
||||
var_dump($payload['project']);
|
||||
|
||||
$sms = match ($this->dsn->getHost()) {
|
||||
'mock' => new Mock($this->user, $this->secret), // used for tests
|
||||
'twilio' => new Twilio($this->user, $this->secret),
|
||||
|
|
|
|||
Loading…
Reference in a new issue