1
0
Эх сурвалжийг харах

Update backup.php

fix directory path to the real cache directory
Strubbl 2 жил өмнө
parent
commit
d093425511
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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'),
                 ],