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 b1ea0f6 + 9913971 commit c798562Copy full SHA for c798562
src/PusherChannel.php
@@ -2,7 +2,7 @@
2
3
namespace NotificationChannels\PusherPushNotifications;
4
5
-use Illuminate\Events\Dispatcher;
+use Illuminate\Contracts\Events\Dispatcher;
6
use Illuminate\Notifications\Events\NotificationFailed;
7
use Illuminate\Notifications\Notification;
8
use Pusher\PushNotifications\PushNotifications;
@@ -16,7 +16,7 @@ class PusherChannel
16
protected $beamsClient;
17
18
/**
19
- * @var \Illuminate\Events\Dispatcher
+ * @var \Illuminate\Contracts\Events\Dispatcher
20
*/
21
private $events;
22
0 commit comments