Skip to content

Commit 1a28520

Browse files
authored
Merge pull request #12 from matomo-org/vendorproxies
Make adjustments for vendor proxy changes
2 parents ba1140b + a06eedd commit 1a28520

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
*
88
*/
99

10-
return array(
11-
'Piwik\Config' => DI\decorate(function ($previous, \Psr\Container\ContainerInterface $c) {
10+
return [
11+
'Piwik\Config' => \Piwik\DI::decorate(function ($previous, \Piwik\Container\Container $c) {
1212
$settings = $c->get(\Piwik\Application\Kernel\GlobalSettingsProvider::class);
1313

1414
$ini = $settings->getIniFileChain();
@@ -29,4 +29,4 @@
2929

3030
return $previous;
3131
}),
32-
);
32+
];

0 commit comments

Comments
 (0)