activate bundle event in app

This commit is contained in:
2023-11-27 13:24:34 +01:00
parent 1c544d392a
commit 8ef752fdd0
2 changed files with 2 additions and 1 deletions

View File

@@ -36,4 +36,5 @@ return [
App\App::class => ['all' => true],
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Chill\EventBundle\ChillEventBundle::class => ['all' => true],
];