修复 重新汇报的问题

This commit is contained in:
iVampireSP.com 2023-01-05 02:07:50 +08:00
parent 9dfe045514
commit 9720bf78f6
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -37,7 +37,7 @@ public static function publish($event, $data = []): void
'data' => $data, 'data' => $data,
])); ]));
self::registerThisNode(); self::registerThisNode(false);
} }
/** /**