mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
debug cert
This commit is contained in:
@@ -360,6 +360,10 @@ class Event
|
||||
|
||||
// Merge the base payload with any trimmed values
|
||||
$payload = array_merge($this->preparePayload(), $this->trimPayload());
|
||||
var_dump([
|
||||
'queue' => $this->getQueue(),
|
||||
'payload' => $payload,
|
||||
]);
|
||||
return $this->publisher->enqueue($queue, $payload);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user