mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Improve test coverage.
This commit is contained in:
@@ -58,8 +58,8 @@ class RuleGroupTransformer extends TransformerAbstract
|
||||
{
|
||||
$data = [
|
||||
'id' => (int)$ruleGroup->id,
|
||||
'updated_at' => $ruleGroup->updated_at->toAtomString(),
|
||||
'created_at' => $ruleGroup->created_at->toAtomString(),
|
||||
'updated_at' => $ruleGroup->updated_at->toAtomString(),
|
||||
'title' => $ruleGroup->title,
|
||||
'description' => $ruleGroup->description,
|
||||
'order' => $ruleGroup->order,
|
||||
|
||||
Reference in New Issue
Block a user