Skip to content

Commit c6910fd

Browse files
fix php code preview for multiple headings
1 parent 1527850 commit c6910fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

3.1/exports/mapping.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class InvoicesExport implements FromQuery, WithHeadings
5151

5252
If you need to have multiple heading rows, you can return multiple rows from the `headings()` method:
5353

54-
```
54+
5555
```php
5656

5757
use Maatwebsite\Excel\Concerns\FromQuery;
@@ -68,4 +68,3 @@ class InvoicesExport implements FromQuery, WithHeadings
6868
}
6969
}
7070
```
71-
``

0 commit comments

Comments
 (0)