改名
This commit is contained in:
@@ -58,7 +58,7 @@ abstract class Process extends \Swoole\Process implements SProcess
|
||||
*/
|
||||
#[Pure] private function getPrefix(): string
|
||||
{
|
||||
return Snowflake::app()->id . get_called_class();
|
||||
return Snowflake::app()->id . ' ' . get_called_class();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user