Skip to content

Commit

Permalink
fix cleanup id_redis_key option
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomlove committed Feb 22, 2024
1 parent cbfae32 commit 7ccee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/Cleanup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ccee23

Please sign in to comment.