소스 검색

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