Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
39 | public function setupListOperation() |
||
1 ignored issue
–
show
|
|||
40 | { |
||
41 | $this->crud->addColumn([ |
||
42 | 'name' => 'id', |
||
43 | 'type' => 'text', |
||
44 | 'label' => 'ID', |
||
45 | ]); |
||
46 | |||
47 | $this->crud->addColumn([ |
||
48 | 'name' => 'key', |
||
49 | 'type' => 'text', |
||
50 | 'label' => 'Key', |
||
51 | ]); |
||
64 |