This commit is contained in:
2021-11-03 17:43:34 +08:00
parent 353692d016
commit b435eb4e82
+1 -1
View File
@@ -26,7 +26,7 @@ abstract class BaseProcess implements OnProcessInterface
protected bool $enable_coroutine = true;
protected string $name = 'swoole process.';
public string $name = 'swoole process.';
/**