Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 3e2a313

Browse files
authored
Fixed serverRequest factory
1 parent 83743b4 commit 3e2a313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ServerRequestFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public function createServerRequest(string $method, $uri, array $serverParams =
9292
$serverParams,
9393
$uploadedFiles,
9494
$uri,
95-
$method
95+
$method,
96+
'php://temp'
9697
);
9798
}
9899
}

0 commit comments

Comments
 (0)