mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-25 13:28:33 +01:00
Fix per sincrinizzazione rapida app dei campi personalizzati
This commit is contained in:
parent
95839d0df1
commit
8cae55c32f
@ -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(),
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user