diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index b4110f5..5a4e2f3 100644 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -175,7 +175,7 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @since 1.0.0 * @author Dennis Eichhorn */ - 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 */ - public function setCreatedBy(int $id) + public function setCreatedBy($id) { $this->createdBy = $id; }