Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing function issue #711

Merged
merged 2 commits into from
Mar 5, 2023
Merged

Fix missing function issue #711

merged 2 commits into from
Mar 5, 2023

Conversation

JerryBels
Copy link
Contributor

getUnqualifiedScoutKeyName doesn't exist anymore. Since getScoutKeyName sends back to \Illuminate\Database\Eloquent\Model::getKeyName which is unqualified, the fix is straightforward.

`getUnqualifiedScoutKeyName` doesn't exist anymore. Since `getScoutKeyName` sends back to `\Illuminate\Database\Eloquent\Model::getKeyName` which is unqualified, the fix is straightforward.
@JerryBels
Copy link
Contributor Author

Resolves #710

@taylorotwell taylorotwell merged commit 961d599 into laravel:10.x Mar 5, 2023
@driesvints
Copy link
Member

driesvints commented Mar 6, 2023

Thanks @JerryBels.

@mmachatschek this is correct, right?

@mmachatschek
Copy link
Contributor

mmachatschek commented Mar 6, 2023

This looks ok @driesvints 👍 probably was some rebase issue on my side

@driesvints
Copy link
Member

No worries. I could have maybe missed this as well during merging 9.x into 10.x, thanks!

@JerryBels JerryBels deleted the patch-1 branch March 6, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants