Make the Router::load method public.
This commit is contained in:
parent
c2e1ef68ad
commit
1a4a7cbbab
|
@ -57,7 +57,7 @@ public static function route($method, $uri)
|
||||||
* @param string $uri
|
* @param string $uri
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
private static function load($uri)
|
public static function load($uri)
|
||||||
{
|
{
|
||||||
if ( ! is_dir(APP_PATH.'routes'))
|
if ( ! is_dir(APP_PATH.'routes'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue