Completed
Push — master ( 544e47...c5b25a )
by Alex
18s
created
src/http/datatables/StatusDataTable.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -62,10 +62,10 @@
 block discarded – undo
62 62
     {
63 63
         return [
64 64
             Column::computed('action')
65
-                  ->exportable(false)
66
-                  ->printable(false)
67
-                  ->width(60)
68
-                  ->addClass('text-center'),
65
+                    ->exportable(false)
66
+                    ->printable(false)
67
+                    ->width(60)
68
+                    ->addClass('text-center'),
69 69
             Column::make('id'),
70 70
             Column::make('add your columns'),
71 71
             Column::make('created_at'),
Please login to merge, or discard this patch.