mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-11 19:58:40 +00:00
remove getId()
This commit is contained in:
parent
2b19a7550d
commit
79d83c0bcb
|
|
@ -103,18 +103,6 @@ class WorkflowInstanceAbstract
|
||||||
$this->createdAt = new \DateTimeImmutable('now');
|
$this->createdAt = new \DateTimeImmutable('now');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set status
|
* Set status
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -107,18 +107,6 @@ class WorkflowTemplate
|
||||||
$this->source = new NullCollection();
|
$this->source = new NullCollection();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get hooks
|
* Get hooks
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user