mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-04 13:17:46 -07:00
🤖 Auto commit for release 'develop' on 2026-06-05
This commit is contained in:
@@ -313,8 +313,7 @@ class StandardMessageGenerator implements MessageGeneratorInterface
|
||||
|
||||
private function getWebhooks(): Collection
|
||||
{
|
||||
return $this->user
|
||||
->webhooks()
|
||||
return $this->user->webhooks()
|
||||
->leftJoin('webhook_webhook_trigger', 'webhook_webhook_trigger.webhook_id', 'webhooks.id')
|
||||
->leftJoin('webhook_triggers', 'webhook_webhook_trigger.webhook_trigger_id', 'webhook_triggers.id')
|
||||
->where('active', true)
|
||||
|
||||
Reference in New Issue
Block a user