Ver Fonte

Update backup.php

fix directory path to the real cache directory
Strubbl há 2 anos atrás
pai
commit
d093425511
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      config/backup.php

+ 1 - 1
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'),
                 ],