Skip to content

Commit

Permalink
Fix UnSubAck codes attribute error
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Aug 2, 2021
1 parent 61d5e09 commit 581959d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/UnSubAck.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class UnSubAck extends AbstractMessage
{
protected $messageId = 0;

protected $code = ReasonCode::SUCCESS;
protected $codes = [];

public function getMessageId(): int
{
Expand Down

0 comments on commit 581959d

Please sign in to comment.