diff --git a/Abstracts/BaseProcess.php b/Abstracts/BaseProcess.php index 123dde2..267f66d 100644 --- a/Abstracts/BaseProcess.php +++ b/Abstracts/BaseProcess.php @@ -26,7 +26,7 @@ abstract class BaseProcess implements OnProcessInterface protected bool $enable_coroutine = true; - protected string $name = 'swoole process.'; + public string $name = 'swoole process.'; /**