Skip to content

Commit

Permalink
Merge branch 'master' of github.com:io-digital/clickatell
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Nicholson committed Feb 22, 2021
2 parents 75fba7c + da49927 commit 3e33b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ You can use the channel in your `via()` method inside the notification:

```php
use Illuminate\Notifications\Notification;
use NotificationChannels\Clickatell\ClickatellMessage;
use NotificationChannels\Clickatell\ClickatellChannel;
use IoDigital\Clickatell\ClickatellMessage;
use IoDigital\Clickatell\ClickatellChannel;

class AccountApproved extends Notification
{
Expand Down

0 comments on commit 3e33b6c

Please sign in to comment.