mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-01 01:18: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,
|
||||
'description' => $this->description,
|
||||
'descriptionRaw' => $this->descriptionRaw,
|
||||
'parent' => $this->parent ?? new NullUnit(),
|
||||
'parent' => $this->parent,
|
||||
'image' => $this->image,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user