Skip to content

Commit dcc335d

Browse files
committed
use memory to provide a stream
1 parent 2220886 commit dcc335d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid/lib/Controller/SolidWebhookController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private function createGetRequest($targetUrl) {
152152
$serverParams = [];
153153
$fileParams = [];
154154
$method = "GET";
155-
$body = null;
155+
$body = 'php://memory';
156156
$headers = [];
157157

158158
return new \Laminas\Diactoros\ServerRequest(

0 commit comments

Comments
 (0)