Clean code

This commit is contained in:
Laurent Destailleur 2021-04-27 01:12:40 +02:00
parent d2b91e934a
commit 539954f760

View File

@ -405,6 +405,7 @@ class AgendaEvents extends DolibarrApi
unset($object->region_id);
unset($object->actions);
unset($object->lines);
unset($object->modelpdf);
return $object;
}