Skip to content

Commit da759f0

Browse files
authored
Merge pull request #30 from eighty9nine/eighty9nine-patch-1
Fix BelongsToTable import bug
2 parents 8a68c62 + 8500bb9 commit da759f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExcelImportAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ExcelImportAction extends Action
1212
Concerns\HasFormActionHooks,
1313
Concerns\HasCustomCollectionMethod,
1414
Concerns\CanCustomiseActionSetup,
15-
Filament\Tables\Actions\Concerns\BelongsToTable;
15+
\Filament\Tables\Actions\Concerns\BelongsToTable;
1616

1717
protected string $importClass = DefaultImport::class;
1818

0 commit comments

Comments
 (0)