fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-27 02:29:44 +00:00
parent 1241a5fc1e
commit eab6d2c450

View File

@ -89,8 +89,8 @@ class Department implements \JsonSerializable
*/ */
public function __construct(string $name = '') public function __construct(string $name = '')
{ {
$this->name = $name; $this->name = $name;
$this->unit = new NullUnit(); $this->unit = new NullUnit();
} }
/** /**