Example #1
0
File: DI.php Project: arhone/cmf
 public function mergeConfig(array $config)
 {
     self::$config = array_merge(self::$config, $config);
 }