Skip to content

Commit

Permalink
Update menu ordering in Content section. Leaving spots in between for…
Browse files Browse the repository at this point in the history
… custom modules.
  • Loading branch information
nWidart committed Sep 14, 2017
1 parent be58c7c commit 165fceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events/Handlers/RegisterMenuSidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function extendWith(Menu $menu)
$menu->group(trans('core::sidebar.content'), function (Group $group) {
$group->weight(90);
$group->item(trans('menu::menu.title'), function (Item $item) {
$item->weight(3);
$item->weight(30);
$item->icon('fa fa-bars');
$item->route('admin.menu.menu.index');
$item->authorize(
Expand Down

0 comments on commit 165fceb

Please sign in to comment.