We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edd215 commit 20902d4Copy full SHA for 20902d4
src/Translator.php
@@ -22,7 +22,7 @@
22
class Translator extends BaseTranslator
23
{
24
public function get($key, array $replace = [], $locale = null, $fallback = true)
25
- {
+ {
26
$locale = $locale ?: $this->locale;
27
28
// For JSON translations, there is only one file per locale, so we will simply load
0 commit comments