-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Atm we have a problem when you have two times MainMenu.
The twig helper can not decide what Menu to choose from when you type:
menu('main_menu')
The handles should be take into account the last part of the class Namespace.
So it would be like that:
| Class | Handle |
|---|---|
| App\Menu\Frontend\MainMenu | frontend_main_menu |
| App\Menu\Backend\MainMenu | backend_main_menu |
| App\Menu\MainMenu | menu_main_menu |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels