mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-16 16:28:41 +00:00
fix infinite parsing bug
This commit is contained in:
parent
f58f6e7b21
commit
d50116d884
|
|
@ -273,7 +273,7 @@ class Unit implements \JsonSerializable, ArrayableInterface
|
||||||
'status' => $this->status,
|
'status' => $this->status,
|
||||||
'description' => $this->description,
|
'description' => $this->description,
|
||||||
'descriptionRaw' => $this->descriptionRaw,
|
'descriptionRaw' => $this->descriptionRaw,
|
||||||
'parent' => $this->parent ?? new NullUnit(),
|
'parent' => $this->parent,
|
||||||
'image' => $this->image,
|
'image' => $this->image,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user