From d093425511ad62d6822cd102da75b2b71e09cee9 Mon Sep 17 00:00:00 2001 From: Strubbl <97055+Strubbl@users.noreply.github.com> Date: Sat, 4 Mar 2023 22:49:04 +0100 Subject: [PATCH] Update backup.php fix directory path to the real cache directory --- config/backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/backup.php b/config/backup.php index a356ea41e..8a6c07a7c 100644 --- a/config/backup.php +++ b/config/backup.php @@ -28,7 +28,7 @@ return [ */ 'exclude' => [ base_path('.git'), - base_path('cache'), + base_path('storage/app/public/cache'), base_path('vendor'), base_path('node_modules'), ],