Skip to content

Commit

Permalink
Fixed proxy test
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Nov 6, 2022
1 parent 5f0c31b commit e9bc800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FixtureProxyProcedure.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class FixtureProxyProcedure extends Procedure implements Proxy
*/
public function __invoke(Request $request): mixed
{
return $request->getMethod();
return $request->getParams();
}
}

0 comments on commit e9bc800

Please sign in to comment.