N°6980 - Remove cmdbAbstractObject::DBCloneTracked_Internal

This commit is contained in:
Anne-Cath
2025-07-29 11:35:45 +02:00
parent 2f8b35c153
commit 78c63f7502
2 changed files with 0 additions and 30 deletions

View File

@@ -433,14 +433,6 @@ abstract class CMDBObject extends DBObject
}
public function DBClone($newKey = null)
{
return $this->DBCloneTracked_Internal();
}
/**
* @deprecated 3.1.1 3.2.0 N°6966 We will have only one DBClone method in the future
*/
protected function DBCloneTracked_Internal($newKey = null)
{
$newKey = parent::DBClone($newKey);
$oClone = MetaModel::GetObject(get_class($this), $newKey);