lastfm->setUserSessionKey($this->currentUser, $request->key); return response()->noContent(); } public function disconnect() { $this->lastfm->setUserSessionKey($this->currentUser, null); return response()->noContent(); } }