Example #1
0
 /**
  * Reset/Delete all the settings.
  *
  * @param  string|null  $domain
  */
 public function reset($domain = null)
 {
     $this->checkLoaded();
     if (is_null($domain)) {
         $domain = $this->getDefaultDomain();
     }
     $this->data->forget($domain);
 }