Explorar o código

Update backup.php

fix directory path to the real cache directory
Strubbl %!s(int64=2) %!d(string=hai) anos
pai
achega
d093425511
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'),
                 ],