Merge pull request #5828 from turbo124/v5-develop
Refactor for Zipping backups
This commit is contained in:
commit
d5c4b85434
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ class CompanyExport implements ShouldQueue
|
|||
|
||||
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));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue