Skip to content

Commit

Permalink
Minor - remove nav option
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Aug 16, 2018
1 parent 6e66953 commit d0b3741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreBundle/Menu/NavBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function leftMenu(FactoryInterface $factory, array $options)
$checker = $container->get('security.authorization_checker');
$translator = $container->get('translator');

$menu = $factory->createItem('root', ['class' => 'asdasdasd']);
$menu = $factory->createItem('root');
$menu->setChildrenAttribute('class', 'navbar-nav');

$menu->addChild(
Expand Down

0 comments on commit d0b3741

Please sign in to comment.