示例#1
0
文件: Config.php 项目: khelle/surume
 /**
  * @param string $key
  * @return bool
  */
 public function remove($key)
 {
     return ArraySupport::remove($this->config, $key);
 }