diff --git a/Models/Department.php b/Models/Department.php index e5c6eac..07c9f81 100755 --- a/Models/Department.php +++ b/Models/Department.php @@ -89,8 +89,8 @@ class Department implements \JsonSerializable */ public function __construct(string $name = '') { - $this->name = $name; - $this->unit = new NullUnit(); + $this->name = $name; + $this->unit = new NullUnit(); } /**