Alexander Musikhin 1 mesiac pred
rodič
commit
e2dd1fb98d

+ 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