config = $config; return $this; } final protected function getConfig($key, $default = null) { return idx($this->config, $key, $default); } }