This commit is contained in:
as2252258@163.com
2021-08-29 04:57:50 +08:00
parent 5b2e91b1ed
commit ff99cdbf61
4 changed files with 23 additions and 81 deletions
@@ -0,0 +1,12 @@
<?php
namespace Server\Events;
class OnBeforeWorkerStart
{
public function __construct(public int $workerId)
{
}
}