Commit 2c6d7646 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4247 from laurencei/patch-1

Revert Queue Prefix
parents 1193702e 86e4e204
...@@ -17,19 +17,6 @@ return [ ...@@ -17,19 +17,6 @@ return [
'default' => env('QUEUE_DRIVER', 'sync'), '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 | Queue Connections
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment