From 7ccee2384b5f94efeb6376b8277a13e5677d32df Mon Sep 17 00:00:00 2001 From: lgb <353856593@qq.com> Date: Thu, 22 Feb 2024 12:03:07 +0800 Subject: [PATCH] fix cleanup id_redis_key option --- app/Console/Commands/Cleanup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Cleanup.php b/app/Console/Commands/Cleanup.php index f9bca168a..a83a5a539 100644 --- a/app/Console/Commands/Cleanup.php +++ b/app/Console/Commands/Cleanup.php @@ -14,7 +14,7 @@ class Cleanup extends Command * * @var string */ - protected $signature = 'cleanup {--action=} {--begin_id=} {--id_str=} {--end_id=} {--request_id=} {--delay=} {--id_redis_key}'; + protected $signature = 'cleanup {--action=} {--begin_id=} {--id_str=} {--end_id=} {--request_id=} {--delay=} {--id_redis_key=}'; /** * The console command description.