We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5e767 commit 5203e4fCopy full SHA for 5203e4f
src/Exports/DataTablesCollectionExport.php
@@ -14,7 +14,7 @@ abstract class DataTablesCollectionExport implements FromCollection, WithHeading
14
15
protected LazyCollection|Collection $collection;
16
17
- public function __construct(Collection|LazyCollection $collection = null)
+ public function __construct(Collection|LazyCollection|null $collection = null)
18
{
19
$this->collection = $collection ?? new Collection;
20
}
0 commit comments