mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-11 16:50:09 +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\Interventi;
|
||||||
use API\App\v1\RigheInterventi;
|
use API\App\v1\RigheInterventi;
|
||||||
use API\App\v1\SessioniInterventi;
|
use API\App\v1\SessioniInterventi;
|
||||||
|
use API\App\v1\CampiPersonalizzatiValori;
|
||||||
use API\Interfaces\UpdateInterface;
|
use API\Interfaces\UpdateInterface;
|
||||||
use API\Resource;
|
use API\Resource;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
@ -67,6 +68,7 @@ class Intervento extends Resource implements UpdateInterface
|
|||||||
'righe' => new RigheInterventi(),
|
'righe' => new RigheInterventi(),
|
||||||
'sessioni' => new SessioniInterventi(),
|
'sessioni' => new SessioniInterventi(),
|
||||||
'allegati' => new AllegatiInterventi(),
|
'allegati' => new AllegatiInterventi(),
|
||||||
|
'campi_personalizzati_valori' => new CampiPersonalizzatiValori(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user