From ae69149262398640756cc0410cbc6d7adb309dab Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 1 Aug 2011 15:39:34 -0500 Subject: [PATCH] change Loader::everything to Loader::all. --- system/routing/loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/routing/loader.php b/system/routing/loader.php index 2f093994..ea202924 100644 --- a/system/routing/loader.php +++ b/system/routing/loader.php @@ -73,7 +73,7 @@ class Loader { * @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;