Skip to content

Commit

Permalink
queue the notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Dec 15, 2021
1 parent e0a30fb commit 9ea5317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Notifications/AbstractAlert.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
namespace TransformStudios\Uptime\Notifications;

use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Notifications\Notification;
use Statamic\Support\Arr;

abstract class AbstractAlert extends Notification
abstract class AbstractAlert extends Notification implements ShouldQueue
{
use Queueable;

Expand Down

0 comments on commit 9ea5317

Please sign in to comment.