Modifying readme
This commit is contained in:
parent
1f4d2894ed
commit
bf5fc9e23a
|
@ -95,7 +95,7 @@ public function toTemplate($notifiable)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, send a notification for a user in your controller :
|
Finally, from your controller, send a notification for a user :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
User::find('user_id')->notify(new BMailNotification('template_id'));
|
User::find('user_id')->notify(new BMailNotification('template_id'));
|
||||||
|
|
Loading…
Reference in New Issue