Update backup.php

fix directory path to the real cache directory
This commit is contained in:
Strubbl 2023-03-04 22:49:04 +01:00 committed by GitHub
parent 8f6c6840b6
commit d093425511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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