Skip to content

Commit 237a639

Browse files
cs-fixer
1 parent 1c6e27a commit 237a639

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/Notifications/Admin/ExportExcelNotification.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ public function toDatabase(): array
7373
->seconds(5)
7474
->icon('heroicon-o-inbox-in')
7575
->actions([
76-
// Action::make('export_excel')
77-
// ->label(__('filament-excel::notifications.download_ready.download'))
78-
// ->url($this->generateURL(), shouldOpenInNewTab: true)
79-
// ->button()
80-
// ->close(),
76+
// Action::make('export_excel')
77+
// ->label(__('filament-excel::notifications.download_ready.download'))
78+
// ->url($this->generateURL(), shouldOpenInNewTab: true)
79+
// ->button()
80+
// ->close(),
8181
])
8282
->getDatabaseMessage();
8383
}

0 commit comments

Comments
 (0)