Skip to content

Commit

Permalink
fix: set $records to Collection | Closure | null
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilst96 committed Jun 15, 2022
1 parent 58d6e44 commit f00f73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/ExportAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ExportAction extends BulkAction implements FromCollection, WithCustomChunk

protected ?string $model;

protected ?Collection $records;
protected Collection | Closure | null $records;

protected function setUp(): void
{
Expand Down

0 comments on commit f00f73a

Please sign in to comment.