/** * Persist the settings. * * @return mixed */ protected function persist() { return $this->user->update(['settings' => $this->settings]); }