Commit ae691492 by Taylor Otwell

change Loader::everything to Loader::all.

parent bf30ca72
...@@ -73,7 +73,7 @@ class Loader { ...@@ -73,7 +73,7 @@ class Loader {
* @param string $path * @param string $path
* @return array * @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; if ( ! is_null(static::$routes) and ! $reload) return static::$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