@@ -36,10 +36,10 @@ |
||
36 | 36 | */ |
37 | 37 | protected function initDefaultButtons() |
38 | 38 | { |
39 | - $this->initDefaultButton('view', 'eye-open',[ |
|
39 | + $this->initDefaultButton('view', 'eye-open', [ |
|
40 | 40 | 'class' => 'btn btn-sm btn-primary', |
41 | 41 | ]); |
42 | - $this->initDefaultButton('update', 'pencil',[ |
|
42 | + $this->initDefaultButton('update', 'pencil', [ |
|
43 | 43 | 'class' => 'btn btn-sm btn-warning', |
44 | 44 | ]); |
45 | 45 | $this->initDefaultButton('delete', 'trash', [ |