Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit f246143

Browse files
committed
1.3.6 - Bugfix to Filters.
Filter query not being returned in circumstances.
1 parent e34ee58 commit f246143

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Classes/Filters/FilterBelongsToRelationships.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public function __invoke($query, $searchValue, $relationshipModelFactory, $model
4747
}
4848
});
4949
}
50+
51+
return $query;
5052
}
5153

5254
return $query;

src/Classes/Filters/FilterHasManyRelationships.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ public function __invoke($query, $searchValue, $relationshipModelFactory, $local
4545
});
4646
}
4747
}
48+
49+
return $query;
4850
}
4951
}

0 commit comments

Comments
 (0)