-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Can I use whereNotNull?
#2183
-
Can I use the function whereNotNull
, it seems I don't see it in the GitHub readme.md
file. And is it the best way to do it? or there is something else? thanks .❤
Sample Code:
$user = User::whereNotNull('age')->get();
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment