mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-22 14:28:57 +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
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
public function getCreatedBy() : int
|
||||
public function getCreatedBy()
|
||||
{
|
||||
return $this->createdBy;
|
||||
}
|
||||
|
|
@ -186,7 +186,7 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable
|
|||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
public function setCreatedBy(int $id)
|
||||
public function setCreatedBy($id)
|
||||
{
|
||||
$this->createdBy = $id;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user