Merge pull request #3329 from driade/5.0

Minor fix 5.0
This commit is contained in:
Taylor Otwell 2017-05-15 19:44:30 -05:00 committed by GitHub
commit a730623ca1
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,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