mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-17 09:48:41 +00:00
remove getId()
This commit is contained in:
parent
a1e8b8de7b
commit
dad0683e2e
|
|
@ -59,17 +59,6 @@ class Email extends MailEmail implements \JsonSerializable
|
||||||
$this->createdAt = new \DateTimeImmutable('now');
|
$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
|
public function getL11nByLanguage(string $language) : EmailL11n
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -74,17 +74,6 @@ class EmailL11n implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
public string $bodyAlt = '';
|
public string $bodyAlt = '';
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get language
|
* Get language
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user