Skip to content

Commit

Permalink
reverted everything except View-Helpers as requested 2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kühne <[email protected]>
  • Loading branch information
MatthiasKuehneEllerhold committed Dec 12, 2023
1 parent b1966fb commit d88a314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public function setLocale($locale)
public function getLocale()
{
if ($this->locale === null) {
return Locale::getDefault();
$this->locale = Locale::getDefault();
}

return $this->locale;
Expand Down

0 comments on commit d88a314

Please sign in to comment.