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