Skip to content

Commit 5203e4f

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint
1 parent df5e767 commit 5203e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exports/DataTablesCollectionExport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ abstract class DataTablesCollectionExport implements FromCollection, WithHeading
1414

1515
protected LazyCollection|Collection $collection;
1616

17-
public function __construct(Collection|LazyCollection $collection = null)
17+
public function __construct(Collection|LazyCollection|null $collection = null)
1818
{
1919
$this->collection = $collection ?? new Collection;
2020
}

0 commit comments

Comments
 (0)