Browse Source

内部使用oa后台

gogs 9 tháng trước cách đây
mục cha
commit
91976b68b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
     {