Put a comma after option just to match the other arrays
This commit is contained in:
parent
dae1a994c9
commit
4b09f4061c
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
'redis' => array(
|
'redis' => array(
|
||||||
'driver' => 'redis',
|
'driver' => 'redis',
|
||||||
'queue' => 'default'
|
'queue' => 'default',
|
||||||
),
|
),
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue