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;
use Ratchet\ConnectionInterface;
class ChannelVacated
{
/** @var \BeyondCode\LaravelWebSockets\Events\ConnectionInterface */
/** @var \Ratchet\ConnectionInterface */
public $connection;
/** @var string */