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