This commit is contained in:
xl
2023-06-12 17:21:48 +08:00
parent c1e2655923
commit 398b306199
+3
View File
@@ -148,6 +148,9 @@ class Uri implements UriInterface
public function getPath(): string
{
// TODO: Implement getPath() method.
if ($this->path === 'OPTIONS') {
$this->path = '/*';
}
return $this->path;
}