mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-14 07:18:42 +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 = '')
|
public function __construct(string $name = '')
|
||||||
{
|
{
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
$this->unit = new NullUnit();
|
$this->unit = new NullUnit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user