has($configPath)) { $function = config()->get($configPath); return call_user_func_array(array($this, $function[0]), $function[1]); } } return parent::__call($method, $params); } }