From b4731c1d385255db6082b16fe478332c2ad6dd2b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:36:59 +0200 Subject: [PATCH] remove getId() --- Models/DashboardBoard.php | 12 ------------ Models/DashboardComponent.php | 11 ----------- 2 files changed, 23 deletions(-) diff --git a/Models/DashboardBoard.php b/Models/DashboardBoard.php index deda64d..ce6a04a 100755 --- a/Models/DashboardBoard.php +++ b/Models/DashboardBoard.php @@ -78,18 +78,6 @@ class DashboardBoard implements \JsonSerializable $this->account = new NullAccount(); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Get status * diff --git a/Models/DashboardComponent.php b/Models/DashboardComponent.php index 4883498..171c22a 100755 --- a/Models/DashboardComponent.php +++ b/Models/DashboardComponent.php @@ -64,17 +64,6 @@ class DashboardComponent implements \JsonSerializable */ public string $component = ''; - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } /** * {@inheritdoc}