Reduce the size of an export of website template. Removed useless files.

This commit is contained in:
Laurent Destailleur
2024-01-31 18:08:50 +01:00
parent 3f5488c3ae
commit cd7bab52ea
2 changed files with 37 additions and 7 deletions

View File

@@ -62,6 +62,11 @@ abstract class CommonObject
*/
public $id;
/**
* @var int Another ID that is the $id but with an offset so that ID of the website start at 1
*/
public $newid;
/**
* @var int The environment ID when using a multicompany module
*/