Exemplo n.º 1
0
 /**
  * Removes an item from the configuration array.
  *
  * @author Art <*****@*****.**>
  *
  * @param string $k Configuration item key
  *
  * @return bool True if the item existed in custom config, false if it didn't
  */
 public function removeConfig($k)
 {
     return $this->config->remove($k);
 }