Example #1
0
 public function merge(Config $config)
 {
     return new Config(array_merge($this->getArrayCopy(), $config->getArrayCopy()));
 }