Fix per sincrinizzazione rapida app dei campi personalizzati

This commit is contained in:
Matteo 2024-06-19 17:55:02 +02:00
parent 95839d0df1
commit 8cae55c32f
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ use API\App\v1\Clienti;
use API\App\v1\Interventi;
use API\App\v1\RigheInterventi;
use API\App\v1\SessioniInterventi;
use API\App\v1\CampiPersonalizzatiValori;
use API\Interfaces\UpdateInterface;
use API\Resource;
use Carbon\Carbon;
@ -67,6 +68,7 @@ class Intervento extends Resource implements UpdateInterface
'righe' => new RigheInterventi(),
'sessioni' => new SessioniInterventi(),
'allegati' => new AllegatiInterventi(),
'campi_personalizzati_valori' => new CampiPersonalizzatiValori(),
];
}