remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:00 +02:00
parent 31238fc2fe
commit a316b35cc1

View File

@ -65,18 +65,6 @@ class EditorDocType implements \JsonSerializable
$this->setL11n($name);
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* @return string
*