Skip to content

Commit

Permalink
Update RouterRequest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thalysmarciobn committed Jun 3, 2024
1 parent 49fad3b commit c24ce80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Aurora/Request/RouterRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ public function handle(RequestInterface $request): ResponseInterface
{
return $callback;
}

$response = new Response($result->status);

if (is_string($callback))
Expand Down

0 comments on commit c24ce80

Please sign in to comment.