Skip to content

Commit 754fbe3

Browse files
authored
Extra docs notions on updating to 5.7 (queue part)
1 parent 28effbe commit 754fbe3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

upgrade.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,12 @@ If you have customized the default theme styles used for Markdown mailable templ
422422

423423
The `QUEUE_DRIVER` environment variable has been renamed to `QUEUE_CONNECTION`. This should not affect existing applications that you are upgrading unless you intentionally modify your `config/queue.php` configuration file to match Laravel 5.7's.
424424

425+
#### `stop-when-empty` option added to `WorkCommand`
426+
427+
**Likelihood Of Impact: Very Low**
428+
429+
`stop-when-empty` option was added to `WorkCommand`. If you extend this command, you need to add `stop-when-empty` to `$signature` property of your class.
430+
425431
### Routing
426432

427433
#### The `Route::redirect` Method

0 commit comments

Comments
 (0)