Completed
Push — master ( 4ca358...1d56c8 )
by Xu
72:50 queued 33:03
created
src/grid/ActionColumn.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,10 +36,10 @@
 block discarded – undo
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', [
Please login to merge, or discard this patch.