Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Nov 3, 2024
1 parent 29e03ed commit 8d0da67
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 340 deletions.
7 changes: 7 additions & 0 deletions src/Notifications/AuthCodeNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ class AuthCodeNotification extends Notification implements ShouldQueue
{
use Queueable;

/**
* Delete the job if its models no longer exist.
*
* @var bool
*/
public $deleteWhenMissingModels = true;

/**
* The auth code instance.
*/
Expand Down
Loading

0 comments on commit 8d0da67

Please sign in to comment.