Skip to content

Commit

Permalink
composer format
Browse files Browse the repository at this point in the history
  • Loading branch information
alipadron committed Dec 9, 2024
1 parent a5ddd8e commit 927a6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HasTranslations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 927a6e7

Please sign in to comment.