Skip to content

Commit b15dab6

Browse files
committed
1 parent 8f08b8c commit b15dab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DescendantsRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(QueryBuilder $builder, Model $model)
4343
*
4444
* @return mixed
4545
*/
46-
public function getRelationQuery(EloquentBuilder $query, EloquentBuilder $parent,
46+
public function getRelationExistenceQuery(EloquentBuilder $query, EloquentBuilder $parent,
4747
$columns = [ '*' ]
4848
) {
4949
$query->select($columns);

0 commit comments

Comments
 (0)