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:
authorStefan Giehl <stefan@matomo.org>2020-09-03 04:51:18 +0300
committerGitHub <noreply@github.com>2020-09-03 04:51:18 +0300
commit3565da78bff718f201247fc2f692c0be29220fde (patch)
treee8268373b284c293c307935a8bfa20d5cd920b48 /plugins/CoreHome
parent21cafb0533d07acbe0a574e23bd972b20d72aa90 (diff)
Updates php-di to 6.2.1 (#16311)
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/config/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/config/config.php b/plugins/CoreHome/config/config.php
index 8f1c9c9e72..a9931ee15e 100644
--- a/plugins/CoreHome/config/config.php
+++ b/plugins/CoreHome/config/config.php
@@ -2,7 +2,7 @@
return array(
- 'Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor' => DI\object()
+ 'Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor' => DI\autowire()
->constructorParameter('visitStandardLength', DI\get('ini.Tracker.visit_standard_length'))
->constructorParameter('trackerAlwaysNewVisitor', DI\get('ini.Debug.tracker_always_new_visitor')),