Skip to content

Commit 11c0770

Browse files
authored
Update README.md
1 parent e26df66 commit 11c0770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ use Psr\Http\Message\ResponseInterface;
6767
$middlewareCollection = new SplStackMiddlewareCollection([
6868
new class implements MiddlewareInterface{
6969
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface{
70-
$handler->handle($request);
70+
return $handler->handle($request);
7171
}
7272
}
7373
]);

0 commit comments

Comments
 (0)