Alexander Musikhin il y a 1 mois
Parent
commit
e2dd1fb98d
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Notifications/FireBaseNotification.php
  2. BIN
      public/logo.png

+ 1 - 1
app/Notifications/FireBaseNotification.php

@@ -36,7 +36,7 @@ class FireBaseNotification extends Notification
             'notification' => [
                 'title'    => 'Notification Title',
                 'body'     => 'Notification Body',
-                'image'    => '', // Optional image URL
+                'image'    => config('app.addr') . '/logo.png', // Optional image URL
             ],
         ];
     }

BIN
public/logo.png