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 *