예제 #1
0
파일: Config.php 프로젝트: tempbottle/owl
 public static function merge(array $config)
 {
     self::$config = array_merge(self::$config, $config);
 }