Modifying readme

This commit is contained in:
2020-04-14 18:32:47 +02:00
parent 1f4d2894ed
commit bf5fc9e23a

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
User::find('user_id')->notify(new BMailNotification('template_id'));