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