mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
🤖 Auto commit for release 'develop' on 2026-01-25
This commit is contained in:
@@ -64,7 +64,7 @@ class StoreRequest extends FormRequest
|
||||
return [
|
||||
'group_title' => $this->convertString('group_title'),
|
||||
'error_if_duplicate_hash' => $this->boolean('error_if_duplicate_hash'),
|
||||
'batch_submission' => $this->boolean('batch_submission'),
|
||||
'batch_submission' => $this->boolean('batch_submission'),
|
||||
'apply_rules' => $this->boolean('apply_rules', true),
|
||||
'fire_webhooks' => $this->boolean('fire_webhooks', true),
|
||||
'transactions' => $this->getTransactionData(),
|
||||
|
||||
Reference in New Issue
Block a user