Merge pull request #3327 from driade/4.1

Minor fix 4.1
This commit is contained in:
Taylor Otwell 2017-05-15 19:44:03 -05:00 committed by GitHub
commit 6a4dd14482
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ You may pass a comma-delimited list of queue connections to the `listen` command
php artisan queue:listen --queue=high,low
In this example, jobs on the `high-connection` will always be processed before moving onto jobs from the `low-connection`.
In this example, jobs on the `high` connection will always be processed before moving onto jobs from the `low` connection.
#### Specifying The Job Timeout Parameter