Commit 362383d7 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3904 from scrubmx/patch-5

[5.3] Remove extra whitespace in config/cache.php
parents f5dfa205 82357a56
......@@ -52,11 +52,11 @@ return [
'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' => [
......
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