mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Registered Preview generator module
This commit is contained in:
parent
27a6f35534
commit
ef70e44a17
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue