ObjectsTable: style

This commit is contained in:
Thomas Gelf 2019-09-11 22:40:56 +02:00
parent 4a070d5ba7
commit 73227bda0f
1 changed files with 4 additions and 4 deletions

View File

@ -170,10 +170,10 @@ class ObjectsTable extends ZfQueryBasedTable
return $tr;
}
protected function getRowClasses()
{
return [];
}
protected function getRowClasses($row)
{
return [];
}
protected function applyObjectTypeFilter(ZfSelect $query)
{