改名
This commit is contained in:
@@ -215,9 +215,8 @@ class Server extends Application
|
|||||||
if (!is_string($process)) {
|
if (!is_string($process)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$system = new $process(Snowflake::app(), $name);
|
$system = $application->set($process, new $process(Snowflake::app(), $name));
|
||||||
$this->baseServer->addProcess($system);
|
$this->baseServer->addProcess($system);
|
||||||
$application->set($process, $system);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user