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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/global.php b/config/global.php
index ab4a17119a..9b199520dc 100644
--- a/config/global.php
+++ b/config/global.php
@@ -79,6 +79,8 @@ return array(
'Piwik\Translation\Loader\LoaderInterface' => DI\object('Piwik\Translation\Loader\LoaderCache')
->constructor(DI\get('Piwik\Translation\Loader\JsonFileLoader')),
+ 'DeviceDetector\Cache\Cache' => DI\object('Piwik\DeviceDetector\DeviceDetectorCache')->constructor(86400),
+
'observers.global' => array(),
/**