fix: remove obsolete variable
This commit is contained in:
Родитель
0b54f36f5c
Коммит
2cb0338deb
|
@ -85,7 +85,6 @@ class Message extends StanzaHandler
|
|||
];
|
||||
}
|
||||
$this->type = $this->getAttribute($stanza, 'type');
|
||||
$this->msgId = $this->getAttribute($stanza, 'id');
|
||||
|
||||
$message = new MessageEntity();
|
||||
$message->setTo($this->to);
|
||||
|
|
Загрузка…
Ссылка в новой задаче