mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 02:38:09 +00:00
Update rule group API
This commit is contained in:
@@ -296,7 +296,7 @@ class RuleGroupRepository implements RuleGroupRepositoryInterface
|
||||
'title' => $data['title'],
|
||||
'description' => $data['description'],
|
||||
'order' => $order + 1,
|
||||
'active' => 1,
|
||||
'active' => $data['active'],
|
||||
]
|
||||
);
|
||||
$newRuleGroup->save();
|
||||
|
||||
Reference in New Issue
Block a user