Browse Source

change Loader::everything to Loader::all.

Taylor Otwell 13 years ago
parent
commit
ae69149262
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/routing/loader.php

+ 1 - 1
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;