Commit 3cc0388e authored by Taylor Otwell's avatar Taylor Otwell

Use expire for consistency.

parent ea52a963
...@@ -45,7 +45,7 @@ return [ ...@@ -45,7 +45,7 @@ return [
'driver' => 'beanstalkd', 'driver' => 'beanstalkd',
'host' => 'localhost', 'host' => 'localhost',
'queue' => 'default', 'queue' => 'default',
'ttr' => 90, 'expire' => 90,
], ],
'sqs' => [ 'sqs' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment