diff --git a/src/API/App/v1/AllegatiInterventi.php b/src/API/App/v1/AllegatiInterventi.php index 41dec54b0..7cba09834 100644 --- a/src/API/App/v1/AllegatiInterventi.php +++ b/src/API/App/v1/AllegatiInterventi.php @@ -63,6 +63,7 @@ class AllegatiInterventi extends AppResource 'categoria' => $upload->category, 'size' => $upload->size, 'id_intervento' => $upload->id_record, + 'data_creazione' => $upload->created_at, ]; return $record;