Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72a7c58bc4 | |||
| e1959752e1 |
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">= 8.0",
|
"php": ">= 8.0",
|
||||||
"game-worker/kiri-client": "dev-master",
|
"game-worker/kiri-client": "~v2.6",
|
||||||
"game-worker/kiri-container": "~v1.9",
|
"game-worker/kiri-container": "~v1.9",
|
||||||
"psr/container": "*"
|
"psr/container": "*"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -549,7 +549,7 @@ class Config
|
|||||||
* @param array $configs
|
* @param array $configs
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setConfigs(array $configs): static
|
protected function setConfigs(array $configs): static
|
||||||
{
|
{
|
||||||
if (empty($configs)) {
|
if (empty($configs)) {
|
||||||
return $this;
|
return $this;
|
||||||
|
|||||||
Reference in New Issue
Block a user