Unlock this challenge:
Where can you find the configureCrud() method?
configureCrud()
Only in an entity CRUD controller that extends EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController
EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController
Only in a dashboard controller that extends EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractDashboardController
EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractDashboardController
In both entity CRUD controllers that extend EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController and dashboard controllers that extend EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractDashboardController