2 Commits

Author SHA1 Message Date
as2252258 72a7c58bc4 Default Changelist 2023-07-20 17:42:42 +08:00
as2252258 e1959752e1 Default Changelist 2023-07-18 00:24:58 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
},
"require": {
"php": ">= 8.0",
"game-worker/kiri-client": "dev-master",
"game-worker/kiri-client": "~v2.6",
"game-worker/kiri-container": "~v1.9",
"psr/container": "*"
},
+1 -1
View File
@@ -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;