This commit is contained in:
Marcel Pociot 2018-11-26 09:58:59 +01:00
parent fdbd046988
commit 1ab72a6fb3
1 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,11 @@
namespace BeyondCode\LaravelWebSockets\Events; namespace BeyondCode\LaravelWebSockets\Events;
use Ratchet\ConnectionInterface;
class ChannelVacated class ChannelVacated
{ {
/** @var \BeyondCode\LaravelWebSockets\Events\ConnectionInterface */ /** @var \Ratchet\ConnectionInterface */
public $connection; public $connection;
/** @var string */ /** @var string */