* initial api stuff
This commit is contained in:
@@ -13,6 +13,7 @@ $cacheConfig = [
|
||||
];
|
||||
|
||||
$aggregator = new ConfigAggregator([
|
||||
\Zend\Hydrator\ConfigProvider::class,
|
||||
\Zend\Log\ConfigProvider::class,
|
||||
\Zend\Expressive\Router\FastRouteRouter\ConfigProvider::class,
|
||||
\Zend\HttpHandlerRunner\ConfigProvider::class,
|
||||
@@ -25,6 +26,7 @@ $aggregator = new ConfigAggregator([
|
||||
\Zend\Expressive\Router\ConfigProvider::class,
|
||||
|
||||
// Default App module config
|
||||
DoctrineExpressiveModule\ConfigProvider::class,
|
||||
App\ConfigProvider::class,
|
||||
|
||||
// Load application config in a pre-defined order in such a way that local settings
|
||||
|
||||
Reference in New Issue
Block a user