Commit 46eb317a authored by Evgenii Burikov's avatar Evgenii Burikov
Browse files

use default group in consumer fix 2

parent 66de991f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -12,7 +12,7 @@ class KafkaQueue extends Command
*
* @var string
*/
protected $signature = 'kafka:queue {group_name?} {--offset_reset = earliest}';
protected $signature = 'kafka:queue {group_name?} {--offset_reset=earliest}';
/**
* The console command description.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment