Skip to content

Commit 20902d4

Browse files
Just a trigger for code-styler
1 parent 5edd215 commit 20902d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class Translator extends BaseTranslator
2323
{
2424
public function get($key, array $replace = [], $locale = null, $fallback = true)
25-
{
25+
{
2626
$locale = $locale ?: $this->locale;
2727

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

0 commit comments

Comments
 (0)