1
I’m getting a result via Request in the Laravel thus: "2,1", I need to remove double quotes of the result, because when I enter as parameter in the query the whereIn understands as a string instead of a array and returns only 1 result instead of all.
post the full code !
– novic