Skip to content

Commit ef5bc77

Browse files
authored
Merge pull request #167 from bidi47/config-3.15
Added ConfigProvider with full namespace for Mezzio\Helper in config/…
2 parents 490b657 + 8e6c593 commit ef5bc77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/config.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Laminas\ConfigAggregator\ArrayProvider;
66
use Laminas\ConfigAggregator\ConfigAggregator;
77
use Laminas\ConfigAggregator\PhpFileProvider;
8-
use Mezzio\Helper\ConfigProvider;
98

109
// To enable or disable caching, set the `ConfigAggregator::ENABLE_CACHE` boolean in
1110
// `config/autoload/local.php`.
@@ -16,7 +15,7 @@
1615
$aggregator = new ConfigAggregator([
1716
// Include cache configuration
1817
new ArrayProvider($cacheConfig),
19-
ConfigProvider::class,
18+
\Mezzio\Helper\ConfigProvider::class,
2019
\Mezzio\ConfigProvider::class,
2120
\Mezzio\Router\ConfigProvider::class,
2221
\Laminas\Diactoros\ConfigProvider::class,

0 commit comments

Comments
 (0)