Add todo
This commit is contained in:
parent
dd32341502
commit
04b6cb763f
1 changed files with 2 additions and 0 deletions
|
@ -536,6 +536,8 @@ class Importer extends Component
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @todo: next up...handle the file being missing for other interactions...
|
||||||
|
|
||||||
if (Storage::delete('private_uploads/imports/' . $import->file_path)) {
|
if (Storage::delete('private_uploads/imports/' . $import->file_path)) {
|
||||||
$import->delete();
|
$import->delete();
|
||||||
$this->message = trans('admin/hardware/message.import.file_delete_success');
|
$this->message = trans('admin/hardware/message.import.file_delete_success');
|
||||||
|
|
Loading…
Add table
Reference in a new issue