Skip to content

Commit ec37d64

Browse files
committed
Remove unused getAtlasSearchDefinition
1 parent c75401a commit ec37d64

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/Models/User.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,4 @@ public function toSearchableArray(): array
154154
'name' => $this->name,
155155
];
156156
}
157-
158-
public function getAtlasSearchDefinition(): array
159-
{
160-
return [
161-
'mappings' => [
162-
'fields' => [
163-
'name' => [
164-
'type' => 'string',
165-
],
166-
],
167-
],
168-
];
169-
}
170157
}

0 commit comments

Comments
 (0)