Skip to content

Commit a4cf75a

Browse files
claudemyburghgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2978e5e commit a4cf75a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/EloquentDatatable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,10 @@ protected function getTableColumns(): array
109109
$columns = $builder->getColumnListing($table);
110110
$columnsWithType = collect($columns)->mapWithKeys(function ($item) use ($builder, $table) {
111111
$key = $builder->getColumnType($table, $item);
112+
112113
return [$item => $key];
113114
});
115+
114116
return $columnsWithType->toArray();
115117
}
116118

0 commit comments

Comments
 (0)