This commit is contained in:
Simon Pocrnjič
2024-11-19 19:46:34 +01:00
parent d3f86470ce
commit d2f916bb79
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public function toSearchableArray(): array
];*/
return [
'person' => $this->person
'person' => $this->person->toArray()
];
}