diff --git a/system/router.php b/system/router.php index 71c09dee..731d64f0 100644 --- a/system/router.php +++ b/system/router.php @@ -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.