This commit is contained in:
2023-04-16 19:36:28 +08:00
parent 347f4fa0ae
commit 032a8630fe
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -37,9 +37,11 @@ class Message extends Component implements MessageInterface
/**
*
*/
public function init(): void
public function __construct()
{
$this->stream = new Stream();
parent::__construct();
}