config = $config; return $this; } /** * Get the config management object. * * @return \Consolidation\Config\ConfigInterface */ public function getConfig() { return $this->config; } }