Skip to content

Commit 5caf8e6

Browse files
author
Lucas Romano
committed
Quick fix
1 parent 7f5b1b8 commit 5caf8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class DocumentAssignedEmail extends Notification implements ShouldQueue
101101
```
102102
Batch_Notification_Event::makeOne(
103103
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. */
105105
DocumentAssignedEmail::class, /* The fully qualified name of your notification class */
106106
now()->addMinutes(2) /* The minimum interval that the notifiable model will be notified. In this example, the notifications will be sent every two minutes */
107107
);

0 commit comments

Comments
 (0)