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

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

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