I'm getting a result via Request
in Laravel
like this: "2.1", I need to remove the double quotation marks from the result, because when I enter as a parameter in the query the whereIn
understands as string
ao instead of a array
and returns only 1 result instead of all.