|
@@ -12,7 +12,7 @@ use Illuminate\Console\Command;
|
|
class WebSocketServer extends Command
|
|
class WebSocketServer extends Command
|
|
{
|
|
{
|
|
protected $signature = 'websocket:start';
|
|
protected $signature = 'websocket:start';
|
|
- protected $clients;
|
|
|
|
|
|
+ public $clients;
|
|
|
|
|
|
public function __construct()
|
|
public function __construct()
|
|
{
|
|
{
|