Skip to content

Commit

Permalink
Merge pull request #473 from Charl13/bug/waterfall-route-arg-correction
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Mar 2, 2022
2 parents 5b8516b + f78664e commit 7f3df1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider/RouteProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private function registerRoutes(Container $di, App $app): void
/** @var Controller\WaterfallController $controller */
$controller = $di[Controller\WaterfallController::class];

$data = $controller->query($di['response.proxy']);
$data = $controller->query($request);

$response
->setHeader('Content-Type', 'application/json')
Expand Down

0 comments on commit 7f3df1b

Please sign in to comment.