We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0d689 commit ecd5ab5Copy full SHA for ecd5ab5
src/Tempest/Http/src/IsRequest.php
@@ -27,6 +27,7 @@ public function __construct(
27
) {
28
$this->path ??= $this->resolvePath();
29
$this->query ??= $this->resolveQuery();
30
+ $this->files ??= [];
31
}
32
33
public function get(string $key, mixed $default = null): mixed
0 commit comments