@@ -16,7 +16,7 @@ |
||
16 | 16 | $body = 'php://input'; |
17 | 17 | |
18 | 18 | if (!empty($rawContent)) { |
19 | - $body = new Stream('php://memory', 'wb+'); |
|
19 | + $body = new Stream('php://memory', 'wb+'); |
|
20 | 20 | $body->write($rawContent); |
21 | 21 | } |
22 | 22 |