This commit is contained in:
Frédéric FRANCE 2020-10-31 13:58:07 +01:00 committed by GitHub
parent 11f9c4cfbd
commit ffb8c91dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,9 +130,6 @@ class Asset extends CommonObject
*/
public $description;
public $note_public;
public $note_private;
/**
* @var integer|string date_creation
*/
@ -151,6 +148,9 @@ class Asset extends CommonObject
*/
public $fk_user_modif;
/**
* @var string import key
*/
public $import_key;
/**