Skip to content

Commit a16f43f

Browse files
authored
Update ConsumeCommand.php
1 parent f86f161 commit a16f43f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Console/ConsumeCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ final class ConsumeCommand extends WorkCommand
3434

3535
protected $description = 'Consume messages';
3636

37-
3837
public function handle(): int|null
3938
{
4039
$numProcesses = $this->option('num-processes');
@@ -61,7 +60,6 @@ public function handle(): int|null
6160
return 0;;
6261
}
6362

64-
6563
private function consume(): void
6664
{
6765
$consumer = $this->worker;

0 commit comments

Comments
 (0)