改名
This commit is contained in:
@@ -706,6 +706,7 @@ abstract class ClientAbstracts extends Component implements IClient
|
|||||||
*/
|
*/
|
||||||
protected function matchHost(string $string)
|
protected function matchHost(string $string)
|
||||||
{
|
{
|
||||||
|
var_dump($string);
|
||||||
if (($parse = isUrl($string, true)) === false) {
|
if (($parse = isUrl($string, true)) === false) {
|
||||||
return $this->defaultString($string);
|
return $this->defaultString($string);
|
||||||
}
|
}
|
||||||
@@ -794,4 +795,4 @@ abstract class ClientAbstracts extends Component implements IClient
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user