fix: correzione upload allegati da app
This commit is contained in:
parent
ce334f1a35
commit
657f3e3559
|
@ -105,9 +105,6 @@ class AllegatiInterventi extends AppResource
|
|||
'id_record' => $data['id_intervento'],
|
||||
], $data['nome'], $data['categoria']);
|
||||
|
||||
// Chiusura e rimozione del file temporaneo
|
||||
delete($file);
|
||||
|
||||
return [
|
||||
'id' => $upload->id,
|
||||
'tipo' => $upload->extension,
|
||||
|
|
Loading…
Reference in New Issue