@@ -31,7 +31,7 @@ |
||
| 31 | 31 | |
| 32 | 32 | $destination = $rocket->getDestination(); |
| 33 | 33 | $payload = $rocket->getPayload(); |
| 34 | - $resultKey = str_replace('.', '_', $payload->get('method')).'_response'; |
|
| 34 | + $resultKey = str_replace('.', '_', $payload->get('method')) . '_response'; |
|
| 35 | 35 | |
| 36 | 36 | if (should_do_http_request($rocket->getDirection()) && $destination instanceof Collection) { |
| 37 | 37 | $sign = $destination->get('sign', ''); |