|
@@ -45,7 +45,7 @@ |
|
|
block discarded – undo |
|
45
|
45
|
/** @var ResponseInterface $guzzleResponse */ |
|
46
|
46
|
$guzzleResponse = $client->{$method}( |
|
47
|
47
|
$params->getRouteId(), |
|
48
|
|
- [ RequestMethodMapping::$contentTypes[$method] => $request->{RequestMethodMapping::$methodsMapping[$method]}->all() ] |
|
|
48
|
+ [ RequestMethodMapping::$contentTypes[ $method ] => $request->{RequestMethodMapping::$methodsMapping[ $method ]}->all() ] |
|
49
|
49
|
); |
|
50
|
50
|
|
|
51
|
51
|
$response = new Response($guzzleResponse->getBody()); |
Please login to merge, or discard this patch.