Update queue.php

This commit is contained in:
Laurence Ioannou 2017-04-28 21:19:14 +01:00 committed by GitHub
parent 1193702eea
commit 86e4e204aa
1 changed files with 0 additions and 13 deletions

View File

@ -17,19 +17,6 @@
'default' => env('QUEUE_DRIVER', 'sync'),
/*
|--------------------------------------------------------------------------
| Queue Prefix
|--------------------------------------------------------------------------
|
| If you are running multiple sites on a single server you should consider
| specifying a queue prefix. This string will be prepended to the queue
| names to prevent cross-talk when using certain local queue drivers.
|
*/
'prefix' => env('QUEUE_PREFIX', ''),
/*
|--------------------------------------------------------------------------
| Queue Connections