Skip to content

Commit

Permalink
Added ConfigProvider with full namespace for Mezzio\Helper in config/…
Browse files Browse the repository at this point in the history
…config.php

Signed-off-by: Florin Bidirean <bidi@dotkernel.com>
  • Loading branch information
bidi47 committed Jan 24, 2025
1 parent 490b657 commit 8e6c593
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 8e6c593

Please sign in to comment.