modify plugin name
This commit is contained in:
@@ -11,13 +11,13 @@ class OnWorkerStart
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param Server $server
|
||||
* @param int $workerId
|
||||
*/
|
||||
public function __construct(public Server $server, public int $workerId)
|
||||
{
|
||||
}
|
||||
/**
|
||||
* @param Server|null $server
|
||||
* @param int $workerId
|
||||
*/
|
||||
public function __construct(public ?Server $server, public int $workerId)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user