Skip to content

Commit b68282a

Browse files
committed
Fixed case issue
1 parent de40167 commit b68282a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static function create(LoopInterface $loop, string $app, Resolver $resolv
9797
}
9898

9999
return new self(
100-
new Websocket(ApiSettings::createUrl($app), false, [], $loop, $resolver)
100+
new WebSocket(ApiSettings::createUrl($app), false, [], $loop, $resolver)
101101
);
102102
}
103103

0 commit comments

Comments
 (0)