Skip to content

Commit

Permalink
Update 09-export.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed May 17, 2024
1 parent 9c15b71 commit 15f2f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/actions/docs/07-prebuilt-actions/09-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To define the columns that can be exported, you need to override the `getColumns
```php
use Filament\Actions\Exports\ExportColumn;

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

0 comments on commit 15f2f47

Please sign in to comment.