Skip to content

Commit 7d96362

Browse files
committed
fix: Rename protocol to protocolVersion in ServerInfo::toArray
1 parent 0551396 commit 7d96362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Databags/ServerInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function toArray(): array
6161
{
6262
return [
6363
'address' => $this->address,
64-
'protocol' => $this->protocol,
64+
cc 'protocolVersion' => $this->protocol,
6565
'agent' => $this->agent,
6666
];
6767
}

0 commit comments

Comments
 (0)