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.
1 parent 653a85b commit 330865cCopy full SHA for 330865c
src/PusherChannel.php
@@ -2,10 +2,10 @@
2
3
namespace NotificationChannels\PusherPushNotifications;
4
5
-use Pusher\Pusher;
6
use Illuminate\Events\Dispatcher;
7
-use Illuminate\Notifications\Notification;
8
use Illuminate\Notifications\Events\NotificationFailed;
+use Illuminate\Notifications\Notification;
+use Pusher\Pusher;
9
10
class PusherChannel
11
{
src/PusherPushNotificationsServiceProvider.php
@@ -2,8 +2,8 @@
use Illuminate\Support\ServiceProvider;
class PusherPushNotificationsServiceProvider extends ServiceProvider
0 commit comments