Skip to content

Commit 3dde7fd

Browse files
Update queue driver configuration instructions (#10916)
* Update queue driver configuration instructions * Update queues.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 706eb35 commit 3dde7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ ProcessPodcast::dispatchIf($accountActive, $podcast);
890890
ProcessPodcast::dispatchUnless($accountSuspended, $podcast);
891891
```
892892

893-
In new Laravel applications, the `database` driver is the default queue driver. You may specify a different queue driver within your application's `config/queue.php` configuration file.
893+
In new Laravel applications, the `database` connection is defined as the default queue. You may specify a different default queue connection by changing the `QUEUE_CONNECTION` environment variable in your application's `.env` file.
894894

895895
<a name="delayed-dispatching"></a>
896896
### Delayed Dispatching

0 commit comments

Comments
 (0)