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

Merge pull request #3196 from ytake/develop

fixed MemcachedConnector Illegal string offset 'host'
parents c84e2fa0 ef6dc637
......@@ -50,7 +50,9 @@ return [
'memcached' => [
'driver' => 'memcached',
'servers' => [
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
[
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
],
],
],
......
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