This commit is contained in:
zyimm 2022-08-11 19:04:43 +08:00
parent 4bc2d3b15e
commit 939a748c4c

View File

@ -20,5 +20,5 @@ class MQTTPublish extends MQTTEvent
/**
* @var int
*/
public $type = Types::PUBLISH;
public int $type = Types::PUBLISH;
}