This commit is contained in:
2021-01-08 12:01:47 +08:00
parent c074d6322d
commit bdc4c78947
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -736,7 +736,6 @@ abstract class ClientAbstracts extends Component implements IClient
if (strpos($path, '/') !== 0) {
$path = '/' . $path;
}
var_dump($this->host, $domain, $isHttps, $path);
return [$this->host, $isHttps, $path];
}