feat: integrate with zenstruck schedule bundle

This commit is contained in:
Björn Fromme
2025-09-02 09:05:01 +02:00
parent 7941075404
commit fd763aa429
5 changed files with 185 additions and 2 deletions
+1
View File
@@ -21,4 +21,5 @@ return [
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
Flagception\Bundle\FlagceptionBundle\FlagceptionBundle::class => ['all' => true],
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
Zenstruck\ScheduleBundle\ZenstruckScheduleBundle::class => ['all' => true],
];