This commit is contained in:
2020-09-02 11:55:29 +08:00
parent 645d04e824
commit dec4334b77
+3
View File
@@ -59,6 +59,9 @@ class Server extends Application
*/
public function initCore(array $configs)
{
if ($this->baseServer) {
return $this->getServer();
}
$configs = $this->sortServers($configs);
foreach ($configs as $server) {
$this->create($server);