Skip to content

Commit

Permalink
remove copied true from method call
Browse files Browse the repository at this point in the history
  • Loading branch information
the-pulli committed Sep 21, 2023
1 parent c012dfa commit aa0eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Macros/RecursiveToArrayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
children: Collection::make([new ChildObject(name: 'child2')]),
other: Collection::make([new OtherObject(value: 'other2')]),
),
], true);
]);

expect($data)->toEqual([
[
Expand Down

0 comments on commit aa0eb14

Please sign in to comment.