Skip to content

Commit 88a3412

Browse files
committed
remove unused imports
2 parents 4dcb22d + f655d3f commit 88a3412

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You must install the service provider:
3939
'providers' => [
4040
...
4141
NotificationChannels\PusherPushNotifications\PusherPushNotificationsServiceProvider::class,
42-
];
42+
],
4343
```
4444

4545
### Setting up your Pusher account

src/PusherChannel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
namespace NotificationChannels\PusherPushNotifications;
44

55
use NotificationChannels\PusherPushNotifications\Exceptions\CouldNotSendNotification;
6-
use NotificationChannels\PusherPushNotifications\Events\MessageWasSent;
7-
use NotificationChannels\PusherPushNotifications\Events\SendingMessage;
86
use Illuminate\Notifications\Notification;
97
use Pusher;
108

0 commit comments

Comments
 (0)