예제 #1
0
 /**
  * Magic method to remove a configuration key
  *
  * @param string $name The configuration key
  *
  * @since 2.0
  */
 public function __unset($name)
 {
     $this->config->remove($name);
 }