mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
🤖 Auto commit for release 'develop' on 2025-08-22
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
// this is hard coded, which is unfortunate.
|
||||
|
||||
use FireflyIII\Enums\WebhookResponse;
|
||||
@@ -48,8 +50,8 @@ return [
|
||||
WebhookTrigger::DESTROY_TRANSACTION->name,
|
||||
],
|
||||
],
|
||||
'forbidden_responses' => [
|
||||
WebhookTrigger::ANY->name => [
|
||||
'forbidden_responses' => [
|
||||
WebhookTrigger::ANY->name => [
|
||||
WebhookResponse::BUDGET->name,
|
||||
WebhookResponse::TRANSACTIONS->name,
|
||||
WebhookResponse::ACCOUNTS->name,
|
||||
@@ -80,5 +82,5 @@ return [
|
||||
WebhookResponse::TRANSACTIONS->name,
|
||||
WebhookResponse::ACCOUNTS->name,
|
||||
],
|
||||
]
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user