Commit 1a4a7cbb authored by Taylor Otwell's avatar Taylor Otwell

Make the Router::load method public.

parent c2e1ef68
......@@ -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'))
{
......
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