Added new structure for subbar

This commit is contained in:
Kevin Frantz
2018-10-04 21:33:50 +02:00
parent cfcc498d4e
commit fd65859572
4 changed files with 21 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ use Knp\Menu\FactoryInterface;
use Knp\Menu\ItemInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpFoundation\RequestStack;
use App\Event\Menu\Topbar\SourceMenuEvent;
use App\Event\Menu\Subbar\SourceMenuEvent;
class Menu
{