Skip to content

Commit b8e3b10

Browse files
mirovitgravitano
authored andcommitted
disableOrdering() didn't disable the menu (#46)
1 parent 401e1eb commit b8e3b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: MenuBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ public function enableOrdering()
592592
*/
593593
public function disableOrdering()
594594
{
595-
$this->ordering = true;
595+
$this->ordering = false;
596596

597597
return $this;
598598
}

0 commit comments

Comments
 (0)