Skip to content

Commit

Permalink
Restore return type
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jul 11, 2024
1 parent 25382b6 commit cc1d3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eloquent/QueriesExpressions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trait QueriesExpressions
/**
* Get a new query builder instance for the connection.
*
* @return \Illuminate\Database\Query\Builder
* @return \Staudenmeir\LaravelCte\Query\Builder
*/
protected function newBaseQueryBuilder()
{
Expand Down

0 comments on commit cc1d3cf

Please sign in to comment.