@@ -67,6 +67,6 @@ |
||
| 67 | 67 | { |
| 68 | 68 | $method = $payload->get('method'); |
| 69 | 69 | |
| 70 | - return str_replace('.', '_', $method).'_response'; |
|
| 70 | + return str_replace('.', '_', $method) . '_response'; |
|
| 71 | 71 | } |
| 72 | 72 | } |