Skip to content

Commit

Permalink
Improve spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmarney committed Feb 1, 2024
1 parent 74173d7 commit ec6cef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TranslatableFieldMixin.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function translatable()

if($this instanceof Text && !$this instanceof Number) {
foreach ($value as $key => $val) {
$value[$key] = ( $val === null ? null : (string) $val) ;
$value[$key] = ( $val === null ? null : (string) $val );
}
}

Expand Down

0 comments on commit ec6cef4

Please sign in to comment.