remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:03 +02:00
parent a1e8b8de7b
commit dad0683e2e
2 changed files with 0 additions and 22 deletions

View File

@ -59,17 +59,6 @@ class Email extends MailEmail implements \JsonSerializable
$this->createdAt = new \DateTimeImmutable('now');
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
public function getL11nByLanguage(string $language) : EmailL11n
{

View File

@ -74,17 +74,6 @@ class EmailL11n implements \JsonSerializable
*/
public string $bodyAlt = '';
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* Get language