Make the Router::load method public.

This commit is contained in:
Taylor Otwell
2011-07-07 09:12:20 -07:00
parent c2e1ef68ad
commit 1a4a7cbbab

View File

@@ -57,7 +57,7 @@ class Router {
* @param string $uri
* @return array
*/
private static function load($uri)
public static function load($uri)
{
if ( ! is_dir(APP_PATH.'routes'))
{