Skip to content

Commit 555a8b1

Browse files
committed
formatting
1 parent 754fbe3 commit 555a8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,11 @@ 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`
425+
#### `WorkCommand` Options
426426

427427
**Likelihood Of Impact: Very Low**
428428

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.
429+
The `stop-when-empty` option was added to the `WorkCommand`. If you extend this command, you need to add `stop-when-empty` to `$signature` property of your class.
430430

431431
### Routing
432432

0 commit comments

Comments
 (0)