mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #7513 from appwrite/fix-membership-count
chore: add logs
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user