From 4b09f4061c873636ec3a207bf04c1e17209dca3b Mon Sep 17 00:00:00 2001 From: Abishek R Srikaanth Date: Fri, 18 Oct 2013 22:44:07 +0530 Subject: [PATCH] Put a comma after option just to match the other arrays --- app/config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/queue.php b/app/config/queue.php index 73a1b145..32cbabcb 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -57,7 +57,7 @@ 'redis' => array( 'driver' => 'redis', - 'queue' => 'default' + 'queue' => 'default', ), ),