Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 16:00:11 +08:00
parent 6362a5ce91
commit adfa1cf3f2
+1 -1
View File
@@ -77,7 +77,7 @@ class ServerCommand extends Command
return 1;
}
}
return $manager->start();
return (int)$manager->start();
}
}