Add expire option by default.

This commit is contained in:
Taylor Otwell
2014-12-16 16:10:19 -06:00
parent e2b7f92abe
commit 3646070dc1

View File

@@ -61,6 +61,7 @@ return [
'redis' => [
'driver' => 'redis',
'queue' => 'default',
'expire' => 60,
],
],