mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-11 06:48:41 +00:00
remove getId()
This commit is contained in:
parent
2b19a7550d
commit
79d83c0bcb
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user