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

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

return array(
    'diagnostics.optional' => DI\add(array(
        DI\get('Piwik\Plugins\CustomJsTracker\Diagnostic\TrackerJsCheck'),
    )),
);