Compiles with ticket bundle

This commit is contained in:
2024-04-15 13:48:50 +02:00
parent 8d70ca871b
commit 80aad92190
2 changed files with 2 additions and 1 deletions

View File

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