This commit is contained in:
shimon
2022-12-06 13:36:17 +02:00
parent 9c19544c61
commit f44ee4ec90
3 changed files with 101 additions and 19 deletions
+1
View File
@@ -43,6 +43,7 @@ class Usage extends Event
$client = new Client($this->queue, $this->connection);
return $client->enqueue([
'project' => $this->getProject(),
'metrics' => $this->metrics,
]);
}