Renamed Route::load to Route::forward.
This commit is contained in:
@@ -388,7 +388,7 @@ class Route {
|
|||||||
* @param string $uri
|
* @param string $uri
|
||||||
* @return Response
|
* @return Response
|
||||||
*/
|
*/
|
||||||
public static function load($method, $uri)
|
public static function forward($method, $uri)
|
||||||
{
|
{
|
||||||
return Router::route(strtoupper($method), $uri)->call();
|
return Router::route(strtoupper($method), $uri)->call();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user