Beispiel #1
0
 /**
  * Clear all settings.
  *
  * @return void
  */
 public function clear()
 {
     $this->stale = true;
     $this->model->query()->delete();
 }