This commit is contained in:
Marcus Moore 2024-07-17 10:58:48 -07:00
parent dd32341502
commit 04b6cb763f
No known key found for this signature in database

View file

@ -536,6 +536,8 @@ class Importer extends Component
return;
}
// @todo: next up...handle the file being missing for other interactions...
if (Storage::delete('private_uploads/imports/' . $import->file_path)) {
$import->delete();
$this->message = trans('admin/hardware/message.import.file_delete_success');