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, ], ], ],