We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f08b8c commit b15dab6Copy full SHA for b15dab6
src/DescendantsRelation.php
@@ -43,7 +43,7 @@ public function __construct(QueryBuilder $builder, Model $model)
43
*
44
* @return mixed
45
*/
46
- public function getRelationQuery(EloquentBuilder $query, EloquentBuilder $parent,
+ public function getRelationExistenceQuery(EloquentBuilder $query, EloquentBuilder $parent,
47
$columns = [ '*' ]
48
) {
49
$query->select($columns);
0 commit comments