remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:07 +02:00
parent 2b19a7550d
commit 79d83c0bcb
2 changed files with 0 additions and 24 deletions

View File

@ -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
*

View File

@ -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
*