Skip to content

Commit

Permalink
Update FieldMacros.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiraud committed Feb 8, 2023
1 parent c219ccf commit 2d4e485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FieldMacros.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function translatable()
}

return empty($value) ? '' : $value;
})->filter()->toArray();
})->toArray();

// We set the new values
$model->replaceTranslations($requestAttribute, $data);
Expand Down

0 comments on commit 2d4e485

Please sign in to comment.