You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ class DocumentAssignedEmail extends Notification implements ShouldQueue
101
101
```
102
102
Batch_Notification_Event::makeOne(
103
103
Auth::user(), /* The notifiable model instance. This can be any Notifiable Eloquent model */
104
-
$document, /* The eventable instance you want to attach to the notification. All batch's eventables will be present on your notification constructor). This can be any Eloquent model. */
104
+
$document, /* The eventable instance you want to attach to the notification. All batch's eventables will be present on your notification constructor. This can be any Eloquent model. */
105
105
DocumentAssignedEmail::class, /* The fully qualified name of your notification class */
106
106
now()->addMinutes(2) /* The minimum interval that the notifiable model will be notified. In this example, the notifications will be sent every two minutes */
0 commit comments