diff --git a/src/FieldMacros.php b/src/FieldMacros.php index 36b38d6..6096ddc 100644 --- a/src/FieldMacros.php +++ b/src/FieldMacros.php @@ -62,7 +62,7 @@ public function translatable() } return empty($value) ? '' : $value; - })->filter()->toArray(); + })->toArray(); // We set the new values $model->replaceTranslations($requestAttribute, $data);