Merge pull request #7513 from appwrite/fix-membership-count

chore: add logs
This commit is contained in:
Christy Jacob 2024-01-29 19:11:08 +04:00 committed by GitHub
commit 537bbdf419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),