Skip to content

Commit 8d0d689

Browse files
authored
Update RequestToPsrRequestMapper.php
streamline the reversible mapping way.
1 parent c6a2967 commit 8d0d689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tempest/Http/src/Mappers/RequestToPsrRequestMapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function map(mixed $from, mixed $to): PsrRequest
2727
cookieParams: $from->getCookies(),
2828
queryParams: $from->getQuery(),
2929
parsedBody: $from->getBody(),
30+
uploadedFiles: $from->getFiles()
3031
);
3132
}
3233
}

0 commit comments

Comments
 (0)