Alexander Musikhin hace 1 mes
padre
commit
e2dd1fb98d
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  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