Skip to content

Commit

Permalink
Add aggregate method to Eloquent passthru (#39772)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon committed Nov 25, 2021
1 parent a8b9642 commit 097ca1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Eloquent/Builder.php
Expand Up @@ -79,6 +79,7 @@ class Builder
* @var string[]
*/
protected $passthru = [
'aggregate',
'average',
'avg',
'count',
Expand Down

0 comments on commit 097ca1a

Please sign in to comment.