| 1 | <?php | ||
| 7 | class GroupByCriterion implements CriterionInterface | ||
| 8 | { | ||
| 9 | private $groups; | ||
| 10 | |||
| 11 | public function __construct(...$groups) | ||
| 20 | |||
| 21 | /** | ||
| 22 | * @param \Illuminate\Database\Eloquent\Builder $query | ||
| 23 | * | ||
| 24 | * @return \Illuminate\Database\Eloquent\Builder|void | ||
| 25 | */ | ||
| 26 | public function apply($query) | ||
| 30 | } | ||
| 31 |