You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -422,11 +422,11 @@ If you have customized the default theme styles used for Markdown mailable templ
422
422
423
423
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.
424
424
425
-
#### `stop-when-empty` option added to `WorkCommand`
425
+
#### `WorkCommand` Options
426
426
427
427
**Likelihood Of Impact: Very Low**
428
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.
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.
0 commit comments