fix cleanup id_redis_key option

This commit is contained in:
lgb
2024-02-22 12:03:07 +08:00
parent cbfae32d30
commit 7ccee2384b

View File

@@ -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.