Browse Source

added logo

Alexander Musikhin 1 tháng trước cách đây
mục cha
commit
e2dd1fb98d
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  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