We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f2801 commit 118db74Copy full SHA for 118db74
src/Translator.php
@@ -76,7 +76,7 @@ public function getTranslations(
76
};
77
}
78
79
- return new PhpTranslations;
+ return $this->getNewTranslationsCollection($namespace);
80
81
82
protected function getTranslationsFileContent(
0 commit comments