parent
27abbb59a0
commit
eeaf3a84e3
|
@ -26,12 +26,11 @@ class ActivityLogTable extends ZfQueryBasedTable
|
|||
/** @var BaseHtmlElement */
|
||||
protected $currentBody;
|
||||
|
||||
protected $searchColumns = array(
|
||||
protected $searchColumns = [
|
||||
'author',
|
||||
'object_name',
|
||||
'object_type',
|
||||
'action',
|
||||
);
|
||||
];
|
||||
|
||||
/** @var LocalTimeFormat */
|
||||
protected $timeFormat;
|
||||
|
|
Loading…
Reference in New Issue