has($configPath)) { $function = config()->get($configPath); return $function($this); } } return parent::__call($method, $params); } }