Skip to content

Commit a682d92

Browse files
committed
Message should have been messages
1 parent 18db558 commit a682d92

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
@@ -26,7 +26,7 @@ class AsyncClient
2626
protected $app;
2727
protected $url;
2828
protected $client;
29-
protected $message;
29+
protected $messages;
3030
protected $channels = [];
3131

3232
public function __construct(LoopInterface $loop, string $app, Transport $transport = null)

0 commit comments

Comments
 (0)