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

Add support for whereNot and orWhereNot #1958

Merged
merged 6 commits into from
May 25, 2024

Conversation

ganyicz
Copy link
Contributor

@ganyicz ganyicz commented May 25, 2024

✅ Added or updated tests
✅ Documented user facing changes

Changes

This PR adds support for all HigherOrderBuilder proxies. Currently Larastan only supports orWhere but there are two more: https://github.com/laravel/framework/blob/e2d55af66635941d931b8e89af17553625c9699d/src/Illuminate/Database/Eloquent/Builder.php#L26-L28

The change was fairly simple, I followed the previous addition of orWhere from 2021: #884

Breaking changes

No breaking changes as far as I know

@canvural canvural merged commit ee7998e into larastan:2.x May 25, 2024
32 of 35 checks passed
@canvural
Copy link
Collaborator

Thank you!

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.

2 participants