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