* working version

This commit is contained in:
David Danyi
2020-10-15 13:02:54 +02:00
parent 2cf81c493e
commit 11a8f4dc2b
39 changed files with 1904 additions and 86 deletions

View File

@@ -13,6 +13,7 @@ $cacheConfig = [
];
$aggregator = new ConfigAggregator([
\Zend\Validator\ConfigProvider::class,
// Include cache configuration
new ArrayProvider($cacheConfig),