Closed hinablue closed 2 years ago
As title.
Cause $request->getContent() may return the NULL value, and getRawBody need to return type of String.
$request->getContent()
NULL
getRawBody
As title.
Cause
$request->getContent()
may return theNULL
value, andgetRawBody
need to return type of String.