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.
2 parents 8a68c62 + 8500bb9 commit da759f0Copy full SHA for da759f0
src/ExcelImportAction.php
@@ -12,7 +12,7 @@ class ExcelImportAction extends Action
12
Concerns\HasFormActionHooks,
13
Concerns\HasCustomCollectionMethod,
14
Concerns\CanCustomiseActionSetup,
15
- Filament\Tables\Actions\Concerns\BelongsToTable;
+ \Filament\Tables\Actions\Concerns\BelongsToTable;
16
17
protected string $importClass = DefaultImport::class;
18
0 commit comments