Skip to content

Commit ecd5ab5

Browse files
authored
fix CI
1 parent 8d0d689 commit ecd5ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tempest/Http/src/IsRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function __construct(
2727
) {
2828
$this->path ??= $this->resolvePath();
2929
$this->query ??= $this->resolveQuery();
30+
$this->files ??= [];
3031
}
3132

3233
public function get(string $key, mixed $default = null): mixed

0 commit comments

Comments
 (0)