resLogFactory = $resLogFactory; } /** * Delete Unnecessary logged attempts * * @return \Magento\Captcha\Cron\DeleteOldAttempts */ public function execute() { $this->resLogFactory->create()->deleteOldAttempts(); return $this; } }