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

config.php « config « Actions « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 293acee476975129481a710b649bd7dd36672373 (plain)
1
2
3
4
5
6
7
8
9
<?php

return array(

    'tracker.request.processors' => DI\add(array(
        DI\get('Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor'),
    )),

);