Browse Source

Update queue.php

Laurence Ioannou 7 years ago
parent
commit
86e4e204aa
1 changed files with 0 additions and 13 deletions
  1. 0 13
      config/queue.php

+ 0 - 13
config/queue.php

@@ -17,19 +17,6 @@ return [
 
     '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