|
|
@@ -35,7 +35,7 @@ class PushNotificationService
|
|
|
$message = CloudMessage::new()
|
|
|
->withNotification(Notification::create($notification->title(), $notification->body()))
|
|
|
->withAndroidConfig(AndroidConfig::fromArray([
|
|
|
- 'notification' => ['channel_id' => 'default'],
|
|
|
+ 'notification' => ['channel_id' => 'diaria'],
|
|
|
'priority' => 'high',
|
|
|
]));
|
|
|
|