Skip to content

Commit

Permalink
Remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksmash authored Mar 19, 2021
1 parent d985331 commit 5e3421e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MenuBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MenuBuilder
* @param array $menu
* @return array
*/
public function build($menu = [])
public function build($menu)
{
$this->menu = $this->filter((array) $menu);

Expand Down

0 comments on commit 5e3421e

Please sign in to comment.