Merge pull request #4247 from laurencei/patch-1

Revert Queue Prefix
This commit is contained in:
Taylor Otwell 2017-04-28 16:46:22 -05:00 committed by GitHub
commit 2c6d76469a
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