connectionManager = $connectionManager; } public function handle(Request $request, ConnectionInterface $httpConnection) { $httpConnection->send( respond_json([ 'sites' => $this->connectionManager->getConnections() ]) ); } }