Skip to content

Commit 7534c1d

Browse files
binarykactions-user
authored andcommitted
Fix styling
1 parent 648f424 commit 7534c1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Fields/FieldCollection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ public function findFieldByAttribute($attribute, $default = null)
157157
public function inRequest(RestifyRequest $request, $row = null): self
158158
{
159159
return $this
160-
->filter(fn (Field $field) =>
160+
->filter(
161+
fn (Field $field) =>
161162
$request->hasAny($field->attribute, $row.'.'.$field->attribute)
162163
|| $request->hasFile($field->attribute)
163164
)

0 commit comments

Comments
 (0)