feat: stats
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace App\Notifications;
|
||||
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Notifications\Messages\MailMessage;
|
||||
use Illuminate\Notifications\Notification;
|
||||
|
||||
@@ -39,11 +38,12 @@ class TestNotification extends Notification
|
||||
->action('Notification Action', url('/'))
|
||||
->line('Thank you for using our application!');
|
||||
}
|
||||
|
||||
public function toExpoPush($notifiable)
|
||||
{
|
||||
return [
|
||||
'title' => 'Test',
|
||||
'body' => 'Notification depuis Laravel API',
|
||||
'body' => 'Notification test depuis Laravel API',
|
||||
'data' => ['test' => true],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user