Commit 961d599
authored
Fix missing function issue (#711)
* Fix missing function issue
`getUnqualifiedScoutKeyName` doesn't exist anymore. Since `getScoutKeyName` sends back to `\Illuminate\Database\Eloquent\Model::getKeyName` which is unqualified, the fix is straightforward.
* Update MeilisearchEngineTest.php1 parent caa2937 commit 961d599
File tree
2 files changed
+2
-2
lines changed- src/Engines
- tests/Unit
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments