Modifying readme

This commit is contained in:
Loann 2020-04-14 18:32:47 +02:00
parent 1f4d2894ed
commit bf5fc9e23a
1 changed files with 1 additions and 1 deletions

View File

@ -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'));