mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
forgot to uncomment instance map
This commit is contained in:
parent
4f6db32ba9
commit
1b458dcbd0
|
|
@ -10,7 +10,7 @@ use \Gettext\Translator;
|
|||
class LocalizationService
|
||||
{
|
||||
|
||||
#private static $instanceMap = array();
|
||||
private static $instanceMap = array();
|
||||
|
||||
public function __construct(string $culture)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user