Skip to content

Commit 13f78d8

Browse files
authored
Merge pull request #24 from natino45/patch-1
Add afterValidationMutator property
2 parents eebc3ca + 0b7dc87 commit 13f78d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DefaultImport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class DefaultImport implements ToCollection, WithHeadingRow
1313

1414
protected ?Closure $collectionMethod = null;
1515

16+
protected ?Closure $afterValidationMutator = null;
17+
1618
public function __construct(
1719
public string $model,
1820
public array $attributes = []

0 commit comments

Comments
 (0)