Skip to content

Commit

Permalink
Fixed double blockquote (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenpaauw authored and patrickbrouwers committed Aug 28, 2016
1 parent d3fdd39 commit b5c9115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/export/array.md
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ By default 0 is shown as an empty cell. If you want to change this behaviour, yo
// Will show 0 as 0
$sheet->fromArray($data, null, 'A1', true);

>> To change the default behaviour, you can use `excel::export.sheets.strictNullComparison` config setting.
> To change the default behaviour, you can use `excel::export.sheets.strictNullComparison` config setting.
## Eloquent model

0 comments on commit b5c9115

Please sign in to comment.