mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-11 11:11:43 +00:00
🤖 Auto commit for release 'develop' on 2026-06-05
This commit is contained in:
@@ -45,8 +45,7 @@ class WebhookRepository implements WebhookRepositoryInterface, UserGroupInterfac
|
||||
|
||||
public function all(): Collection
|
||||
{
|
||||
return $this->user
|
||||
->webhooks()
|
||||
return $this->user->webhooks()
|
||||
// only get upgraded webhooks
|
||||
->where('delivery', 1)
|
||||
->where('response', 1)
|
||||
|
||||
Reference in New Issue
Block a user