This commit is contained in:
Frédéric FRANCE 2023-02-13 14:03:34 +01:00 committed by GitHub
parent 19bfb021e1
commit a8daf57f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,11 @@ class Asset extends CommonObject
public $status;
public $user_cloture_id;
/**
* @var Asset object oldcopy
*/
public $oldcopy;
// /**
// * @var string Field with ID of parent key if this object has a parent
// */