File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 77use Illuminate \Support \Facades \Event ;
88use Illuminate \Support \ServiceProvider ;
99use YieldStudio \LaravelExpoNotifier \Commands \CheckTickets ;
10+ use YieldStudio \LaravelExpoNotifier \Commands \ClearSentNotifications ;
1011use YieldStudio \LaravelExpoNotifier \Commands \SendPendingNotifications ;
1112use YieldStudio \LaravelExpoNotifier \Contracts \ExpoNotificationsServiceInterface ;
1213use YieldStudio \LaravelExpoNotifier \Contracts \ExpoPendingNotificationStorageInterface ;
@@ -53,6 +54,7 @@ public function boot(): void
5354 $ this ->commands ([
5455 SendPendingNotifications::class,
5556 CheckTickets::class,
57+ ClearSentNotifications::class,
5658 ]);
5759
5860 if (config ('expo-notifications.automatically_delete_token ' , false )) {
You can’t perform that action at this time.
0 commit comments