This commit is contained in:
xl
2023-11-22 09:26:18 +08:00
parent 3e86f8efaa
commit 1f592689ef
3 changed files with 27 additions and 21 deletions
+8
View File
@@ -5,4 +5,12 @@ namespace Kiri\Server\Events;
class OnAfterWorkerStart
{
/**
* @param int $workerId
*/
public function __construct(public int $workerId)
{
}
}