Skip to content

Commit

Permalink
add count keyword ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Aug 16, 2021
1 parent 297b3b8 commit 53ac4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ParametersRequest/QueryBuilderRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ private function queryBuilderKeywords(): array {
'select',
'limit',
'with',
'trashed'
'trashed',
'count'
];
}

Expand Down

0 comments on commit 53ac4e5

Please sign in to comment.