This commit is contained in:
2021-03-02 17:13:52 +08:00
parent 41a232b8b9
commit be07712b6f
+1 -1
View File
@@ -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();
}