From 33a699e58732df90a1f3e7ccdb217daf2d196bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Fri, 13 Oct 2017 16:58:46 +0200 Subject: [PATCH] Add new lines (#3169) --- config/cache.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index c9a8054ac..e4a343706 100644 --- a/config/cache.php +++ b/config/cache.php @@ -51,7 +51,9 @@ return [ 'driver' => 'memcached', 'servers' => [ [ - 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100 + 'host' => '127.0.0.1', + 'port' => 11211, + 'weight' => 100, ], ], ],