middleware fix

This commit is contained in:
Flo 2024-08-24 21:13:29 +00:00
parent f5b86dcb79
commit 624e4e4b97

View File

@ -33,6 +33,8 @@ class AnalyzeBodyMiddleware implements MiddlewareInterface
$request->getBody()->getContents(), $request->getBody()->getContents(),
true true
); );
$request->getBody()->rewind();
} }
return $handler->handle($request->withAttribute( return $handler->handle($request->withAttribute(