Skip to content

Commit

Permalink
Update ExportToExcel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencei authored Dec 27, 2018
1 parent 23b0d02 commit 45fe9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/ExportToExcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ protected function replaceFieldValuesWhenOnResource(Model $model, array $only =
if ($model->{$attribute}) {
$row[$attribute] = $model->{$attribute};
} else {
$row[$attribute] = '';
$row[$attribute] = '';
}
}

Expand Down

0 comments on commit 45fe9ef

Please sign in to comment.