wip: integrate with easy admin bundle

This commit is contained in:
Björn Fromme
2026-01-10 11:35:16 +01:00
parent ace251c1dd
commit 6fca40963d
15 changed files with 478 additions and 3 deletions
+2
View File
@@ -16,4 +16,6 @@ return [
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
League\Bundle\OAuth2ServerBundle\LeagueOAuth2ServerBundle::class => ['all' => true],
Zenstruck\ScheduleBundle\ZenstruckScheduleBundle::class => ['all' => true],
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
];