diff --git a/Models/EventAttribute.php b/Models/EventAttribute.php index fd7aa91..003d06c 100755 --- a/Models/EventAttribute.php +++ b/Models/EventAttribute.php @@ -67,18 +67,6 @@ class EventAttribute implements \JsonSerializable $this->value = new NullEventAttributeValue(); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * {@inheritdoc} */ diff --git a/Models/EventAttributeType.php b/Models/EventAttributeType.php index e8425ec..fdfcc5c 100755 --- a/Models/EventAttributeType.php +++ b/Models/EventAttributeType.php @@ -90,18 +90,6 @@ class EventAttributeType implements \JsonSerializable $this->setL11n($name); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Set l11n * diff --git a/Models/EventAttributeValue.php b/Models/EventAttributeValue.php index 6691d52..7d4f0e9 100755 --- a/Models/EventAttributeValue.php +++ b/Models/EventAttributeValue.php @@ -108,17 +108,6 @@ class EventAttributeValue implements \JsonSerializable */ private ?BaseStringL11n $l11n = null; - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } /** * Set value