Skip to content

Commit

Permalink
Merge pull request #12835 from lukeholder/patch-1
Browse files Browse the repository at this point in the history
Docs: Added `static` to example `Importer::getColumns()` method
  • Loading branch information
danharrin authored May 17, 2024
2 parents 6d67f49 + dd9fbb9 commit 9c15b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/actions/docs/07-prebuilt-actions/08-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To define the columns that can be imported, you need to override the `getColumns
```php
use Filament\Actions\Imports\ImportColumn;

public function getColumns(): array
public static function getColumns(): array
{
return [
ImportColumn::make('name')
Expand Down

0 comments on commit 9c15b71

Please sign in to comment.