Remove extra whitespace in config/cache.php

This commit is contained in:
Jorge González 2016-08-23 22:39:29 -05:00 committed by GitHub
parent 6f6851946b
commit 82357a563a
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' => [