ソースを参照

内部使用oa后台

gogs 9 ヶ月 前
コミット
91976b68b7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Console/Commands/WebSocketServer.php

+ 1 - 1
app/Console/Commands/WebSocketServer.php

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