Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | protected function getColumns(): array |
||
28 | { |
||
29 | return [ |
||
30 | 'name' => ['title' => trans('cortex/statistics::common.name'), 'responsivePriority' => 0], |
||
31 | 'kind' => ['title' => trans('cortex/statistics::common.kind')], |
||
32 | 'family' => ['title' => trans('cortex/statistics::common.family')], |
||
33 | 'version' => ['title' => trans('cortex/statistics::common.version')], |
||
34 | 'count' => ['title' => trans('cortex/statistics::common.count')], |
||
35 | ]; |
||
36 | } |
||
37 | } |
||
38 |