Skip to content

Commit

Permalink
Fixes docblock changes from laravel#44784
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 3, 2023
1 parent 89126bf commit 8af1bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Builder.php
Expand Up @@ -1989,7 +1989,7 @@ public function orWhereFullText($columns, $value, array $options = [])
/**
* Add a "group by" clause to the query.
*
* @param array|string ...$groups
* @param array|string|\Illuminate\Contracts\Database\Query\Expression ...$groups
* @return $this
*/
public function groupBy(...$groups)
Expand Down

0 comments on commit 8af1bbe

Please sign in to comment.