From 79d83c0bcbe0f3182016eb1344ce521f4deaa67d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:37:07 +0200 Subject: [PATCH] remove getId() --- Models/WorkflowInstanceAbstract.php | 12 ------------ Models/WorkflowTemplate.php | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/Models/WorkflowInstanceAbstract.php b/Models/WorkflowInstanceAbstract.php index bb6b784..d90d8f3 100755 --- a/Models/WorkflowInstanceAbstract.php +++ b/Models/WorkflowInstanceAbstract.php @@ -103,18 +103,6 @@ class WorkflowInstanceAbstract $this->createdAt = new \DateTimeImmutable('now'); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Set status * diff --git a/Models/WorkflowTemplate.php b/Models/WorkflowTemplate.php index 16fc749..d8b918f 100755 --- a/Models/WorkflowTemplate.php +++ b/Models/WorkflowTemplate.php @@ -107,18 +107,6 @@ class WorkflowTemplate $this->source = new NullCollection(); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Get hooks *