We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dcb22d + f655d3f commit 88a3412Copy full SHA for 88a3412
README.md
@@ -39,7 +39,7 @@ You must install the service provider:
39
'providers' => [
40
...
41
NotificationChannels\PusherPushNotifications\PusherPushNotificationsServiceProvider::class,
42
-];
+],
43
```
44
45
### Setting up your Pusher account
src/PusherChannel.php
@@ -3,8 +3,6 @@
3
namespace NotificationChannels\PusherPushNotifications;
4
5
use NotificationChannels\PusherPushNotifications\Exceptions\CouldNotSendNotification;
6
-use NotificationChannels\PusherPushNotifications\Events\MessageWasSent;
7
-use NotificationChannels\PusherPushNotifications\Events\SendingMessage;
8
use Illuminate\Notifications\Notification;
9
use Pusher;
10
0 commit comments