mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Remove local file
This commit is contained in:
parent
bf690e5cb8
commit
c68fc24e2c
@ -498,6 +498,7 @@ class CompanyExport implements ShouldQueue
|
||||
|
||||
if(Ninja::isHosted()) {
|
||||
Storage::disk(config('filesystems.default'))->put('backups/'.$file_name, file_get_contents($zip_path));
|
||||
unlink($zip_path);
|
||||
}
|
||||
|
||||
App::forgetInstance('translator');
|
||||
|
Loading…
x
Reference in New Issue
Block a user