diff --git a/src/HasTranslations.php b/src/HasTranslations.php index a5b8753..9645edc 100644 --- a/src/HasTranslations.php +++ b/src/HasTranslations.php @@ -49,7 +49,7 @@ protected function mutateAttributeForArray($key, $value): mixed public function setAttribute($key, $value) { - if (!$this->isTranslatableAttribute($key)) { + if (! $this->isTranslatableAttribute($key)) { return parent::setAttribute($key, $value); }