Skip to content

Commit bd13570

Browse files
committed
fix: correzione api allegati
1 parent ecc8202 commit bd13570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/API/App/v1/AllegatiInterventi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function retrieveRecord($id)
9090

9191
public function createRecord($data)
9292
{
93-
$module = Module::where('name', 'Anagrafiche')->first()->id;
93+
$module = Module::where('name', 'Interventi')->first()->id;
9494

9595
// Creazione del file temporaneo
9696
$content = explode(',', (string) $data['contenuto']);

0 commit comments

Comments
 (0)