Skip to content

Commit

Permalink
Fix the bug cannot access protected property $tries
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Sep 8, 2022
1 parent 21d0317 commit 97bf545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Notification extends BaseNotification implements ShouldQueue
{
use Queueable;

protected int $tries;
public int $tries;

/**
* Create a new notification instance.
Expand Down

0 comments on commit 97bf545

Please sign in to comment.