Updated SimplifiedConfigParser so that it properly converts the redis_servers keys and aliases the store as a side effect

This commit is contained in:
Alejandro Celaya
2019-08-07 18:45:28 +02:00
parent 73fd348490
commit 6b8ca3e611
3 changed files with 33 additions and 12 deletions

View File

@@ -26,5 +26,5 @@ return (new ConfigAggregator\ConfigAggregator([
? new ConfigAggregator\PhpFileProvider('config/test/*.global.php')
: new ConfigAggregator\ZendConfigProvider('config/params/{generated_config.php,*.config.{php,json}}'),
], 'data/cache/app_config.php', [
Core\ConfigPostProcessor::class,
Core\SimplifiedConfigParser::class,
]))->getMergedConfig();