Update comment to explain empty methods
[MAILPOET-3036]
This commit is contained in:
@@ -62,14 +62,14 @@ class FormListingRepository extends ListingRepository {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected function applySearch(QueryBuilder $queryBuilder, string $search) {
|
protected function applySearch(QueryBuilder $queryBuilder, string $search) {
|
||||||
// TODO: Implement applySearch() method.
|
// the parent class requires this method, but forms listing doesn't currently support this feature.
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function applyFilters(QueryBuilder $queryBuilder, array $filters) {
|
protected function applyFilters(QueryBuilder $queryBuilder, array $filters) {
|
||||||
// TODO: Implement applyFilters() method.
|
// the parent class requires this method, but forms listing doesn't currently support this feature.
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function applyParameters(QueryBuilder $queryBuilder, array $parameters) {
|
protected function applyParameters(QueryBuilder $queryBuilder, array $parameters) {
|
||||||
// TODO: Implement applyParameters() method.
|
// the parent class requires this method, but forms listing doesn't currently support this feature.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user