formatting

This commit is contained in:
Taylor Otwell 2018-03-13 15:30:45 -05:00
parent 0753442e12
commit e490bc6d23
1 changed files with 2 additions and 6 deletions

View File

@ -43,14 +43,10 @@ To see how read / write connections should be configured, let's look at this exa
'mysql' => [
'read' => [
'host' => [
'192.168.1.1'
]
'host' => ['192.168.1.1'],
],
'write' => [
'host' => [
'196.168.1.2'
]
'host' => ['196.168.1.2'],
],
'sticky' => true,
'driver' => 'mysql',