must be an empty line

This commit is contained in:
Daniel Klabbers 2017-11-27 14:19:18 +01:00
parent 9e9136d9be
commit 6e8b9f8814

View File

@ -29,7 +29,7 @@ class Translator extends BaseTranslator implements TranslatorContract
} else {
$this->assertValidLocale($locale);
}
$parse = ! isset($this->catalogues[$locale]);
$catalogue = parent::getCatalogue($locale);