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:
authorThomas Steur <thomas.steur@gmail.com>2015-11-12 23:20:14 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-11-12 23:57:49 +0300
commitb4957269a0238065bdb83c9592121fcfb1a655bd (patch)
tree7476c0850218913adb9f80c3182ef1f7992e28a3 /plugins/Heartbeat
parentb1fb146756f255339044784217c6b539eecd2985 (diff)
refs #9201 do not use DI for request processors
Diffstat (limited to 'plugins/Heartbeat')
-rw-r--r--plugins/Heartbeat/config/config.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Heartbeat/config/config.php b/plugins/Heartbeat/config/config.php
deleted file mode 100644
index 6f7a1417ab..0000000000
--- a/plugins/Heartbeat/config/config.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-return array(
-
- 'tracker.request.processors' => DI\add(array(
- DI\get('Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor'),
- )),
-
-);