modify plugin name

This commit is contained in:
2022-06-22 18:55:51 +08:00
parent 329666f9b4
commit 2301b9a479
+1 -1
View File
@@ -36,7 +36,7 @@ abstract class BaseProcess implements OnProcessInterface
public function getName(): string
{
if (empty($this->name)) {
return uniqid('p.');
$this->name = uniqid('p.');
}
return $this->name;
}