diff --git a/Models/Position.php b/Models/Position.php index 83a0aa4..fca7df8 100644 --- a/Models/Position.php +++ b/Models/Position.php @@ -259,8 +259,8 @@ class Position implements ArrayableInterface, \JsonSerializable 'id' => $this->id, 'name' => $this->name, 'description' => $this->description, - 'department' => $this->department, - 'parent' => $this->parent, + 'department' => $this->department, + 'parent' => $this->parent, ]; } diff --git a/Models/Unit.php b/Models/Unit.php index 9110576..1bac1ba 100644 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -225,7 +225,7 @@ class Unit implements ArrayableInterface, \JsonSerializable 'id' => $this->id, 'name' => $this->name, 'description' => $this->description, - 'parent' => $this->parent, + 'parent' => $this->parent, ]; }