Add new lines (#3169)

This commit is contained in:
Szabó Gergő 2017-10-13 16:58:46 +02:00 committed by Luke Towers
parent c3a2522a04
commit 33a699e587
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ return [
'driver' => 'memcached',
'servers' => [
[
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
'host' => '127.0.0.1',
'port' => 11211,
'weight' => 100,
],
],
],