Skip to content

Commit

Permalink
fix listen command options
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Feb 2, 2017
1 parent 55efbf0 commit 59ef5bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Queue/Console/ListenCommand.php
Expand Up @@ -94,7 +94,8 @@ protected function gatherOptions()
return new ListenerOptions(
$this->option('env'), $this->option('delay'),
$this->option('memory'), $this->option('timeout'),
$this->option('tries'), $this->option('force')
$this->option('sleep'), $this->option('tries'),
$this->option('force')
);
}

Expand Down

0 comments on commit 59ef5bf

Please sign in to comment.