改名
This commit is contained in:
@@ -481,6 +481,7 @@ class Router extends Application implements RouterInterface
|
|||||||
private function search_options($request)
|
private function search_options($request)
|
||||||
{
|
{
|
||||||
$method = $request->getMethod();
|
$method = $request->getMethod();
|
||||||
|
var_dump($method);
|
||||||
if (!isset($this->nodes[$method])) {
|
if (!isset($this->nodes[$method])) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user