Skip to content

Commit

Permalink
Fix README providers array documetnation
Browse files Browse the repository at this point in the history
The `Mailjet\LaravelMailjet\MailjetMailServiceProvider`  class has been removed in the last release (#52).

So it doesn't required anaymore.
  • Loading branch information
jdecool authored Mar 2, 2022
1 parent 1878b0f commit 89a8c2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Please also set your email from address and name.
'providers' => [
...
Mailjet\LaravelMailjet\MailjetServiceProvider::class,
Mailjet\LaravelMailjet\MailjetMailServiceProvider::class,
...
]
```
Expand Down

0 comments on commit 89a8c2b

Please sign in to comment.