Test Setup Failed
Push — master ( 36dfb6...c353f4 )
by eXeCUT
11:49
created
widgets/GridView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.