activate Event Bundle in test app

This commit is contained in:
Julien Fastré 2023-11-27 13:19:28 +01:00
parent d347f6ae60
commit 1a9af6b0b1
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -44,5 +44,6 @@ return [
ChampsLibres\WopiBundle\WopiBundle::class => ['all' => true], ChampsLibres\WopiBundle\WopiBundle::class => ['all' => true],
Chill\WopiBundle\ChillWopiBundle::class => ['all' => true], Chill\WopiBundle\ChillWopiBundle::class => ['all' => true],
\Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], \Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Chill\EventBundle\ChillEventBundle::class => ['all' => true],
]; ];