Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for SelectQuery::select()
When using a Closure as first parameter of SelectQuery::select(), it will receive the SelectQuery instance as parameter. However, SelectQuery::count() is not an existing method and FunctionsBuilder returned by SelectQuery::func() must be used instead.
- Loading branch information