mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage.
This commit is contained in:
@@ -75,7 +75,7 @@ class RuleTransformer extends AbstractTransformer
|
||||
'active' => $rule->active,
|
||||
'strict' => $rule->strict,
|
||||
'stop_processing' => $rule->stop_processing,
|
||||
'trigger' => $this->getRuleTrigger($rule),
|
||||
'trigger' => $this->getRuleTrigger($rule),
|
||||
'triggers' => $this->triggers($rule),
|
||||
'actions' => $this->actions($rule),
|
||||
'links' => [
|
||||
|
Reference in New Issue
Block a user