Skip to content

Commit

Permalink
Update TestUserApiResource.php
Browse files Browse the repository at this point in the history
Remove extra line
  • Loading branch information
SergeAntonets authored Nov 30, 2024
1 parent ff5990e commit 6222667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Fixtures/TestUserApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function toArray($request)
$result['children_count'] = $this->whenCounted('children_count');
}


if ($this['state1'] && $this['random-state']) {
$result['state1'] = $this['state1'];
$result['random-state'] = $this['random-state'];
Expand Down

0 comments on commit 6222667

Please sign in to comment.