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
1 changed files with 1 additions and 1 deletions

View File

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