We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc8202 commit bd13570Copy full SHA for bd13570
src/API/App/v1/AllegatiInterventi.php
@@ -90,7 +90,7 @@ public function retrieveRecord($id)
90
91
public function createRecord($data)
92
{
93
- $module = Module::where('name', 'Anagrafiche')->first()->id;
+ $module = Module::where('name', 'Interventi')->first()->id;
94
95
// Creazione del file temporaneo
96
$content = explode(',', (string) $data['contenuto']);
0 commit comments