mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-12 00:18:40 +00:00
Fixes belongs to bugs
This commit is contained in:
parent
0fd6a4d6cf
commit
eab8ce4bff
|
|
@ -175,7 +175,7 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||||
*/
|
*/
|
||||||
public function getCreatedBy() : int
|
public function getCreatedBy()
|
||||||
{
|
{
|
||||||
return $this->createdBy;
|
return $this->createdBy;
|
||||||
}
|
}
|
||||||
|
|
@ -186,7 +186,7 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||||
*/
|
*/
|
||||||
public function setCreatedBy(int $id)
|
public function setCreatedBy($id)
|
||||||
{
|
{
|
||||||
$this->createdBy = $id;
|
$this->createdBy = $id;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user