Skip to content

Commit 5ecd1a5

Browse files
binarykgithub-actions[bot]
authored andcommitted
Fix styling
1 parent a2c7abd commit 5ecd1a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Fields/Field.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ public function label($label)
579579
public function serializeToValue($request)
580580
{
581581
return [
582-
$this->label ?? $this->attribute => $this->value ?? $this->resolveDefaultValue($request),
582+
$this->label ?? $this->attribute => $this->value ?? $this->resolveDefaultValue($request),
583583
];
584584
}
585585

@@ -595,7 +595,6 @@ public function default($callback)
595595
return $this;
596596
}
597597

598-
599598
/**
600599
* Resolve the default value for the field.
601600
*

0 commit comments

Comments
 (0)