Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function set($key, $value)
 {
     $this->config->set($key, $value);
     return $this;
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function remove($name)
 {
     $this->data->remove($name);
 }