改名
This commit is contained in:
@@ -72,7 +72,7 @@ class ServerRequest extends Request implements ServerRequestInterface
|
|||||||
->withServerTarget($request)
|
->withServerTarget($request)
|
||||||
->withCookieParams($request->cookie)
|
->withCookieParams($request->cookie)
|
||||||
->withUri(Uri::parseUri($request))
|
->withUri(Uri::parseUri($request))
|
||||||
->withBody(new Stream(''))
|
->withBody(new Stream($request->getContent()))
|
||||||
->withQueryParams($request->get ?? [])
|
->withQueryParams($request->get ?? [])
|
||||||
->withUploadedFiles($request->files ?? [])
|
->withUploadedFiles($request->files ?? [])
|
||||||
->withMethod($request->getMethod())
|
->withMethod($request->getMethod())
|
||||||
|
|||||||
Reference in New Issue
Block a user