]> BookStack Code Mirror - bookstack/blobdiff - app/Config/cache.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / app / Config / cache.php
index ded1dcae6cde447c5a181cfb87f86d03226c63fc..86297b2362579d4d4f35ab5b1a9a6bdd8b70e638 100644 (file)
@@ -58,10 +58,10 @@ return [
 
         'memcached' => [
             'driver'        => 'memcached',
-            'options' => [
+            'options'       => [
                 // Memcached::OPT_CONNECT_TIMEOUT => 2000,
             ],
-            'servers' =>  $memcachedServers ?? [],
+            'servers' => $memcachedServers ?? [],
         ],
 
         'redis' => [