Skip to content

Commit 309c03e

Browse files
Merge pull request SpartnerNL#119 from bakhtawarshah/develop
Incorrect namespace of WithColumnWidths interface
2 parents 516336f + 8dade12 commit 309c03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.1/exports/column-formatting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ In some cases you might want more control over the actual column width instead o
129129
```php
130130
namespace App\Exports;
131131

132-
use Maatwebsite\Excel\Concerns\WithColumnWidth;
132+
use Maatwebsite\Excel\Concerns\WithColumnWidths;
133133

134134
class InvoicesExport implements WithColumnWidths
135135
{
@@ -190,4 +190,4 @@ class InvoicesExport implements WithStyles
190190
$sheet->getStyle('B2')->getFont()->setBold(true);
191191
}
192192
}
193-
```
193+
```

0 commit comments

Comments
 (0)