getContainer()->get(ModuleSettingServiceInterface::class); $key = $bridge->getString('oeCaptchaKey', 'oecaptcha')->toString(); if (!trim($key)) { return static::ENCRYPT_KEY; } return $key; } }