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