Skip to content

Commit fc5a97e

Browse files
committed
SCA
1 parent f00cb26 commit fc5a97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/notifications/src/Http/Livewire/Tables/NotificationTable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ protected function filters(): array
6565
BooleanFilter::make(__('Enabled'), 'enabled'),
6666
SelectFilter::make(__('Type'), 'notification')
6767
->options(
68-
collect(NotificationRegistry::notifications()) // @phpstan-ignore-line
69-
->mapWithKeys(fn (string $notification): array => [$notification => $notification::$name])
68+
collect(NotificationRegistry::notifications())
69+
->mapWithKeys(fn (string $notification): array => [$notification => $notification::$name]) // @phpstan-ignore-line
7070
->toArray()
7171
),
7272
];

0 commit comments

Comments
 (0)