change Loader::everything to Loader::all.
This commit is contained in:
parent
bf30ca7238
commit
ae69149262
|
@ -73,7 +73,7 @@ private function load_nested_routes($uri)
|
|||
* @param string $path
|
||||
* @return array
|
||||
*/
|
||||
public static function everything($reload = false, $path = null)
|
||||
public static function all($reload = false, $path = null)
|
||||
{
|
||||
if ( ! is_null(static::$routes) and ! $reload) return static::$routes;
|
||||
|
||||
|
|
Loading…
Reference in New Issue