mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Is now capable of updating transactions over the API.
This commit is contained in:
@@ -44,7 +44,7 @@ class UpdatedGroupEventHandler
|
||||
public function processRules(UpdatedTransactionGroup $updatedJournalEvent): bool
|
||||
{
|
||||
// get all the user's rule groups, with the rules, order by 'order'.
|
||||
$journals = $updatedJournalEvent->transactionGroup;
|
||||
$journals = $updatedJournalEvent->transactionGroup->transactionJournals;
|
||||
|
||||
/** @var RuleGroupRepositoryInterface $ruleGroupRepos */
|
||||
$ruleGroupRepos = app(RuleGroupRepositoryInterface::class);
|
||||
|
Reference in New Issue
Block a user