Sync with laravel

This commit is contained in:
Graham Campbell
2016-03-24 15:21:02 +00:00
parent bca7c5340a
commit 1438783c07
5 changed files with 16 additions and 16 deletions
+3 -1
View File
@@ -60,7 +60,9 @@ return [
'driver' => 'memcached',
'servers' => [
[
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100,
'host' => '127.0.0.1',
'port' => 11211,
'weight' => 100,
],
],
],