From 86e4e204aa53bea967673acc4a1fb2f3ea911bc5 Mon Sep 17 00:00:00 2001 From: Laurence Ioannou Date: Fri, 28 Apr 2017 21:19:14 +0100 Subject: [PATCH] Update queue.php --- config/queue.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/queue.php b/config/queue.php index 86b55a6222a..4d83ebd0cb1 100644 --- a/config/queue.php +++ b/config/queue.php @@ -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