Skip to content

Commit

Permalink
Merge pull request #13 from kamilst96/fix/filament-v2.13-collection
Browse files Browse the repository at this point in the history
Fix: Filament v2.13 $records wrong type
  • Loading branch information
pxlrbt authored Jun 16, 2022
2 parents 58d6e44 + f00f73a commit 453530a
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 453530a

Please sign in to comment.