Xpressengine\Captcha\CaptchaManager::getConfig PHP Method

getConfig() protected method

Returns api config
protected getConfig ( string $driver ) : array
$driver string driver name
return array
    protected function getConfig($driver)
    {
        $apis = $this->app['config']['captcha.apis'];
        return $apis[$driver];
    }