diff --git a/config/cache.php b/config/cache.php index 94f8801f..9006504e 100644 --- a/config/cache.php +++ b/config/cache.php @@ -50,7 +50,9 @@ 'memcached' => [ 'driver' => 'memcached', 'servers' => [ - 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100 + [ + 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100 + ], ], ],