Skip to content

Commit 20a277f

Browse files
authored
fix : Add AdminRouteGenerator import to AdminRouterSubscriber
1 parent d0b15bd commit 20a277f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EventListener/AdminRouterSubscriber.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory;
1111
use EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory;
1212
use EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry;
13+
use EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator;
1314
use Psr\Cache\CacheItemPoolInterface;
1415
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
1516
use Symfony\Component\HttpFoundation\RedirectResponse;

0 commit comments

Comments
 (0)