Skip to content

Commit

Permalink
Merge pull request #3 from sebastiandedeyne/patch-1
Browse files Browse the repository at this point in the history
Service provider namespace fix
  • Loading branch information
freekmurze authored Aug 16, 2016
2 parents d828d92 + ffc6b83 commit 0bcb535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You must install the service provider:
// config/app.php
'providers' => [
...
NotificationChannels\OneSignal\LobServiceProvider::class,
NotificationChannels\Lob\LobServiceProvider::class,
],
```

Expand Down

0 comments on commit 0bcb535

Please sign in to comment.