diff --git a/laravel/routing/route.php b/laravel/routing/route.php index f87b04d3..6349a0e8 100644 --- a/laravel/routing/route.php +++ b/laravel/routing/route.php @@ -380,7 +380,7 @@ class Route { { Filter::register($name, $callback); } - + /** * Calls the specified route and returns its response. * @@ -388,7 +388,7 @@ class Route { * @param string $uri * @return Response */ - public static function load($method, $uri) + public static function forward($method, $uri) { return Router::route(strtoupper($method), $uri)->call(); }