Skip to content

Commit

Permalink
The translationModelName method has been made public
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Sep 27, 2024
1 parent f460ca8 commit 8ad202a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HasNames.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

trait HasNames
{
protected function translationModelName(): string
public function translationModelName(): string
{
return static::class . Config::shared()->models->suffix;
}
Expand Down

0 comments on commit 8ad202a

Please sign in to comment.