Skip to content

Commit 330865c

Browse files
authored
chore: apply style fixes (laravel-notification-channels#43)
1 parent 653a85b commit 330865c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/PusherChannel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace NotificationChannels\PusherPushNotifications;
44

5-
use Pusher\Pusher;
65
use Illuminate\Events\Dispatcher;
7-
use Illuminate\Notifications\Notification;
86
use Illuminate\Notifications\Events\NotificationFailed;
7+
use Illuminate\Notifications\Notification;
8+
use Pusher\Pusher;
99

1010
class PusherChannel
1111
{

src/PusherPushNotificationsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\PusherPushNotifications;
44

5-
use Pusher\Pusher;
65
use Illuminate\Support\ServiceProvider;
6+
use Pusher\Pusher;
77

88
class PusherPushNotificationsServiceProvider extends ServiceProvider
99
{

0 commit comments

Comments
 (0)