Registered Preview generator module

This commit is contained in:
Alejandro Celaya 2019-08-11 19:43:06 +02:00
parent 27a6f35534
commit ef70e44a17

View file

@ -22,6 +22,7 @@ return (new ConfigAggregator\ConfigAggregator([
CLI\ConfigProvider::class,
Rest\ConfigProvider::class,
EventDispatcher\ConfigProvider::class,
PreviewGenerator\ConfigProvider::class,
new ConfigAggregator\PhpFileProvider('config/autoload/{{,*.}global,{,*.}local}.php'),
env('APP_ENV') === 'test'
? new ConfigAggregator\PhpFileProvider('config/test/*.global.php')