From ef70e44a17917b9c29122fb19cb35dcca74259fb Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 11 Aug 2019 19:43:06 +0200 Subject: [PATCH] Registered Preview generator module --- config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.php b/config/config.php index d5776eef..8cc7c38a 100644 --- a/config/config.php +++ b/config/config.php @@ -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')