debug cert

This commit is contained in:
shimon
2025-02-25 17:42:36 +02:00
parent 1f606a591d
commit 69e9a1bd8c
+4
View File
@@ -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);
}