瀏覽代碼

内部使用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()
     {