mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
QueryBasedTables: make search() public
This commit is contained in:
parent
b790c7410a
commit
6d139752fe
@ -74,7 +74,7 @@ abstract class QueryBasedTable extends Table implements Countable
|
||||
return $this->searchColumns;
|
||||
}
|
||||
|
||||
protected function search($search)
|
||||
public function search($search)
|
||||
{
|
||||
if (! empty($search)) {
|
||||
$query = $this->getQuery();
|
||||
|
@ -67,7 +67,7 @@ abstract class ZfQueryBasedTable extends QueryBasedTable
|
||||
return $this;
|
||||
}
|
||||
|
||||
protected function search($search)
|
||||
public function search($search)
|
||||
{
|
||||
if (! empty($search)) {
|
||||
$query = $this->getQuery();
|
||||
|
Loading…
x
Reference in New Issue
Block a user