Skip to content

Commit

Permalink
Fix method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
der-On authored Mar 19, 2024
1 parent fb1743a commit 7b92e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/TranslatableBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public function translateContext($context = null): string
* @param string|null $context
* @return self
*/
public function lang($context = null): self
public function lang($context = null)
{
$this->translateContext($context);

Expand Down

0 comments on commit 7b92e03

Please sign in to comment.