This commit is contained in:
2020-09-01 15:51:34 +08:00
parent dae8325024
commit d21d5ede91
2 changed files with 6 additions and 3 deletions
-1
View File
@@ -23,7 +23,6 @@ class ServerManager
{
try {
$application = Snowflake::get();
$application->set(Pool::class, $pool);
if (is_string($process) && class_exists($process)) {
return static::createProcess($process, $application, $pool, $workerId);
}