We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba1140b + a06eedd commit 1a28520Copy full SHA for 1a28520
1 file changed
config/config.php
@@ -7,8 +7,8 @@
7
*
8
*/
9
10
-return array(
11
- 'Piwik\Config' => DI\decorate(function ($previous, \Psr\Container\ContainerInterface $c) {
+return [
+ 'Piwik\Config' => \Piwik\DI::decorate(function ($previous, \Piwik\Container\Container $c) {
12
$settings = $c->get(\Piwik\Application\Kernel\GlobalSettingsProvider::class);
13
14
$ini = $settings->getIniFileChain();
@@ -29,4 +29,4 @@
29
30
return $previous;
31
}),
32
-);
+];
0 commit comments