Skip to content

Commit bc5489e

Browse files
authored
up ci
1 parent 9613a75 commit bc5489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grid/Exporters/CsvExporter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function export()
170170
$current = $column->fill($current);
171171
$this->grid->columnNames[] = $column->getName();
172172
});
173-
173+
174174
// Write title
175175
if (empty($titles)) {
176176
fputcsv($handle, $titles = $this->getVisiableTitles());

0 commit comments

Comments
 (0)