We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbea502 commit 9a731c0Copy full SHA for 9a731c0
1 file changed
src/Packet/RequestData.php
@@ -140,6 +140,7 @@ public function getQueryMessage() : string
140
$query .= $record->getQueryMessage();
141
$query .= "\0";
142
}
143
+
144
// get additional
145
foreach ($this->getAdditionalRecords()->getRecords() as $record) {
146
$arCount++;
@@ -149,7 +150,8 @@ public function getQueryMessage() : string
149
150
151
152
- $this->header = $this->getHeader()
153
+ $this->header = $this
154
+ ->getHeader()
155
->withARCount($arCount)
156
->withQDCount($qdCount)
157
->withANCount($anCount)
0 commit comments