Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/global.php')
-rw-r--r--config/global.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.php b/config/global.php
index 4289a9c973..33d8dc33c5 100644
--- a/config/global.php
+++ b/config/global.php
@@ -158,4 +158,7 @@ return array(
return '%level% %tag%[%datetime%] %message%';
}),
+ 'Piwik\Translation\Loader\LoaderInterface' => DI\object('Piwik\Translation\Loader\LoaderCache')
+ ->constructor(DI\link('Piwik\Translation\Loader\JsonFileLoader')),
+
);