Skip to content

Commit

Permalink
Update Translatable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jochensengier authored Nov 27, 2024
1 parent a5ca4e0 commit 02c955e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Translatable
public function fallback(
?string $fallbackLocale = null,
?bool $fallbackAny = false,
$missingKeyCallback = null
?Closure $missingKeyCallback = null
): self {
$this->fallbackLocale = $fallbackLocale;
$this->fallbackAny = $fallbackAny;
Expand Down

0 comments on commit 02c955e

Please sign in to comment.