mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-27 15:18:40 +00:00
fix tests
This commit is contained in:
parent
1241a5fc1e
commit
eab6d2c450
|
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user