1 Commits

Author SHA1 Message Date
as2252258 361ad4538f Default Changelist 2023-07-18 00:19:13 +08:00
+10 -1
View File
@@ -536,7 +536,16 @@ class Config
$this->usrSwoole = $usrSwoole;
}
/**
/**
* @param array $configs
*/
public function __construct(array $configs)
{
$this->setConfigs($configs);
}
/**
* @param array $configs
* @return $this
*/