Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 1e2f736

Browse files
committed
Fixed changed namespace in documentation
1 parent 9b9db9a commit 1e2f736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/config-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Once installed, you may use as many `ZendModuleProvider` instances as you need:
177177

178178
```php
179179
use Zend\ConfigAggregator\ConfigAggregator;
180-
use Zend\ConfigAggregator\ModuleManager\ZendModuleProvider;
180+
use Zend\ConfigAggregatorModuleManager\ZendModuleProvider;
181181
use ACME;
182182

183183
$aggregator = new ConfigAggregator([

0 commit comments

Comments
 (0)