This commit is contained in:
Marcel Pociot 2018-11-27 16:43:41 +01:00
parent 607a4b8d7e
commit f5f99865b6
1 changed files with 1 additions and 1 deletions

View File

@ -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)