Browse Source

Put a comma after option just to match the other arrays

Abishek R Srikaanth 11 years ago
parent
commit
4b09f4061c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/queue.php

+ 1 - 1
app/config/queue.php

@@ -57,7 +57,7 @@ return array(
 
 
 		'redis' => array(
 		'redis' => array(
 			'driver' => 'redis',
 			'driver' => 'redis',
-			'queue'  => 'default'
+			'queue'  => 'default',
 		),		
 		),		
 
 
 	),
 	),