Skip to content

Commit 88a837b

Browse files
cs-fixer
1 parent d6011af commit 88a837b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Resources/DonationResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public static function table(Table $table): Table
150150
])
151151
->defaultSort('created_at', 'desc')
152152
->headerActions([
153-
ExportAction::make('download')
153+
ExportAction::make('download'),
154154
])
155155
->actions([
156156
ViewAction::make()->iconButton(),

0 commit comments

Comments
 (0)