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: updateOrInsert signature change in 11.10 #216

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

taka-oyama
Copy link
Collaborator

@taka-oyama taka-oyama commented Jun 5, 2024

laravel/framework#51566 broke the signature and will now throw an error.

Closes #219

@taka-oyama taka-oyama added the bug Something isn't working label Jun 5, 2024
@taka-oyama taka-oyama self-assigned this Jun 5, 2024
@LeVadim
Copy link

LeVadim commented Jun 7, 2024

When can this be merged? Thank you! @taka-oyama


if ($values instanceof Closure) {
$values = $values($exists);
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@Uyan712 Uyan712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@taka-oyama taka-oyama merged commit 60d8e79 into master Jun 10, 2024
1 check passed
@taka-oyama taka-oyama deleted the fix/signature-change branch June 10, 2024 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants