set(Setting::CaptchaProvider, 'none'); // Keys are left where they are: this is a way back in, not a way // to lose a credential somebody will want again in ten minutes. Captcha::forgetDisplayCache(); CaptchaVerifier::forgetOutage(); $this->info('CAPTCHA is off. Your keys are still stored — switch it back on at /system/settings/captcha.'); return self::SUCCESS; } }