dpapala

Results 1 issues of dpapala

Hi, i'm using this query `models_types::orderby('manufacturer_name')->groupby('manufacturer_name')->pluck('manufacturer_name','_id');` so that to get an array with these 2 fields. If i remove the groupby works fine but with it i get the error...

Needs investigation