diff --git a/src/Services/FCMService.php b/src/Services/FCMService.php index bb3a60b..dd9190e 100644 --- a/src/Services/FCMService.php +++ b/src/Services/FCMService.php @@ -128,10 +128,6 @@ class FCMService 'error', 'warning' => 'notifications_alerts', default => 'notifications_general', }, - 'priority' => match ($type) { - 'error' => 'HIGH', - default => 'NORMAL', - }, 'sound' => 'default', ], ],