This commit is contained in:
Maxime Renou 2020-05-12 17:17:26 +02:00
parent 039beded65
commit 98011bf5da
1 changed files with 1 additions and 3 deletions

View File

@ -9,8 +9,7 @@ First in your composer.json, add:
```
"require": {
"bluescale/laravel-bmail": "dev-master"
}
},
"repositories": [
{
"type": "vcs",
@ -85,7 +84,6 @@ public function toTemplate($notifiable)
The $notifiable is automaticaly added as recipient.
In your controller, you can now send your template:
```php