Skip to content

Commit

Permalink
composer format
Browse files Browse the repository at this point in the history
  • Loading branch information
alipadron authored and freekmurze committed Dec 11, 2024
1 parent ffbf9fc commit a7c6aa1
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 a7c6aa1

Please sign in to comment.