Fix 2
This commit is contained in:
@@ -42,7 +42,7 @@ public function toSearchableArray(): array
|
||||
];*/
|
||||
|
||||
return [
|
||||
'person' => $this->person
|
||||
'person' => $this->person->toArray()
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user