qqq
This commit is contained in:
@@ -148,6 +148,9 @@ class Uri implements UriInterface
|
|||||||
public function getPath(): string
|
public function getPath(): string
|
||||||
{
|
{
|
||||||
// TODO: Implement getPath() method.
|
// TODO: Implement getPath() method.
|
||||||
|
if ($this->path === 'OPTIONS') {
|
||||||
|
$this->path = '/*';
|
||||||
|
}
|
||||||
return $this->path;
|
return $this->path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user