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 changed files with 1 additions and 1 deletions

View File

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