Open notflip opened 7 years ago
I'm wondering if it's possible to return unique value's?
I think you can use the distinct() function on the query builder to achieve this! Ex Model::search()->distinct()
I'm wondering if it's possible to return unique value's?