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' => [