This commit is contained in:
thinkphp
2017-02-25 10:51:57 +08:00
parent 46d76e4169
commit bcf64f19f4

View File

@@ -886,7 +886,7 @@ class Request
return $array[$name]; return $array[$name];
} }
} }
return null; return;
} }
/** /**