/** * Get a specific config data from a configuration file. * * @param $key * @return mixed * @static */ public static function config($key) { return \YCMS\Modules\Repository::config($key); }