Skip to content

Commit e8b6d65

Browse files
authored
Merge pull request #22 from psafarov/patch-1
Fix responseCode
2 parents 1ecd825 + a4b7f78 commit e8b6d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Messages/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public function isRecursionAvailable(bool $newValue = null): bool
255255
*/
256256
public function getResponseCode(): int
257257
{
258-
return $this->opCode;
258+
return $this->responseCode;
259259
}
260260

261261
/**

0 commit comments

Comments
 (0)