@@ -93,7 +93,7 @@ |
||
93 | 93 | { |
94 | 94 | return collect($notifications) |
95 | 95 | ->filter( |
96 | - fn (array $notification) => ! App::isProduction() || $notification['type'] !== NotificationType::$debug |
|
96 | + fn(array $notification) => ! App::isProduction() || $notification['type'] !== NotificationType::$debug |
|
97 | 97 | ) |
98 | 98 | ->values() |
99 | 99 | ->toArray(); |