Skip to content

Commit 15650f3

Browse files
committed
StyleCI
1 parent c5beca2 commit 15650f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/DataTableAbstract.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ abstract class DataTableAbstract implements DataTable, Arrayable, Jsonable
4949
* @var array
5050
*/
5151
protected $columnDef = [
52-
'index' => false,
53-
'append' => [],
54-
'edit' => [],
55-
'filter' => [],
56-
'order' => [],
57-
'only' => null,
52+
'index' => false,
53+
'append' => [],
54+
'edit' => [],
55+
'filter' => [],
56+
'order' => [],
57+
'only' => null,
5858
'make_hidden' => [],
5959
];
6060

0 commit comments

Comments
 (0)