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/environment/dev.php')
-rw-r--r--config/environment/dev.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environment/dev.php b/config/environment/dev.php
index ab095a7aa5..0a730d708c 100644
--- a/config/environment/dev.php
+++ b/config/environment/dev.php
@@ -2,6 +2,8 @@
return array(
+ 'Piwik\Cache\Backend' => DI\object('Piwik\Cache\Backend\ArrayCache'),
+
'Piwik\Translation\Loader\LoaderInterface' => DI\object('Piwik\Translation\Loader\LoaderCache')
->constructor(DI\link('Piwik\Translation\Loader\DevelopmentLoader')),
'Piwik\Translation\Loader\DevelopmentLoader' => DI\object()