Skip to content

Commit

Permalink
refs #10778 use static
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Mar 1, 2018
1 parent d3fbbbc commit 289a1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Router.php
Expand Up @@ -1157,7 +1157,7 @@ public static function getRouteCollection()
public static function setRouteCollection($routeCollection)
{
static::$_collection = $routeCollection;
Router::$initialized = true;
static::$initialized = true;
}

/**
Expand Down

0 comments on commit 289a1fa

Please sign in to comment.