Merge pull request #5828 from turbo124/v5-develop

Refactor for Zipping backups
This commit is contained in:
David Bomba 2021-05-26 18:53:53 +10:00 committed by GitHub
commit d5c4b85434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -451,7 +451,7 @@ class CompanyExport implements ShouldQueue
NinjaMailerJob::dispatch($nmo); NinjaMailerJob::dispatch($nmo);
UnlinkFile::dispatch(config('filesystems.default'), $path.$file_name)->delay(now()->addHours(1)); UnlinkFile::dispatch(config('filesystems.default'), 'backups/'.$file_name)->delay(now()->addHours(1));
} }
} }