Merge pull request #3904 from scrubmx/patch-5

[5.3] Remove extra whitespace in config/cache.php
This commit is contained in:
Taylor Otwell 2016-08-24 10:28:57 +02:00 committed by GitHub
commit 362383d7c5
1 changed files with 2 additions and 2 deletions

View File

@ -52,11 +52,11 @@
'memcached' => [
'driver' => 'memcached',
'persistent_id' => env('MEMCACHED_PERSISTENT_ID'),
'sasl' => [
'sasl' => [
env('MEMCACHED_USERNAME'),
env('MEMCACHED_PASSWORD'),
],
'options' => [
'options' => [
// Memcached::OPT_CONNECT_TIMEOUT => 2000,
],
'servers' => [