Skip to content

Commit

Permalink
StyleCI corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathdutton committed Dec 2, 2019
1 parent 82f49a9 commit 50012d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PusherChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace NotificationChannels\PusherPushNotifications;

use Pusher\Pusher;
use Illuminate\Events\Dispatcher;
use Illuminate\Notifications\Notification;
use Illuminate\Notifications\Events\NotificationFailed;
use Illuminate\Notifications\Notification;
use Pusher\Pusher;

class PusherChannel
{
Expand Down

0 comments on commit 50012d1

Please sign in to comment.