Commit 45cc0f17 authored by Taylor Otwell's avatar Taylor Otwell

Make Router::$routes public.

parent 60f69659
......@@ -7,7 +7,7 @@ class Router {
*
* @var array
*/
private static $routes = array();
public static $routes = array();
/**
* Simulate a request to a given route. Useful for implementing HMVC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment