chore: add logs

This commit is contained in:
Christy Jacob 2024-01-29 15:07:56 +00:00
parent 94c423c429
commit 81f6e1990a

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