This commit is contained in:
zyimm 2022-08-11 19:02:25 +08:00
parent 23dbde88d2
commit 4bc2d3b15e

View File

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