Skip to content

Commit c181175

Browse files
Merge pull request #23 from luutruong/master
Fix invoke invalid method
2 parents 8c57030 + b5ce497 commit c181175

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-
$this->error('Wrong version');
137+
Bolt::error('Wrong version');
138138
return false;
139139
}
140140

0 commit comments

Comments
 (0)