X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/008e7a4d25b96c72469120ef4c7f760fd8662a08..refs/pull/5312/head:/app/Config/cache.php diff --git a/app/Config/cache.php b/app/Config/cache.php index d1d47ab16..b588437ff 100644 --- a/app/Config/cache.php +++ b/app/Config/cache.php @@ -54,6 +54,7 @@ return [ 'file' => [ 'driver' => 'file', 'path' => storage_path('framework/cache'), + 'lock_path' => storage_path('framework/cache'), ], 'memcached' => [