Skip to content

Commit b5ce497

Browse files
Update Bolt.php
1 parent acf81b3 commit b5ce497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bolt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private function handshake(): bool
134134

135135
$this->unpackProtocolVersion();
136136
if (empty($this->version)) {
137-
static::error('Wrong version');
137+
Bolt::error('Wrong version');
138138
return false;
139139
}
140140

0 commit comments

Comments
 (0)