diff --git a/Models/Email.php b/Models/Email.php index 217f977..f4d7e55 100755 --- a/Models/Email.php +++ b/Models/Email.php @@ -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 { diff --git a/Models/EmailL11n.php b/Models/EmailL11n.php index 4acf605..4267257 100644 --- a/Models/EmailL11n.php +++ b/Models/EmailL11n.php @@ -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