Use expire for consistency.

This commit is contained in:
Taylor Otwell
2016-07-22 14:40:53 -05:00
parent ea52a96386
commit 3cc0388ed7

View File

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