From e1959752e164b8bc80bc2e86bb78ab1c5720f89c Mon Sep 17 00:00:00 2001 From: xl Date: Tue, 18 Jul 2023 00:24:58 +0800 Subject: [PATCH] Default Changelist --- wchat/common/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/common/Config.php b/wchat/common/Config.php index 3e40e75..533759f 100644 --- a/wchat/common/Config.php +++ b/wchat/common/Config.php @@ -549,7 +549,7 @@ class Config * @param array $configs * @return $this */ - public function setConfigs(array $configs): static + protected function setConfigs(array $configs): static { if (empty($configs)) { return $this;