task = __('Delete all logs'); $this->success = __('Logs deleted.'); $this->error = __('Failed to delete logs.'); } public function execute() { $this->core->log->delLogs(null, true); return true; } }