From a7c6aa171bd252dfef7729788a050a7346f83a5e Mon Sep 17 00:00:00 2001 From: Ali Padron Date: Mon, 9 Dec 2024 13:20:27 -0400 Subject: [PATCH] composer format --- src/HasTranslations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }