Skip to content

Commit

Permalink
Call parent constructor with $matcher argument
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jul 16, 2018
1 parent 272cd9e commit ba9a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Navigation/NavigationNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NavigationNode extends AbstractNavigationNode {
* @param string $matcher The matcher.
*/
public function __construct($name, $icon = null, $route = null, $matcher = self::NAVIGATION_MATCHER_URL) {
parent::__construct($name, $icon, $route);
parent::__construct($name, $icon, $route, $matcher);
}

}

0 comments on commit ba9a91e

Please sign in to comment.