*/ namespace Magento\Captcha\Model\Config\Form; class Frontend extends \Magento\Captcha\Model\Config\Form\AbstractForm { /** * @var string */ protected $_configPath = 'captcha/frontend/areas'; }