findOne($query) ? #2478
Answered
by
Giacomo92
0utc0ntr0l2021
asked this question in
Q&A
findOne($query) ?
#2478
-
how to make this code work ?
|
Beta Was this translation helpful? Give feedback.
Answered by
Giacomo92
Dec 19, 2022
Replies: 1 comment
-
Hi @0utc0ntr0l2021 , |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
divine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @0utc0ntr0l2021 ,
try this:
$range = RangeModel::where('endip', '>=', (float)$ipnum)->first();