Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed Aug 28, 2016
1 parent 58e16ca commit dcf0b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected function isActive($item)
return $this->activeChecker->isActive($item);
}

protected function makeSubmenuClasses($item)
protected function makeSubmenuClasses()
{
$classes = ['treeview-menu'];

Expand Down

0 comments on commit dcf0b47

Please sign in to comment.