Use expire for consistency.

This commit is contained in:
Taylor Otwell 2016-07-22 14:40:53 -05:00
parent ea52a96386
commit 3cc0388ed7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
'driver' => 'beanstalkd', 'driver' => 'beanstalkd',
'host' => 'localhost', 'host' => 'localhost',
'queue' => 'default', 'queue' => 'default',
'ttr' => 90, 'expire' => 90,
], ],
'sqs' => [ 'sqs' => [