remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:02 +02:00
parent 59ebfc1b90
commit f452904d14

View File

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