get('Config'); if (isset($config['di'])) { $config = new Config($config['di']); $config->configure($di); } return $di; } }