mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Fix missing reference
This commit is contained in:
@@ -119,7 +119,7 @@ class StandardMessageGenerator implements MessageGeneratorInterface
|
|||||||
'uuid' => $uuid->toString(),
|
'uuid' => $uuid->toString(),
|
||||||
'user_id' => 0,
|
'user_id' => 0,
|
||||||
'user_group_id' => 0,
|
'user_group_id' => 0,
|
||||||
'trigger' => $webhook->trigger->name,
|
'trigger' => WebhookTrigger::from((int) $webhook->trigger)->name,
|
||||||
'response' => WebhookResponse::from((int) $webhook->response)->name,
|
'response' => WebhookResponse::from((int) $webhook->response)->name,
|
||||||
'url' => $webhook->url,
|
'url' => $webhook->url,
|
||||||
'version' => sprintf('v%d', $this->getVersion()),
|
'version' => sprintf('v%d', $this->getVersion()),
|
||||||
|
Reference in New Issue
Block a user