From 10340d3a021e3a4d7a44b0072a049cbf67be27fd Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 13 Mar 2018 13:37:32 -0500 Subject: [PATCH] fix wording --- config/queue.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/queue.php b/config/queue.php index 75dc449b..391304f3 100644 --- a/config/queue.php +++ b/config/queue.php @@ -4,14 +4,12 @@ return [ /* |-------------------------------------------------------------------------- - | Default Queue Connection + | Default Queue Connection Name |-------------------------------------------------------------------------- | | Laravel's queue API supports an assortment of back-ends via a single | API, giving you convenient access to each back-end using the same - | syntax for each one. Here you may set the default queue connection. - | - | Supported: "sync", "database", "beanstalkd", "sqs", "redis", "null" + | syntax for every one. Here you may define a default connection. | */ @@ -26,6 +24,8 @@ return [ | is used by your application. A default configuration has been added | for each back-end shipped with Laravel. You are free to add more. | + | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null" + | */ 'connections' => [