Skip to content

Commit 31bba39

Browse files
authored
Apply fixes from StyleCI (#245)
1 parent 2928623 commit 31bba39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Fields/HasMany.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function storeForParent(RestifyRequest $request, Model $parent): self
1515
if (is_callable($this->storeForParentCallback)) {
1616
call_user_func_array($this->storeForParentCallback, [
1717
$request,
18-
$parent
18+
$parent,
1919
]);
2020

2121
return $this;
@@ -41,4 +41,3 @@ public function storeForParentCallback(callable $callback)
4141
return $this;
4242
}
4343
}
44-

0 commit comments

Comments
 (0)