Skip to content

Commit

Permalink
Just a trigger for code-styler
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Mar 27, 2024
1 parent 5edd215 commit 20902d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Translator extends BaseTranslator
{
public function get($key, array $replace = [], $locale = null, $fallback = true)
{
{
$locale = $locale ?: $this->locale;

// For JSON translations, there is only one file per locale, so we will simply load
Expand Down

0 comments on commit 20902d4

Please sign in to comment.