Skip to content
Snippets Groups Projects
Commit 4a307d8b authored by Ayush Pandey's avatar Ayush Pandey Committed by Daniel Cothran
Browse files

Issue #3456913 by ayush.pandey, andileco: Access level to...

Issue #3456913 by ayush.pandey, andileco: Access level to Drupal\domain_access_search_api\Plugin\views\filter\DomainAccessSearchApiCurrentAllFilter::operators() must be public
parent 5696bae7
Branches 1.0.x
Tags 1.0.5
1 merge request!8Issue-3456913: Operators protected.
Pipeline #211766 passed with warnings
......@@ -33,7 +33,7 @@ class DomainAccessSearchApiCurrentAllFilter extends BooleanOperator {
/**
* {@inheritdoc}
*/
protected function operators() {
public function operators() {
return [];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment