X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/85dd71507e7d88eb94f5d59b865bcc4e1c1cae4f..refs/pull/5312/head:/app/Config/cache.php diff --git a/app/Config/cache.php b/app/Config/cache.php index 2ba16059a..b588437ff 100644 --- a/app/Config/cache.php +++ b/app/Config/cache.php @@ -53,8 +53,8 @@ return [ 'file' => [ 'driver' => 'file', - 'path' => storage_path('framework/cache/data'), - 'lock_path' => storage_path('framework/cache/data'), + 'path' => storage_path('framework/cache'), + 'lock_path' => storage_path('framework/cache'), ], 'memcached' => [