Răsfoiți Sursa

内部使用oa后台

gogs 9 luni în urmă
părinte
comite
91976b68b7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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()
     {