This commit is contained in:
2021-08-31 14:10:50 +08:00
parent 1fb9ef08bb
commit 218b4a3137
+1 -1
View File
@@ -64,7 +64,7 @@ class Uri implements UriInterface
*/ */
public function getAuthority(): string public function getAuthority(): string
{ {
throw new \BadMethodCallException(''); throw new \BadMethodCallException('Not Accomplish Method.');
} }