Laravel Eloquent – distinct() and count() not working properly together

The following should work

$ad->getcodes()->distinct()->count('pid');

Leave a Comment