@@ -31,7 +31,7 @@ |
||
| 31 | 31 | public function init() |
| 32 | 32 | { |
| 33 | 33 | $this->toolbar = $this->getToolbarConfig(); |
| 34 | - $this->rowOptions = function ($row) { |
|
| 34 | + $this->rowOptions = function($row) { |
|
| 35 | 35 | return [ |
| 36 | 36 | 'class' => 'link-row', |
| 37 | 37 | 'data-id' => $row->primaryKey, |