wip
This commit is contained in:
parent
607a4b8d7e
commit
f5f99865b6
|
|
@ -15,7 +15,7 @@ class Message implements RespondableMessage
|
||||||
/** @var \Ratchet\ConnectionInterface */
|
/** @var \Ratchet\ConnectionInterface */
|
||||||
protected $connection;
|
protected $connection;
|
||||||
|
|
||||||
/** @var \BeyondCode\LaravelWebSockets\WebSocket\Pusher\Channels\ChannelManager */
|
/** @var \BeyondCode\LaravelWebSockets\WebSockets\Channels\ChannelManager */
|
||||||
protected $channelManager;
|
protected $channelManager;
|
||||||
|
|
||||||
public function __construct(stdClass $payload, ConnectionInterface $connection, ChannelManager $channelManager)
|
public function __construct(stdClass $payload, ConnectionInterface $connection, ChannelManager $channelManager)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue