1
0
Fork 0
mirror of synced 2024-09-14 16:38:28 +12:00
This commit is contained in:
Jake Barnby 2024-03-12 17:09:09 +01:00
parent cfc69b0f92
commit c7bf9bb3ec
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -111,6 +111,8 @@ class Database extends Event
$client = new Client($this->queue, $this->connection);
\var_dump('Event queue name is: ' . $this->queue);
try {
$result = $client->enqueue([
'project' => $this->project,