Skip to content

Commit

Permalink
Removed duplicate ConfigProvider from config/config.php
Browse files Browse the repository at this point in the history
Signed-off-by: Florin Bidirean <[email protected]>
  • Loading branch information
bidi47 committed Jan 23, 2025
1 parent 464a025 commit 0283f71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 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,6 @@
$aggregator = new ConfigAggregator([
// Include cache configuration
new ArrayProvider($cacheConfig),
ConfigProvider::class,
\Mezzio\ConfigProvider::class,
\Mezzio\Router\ConfigProvider::class,
\Laminas\Diactoros\ConfigProvider::class,
Expand Down

0 comments on commit 0283f71

Please sign in to comment.