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