Put a comma after option just to match the other arrays

This commit is contained in:
Abishek R Srikaanth
2013-10-18 22:44:07 +05:30
parent dae1a994c9
commit 4b09f4061c
+1 -1
View File
@@ -57,7 +57,7 @@ return array(
'redis' => array(
'driver' => 'redis',
'queue' => 'default'
'queue' => 'default',
),
),