Fix 2
This commit is contained in:
@@ -34,7 +34,6 @@ protected function makeAllSearchableUsing(Builder $query): Builder
|
||||
|
||||
public function toSearchableArray(): array
|
||||
{
|
||||
$this->load('person');
|
||||
return [
|
||||
'person' => $this->person,
|
||||
'addresses' => $this->person->addresses,
|
||||
|
||||
Reference in New Issue
Block a user