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

[12.x] Add Expression type to param $value of QueryBuilder orHaving() method #55202

Merged

Conversation

faissaloux
Copy link
Contributor

Following #55200 as it's merged, in this PR I added QueryExpression type to param $value of QueryBuilder orHaving() method.

$query->orHaving('count', '<', DB::raw('max'));

Static analyser error

image

@taylorotwell taylorotwell merged commit f2f55a2 into laravel:12.x Mar 29, 2025
41 checks passed
@faissaloux faissaloux deleted the orhaving-value-expression-type branch March 29, 2025 17:48
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.

None yet

2 participants