fix formatting

This commit is contained in:
Samuel Štancl 2021-04-14 17:41:08 +02:00 committed by GitHub
parent 9e2c775d5c
commit fd8b11ec70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,11 +35,11 @@ To dispatch a job such that it will run centrally under all circumstances, creat
```jsx
// queue.connections
'central' => [
'driver' => 'database',
'driver' => 'database',
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
'central' => true, // <---
'central' => true, // <---
],
```