Commit 86e4e204 authored by Laurence Ioannou's avatar Laurence Ioannou Committed by GitHub

Update queue.php

parent 1193702e
...@@ -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