Skip to content

Commit

Permalink
Merge pull request #167 from bidi47/config-3.15
Browse files Browse the repository at this point in the history
Added ConfigProvider with full namespace for Mezzio\Helper in config/…
  • Loading branch information
arhimede authored Jan 27, 2025
2 parents 490b657 + 8e6c593 commit ef5bc77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Laminas\ConfigAggregator\ArrayProvider;
use Laminas\ConfigAggregator\ConfigAggregator;
use Laminas\ConfigAggregator\PhpFileProvider;
use Mezzio\Helper\ConfigProvider;

// To enable or disable caching, set the `ConfigAggregator::ENABLE_CACHE` boolean in
// `config/autoload/local.php`.
Expand All @@ -16,7 +15,7 @@
$aggregator = new ConfigAggregator([
// Include cache configuration
new ArrayProvider($cacheConfig),
ConfigProvider::class,
\Mezzio\Helper\ConfigProvider::class,
\Mezzio\ConfigProvider::class,
\Mezzio\Router\ConfigProvider::class,
\Laminas\Diactoros\ConfigProvider::class,
Expand Down

0 comments on commit ef5bc77

Please sign in to comment.