소스 검색

Update backup.php

fix directory path to the real cache directory
Strubbl 2 년 전
부모
커밋
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'),
                 ],