Skip to content

Commit

Permalink
Merge pull request #44 from codinglabsau/master
Browse files Browse the repository at this point in the history
inject event contract rather concrete implementation
  • Loading branch information
jessarcher committed Jan 8, 2020
2 parents b1ea0f6 + 9913971 commit c798562
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,7 +2,7 @@

namespace NotificationChannels\PusherPushNotifications;

use Illuminate\Events\Dispatcher;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Notifications\Events\NotificationFailed;
use Illuminate\Notifications\Notification;
use Pusher\PushNotifications\PushNotifications;
Expand All @@ -16,7 +16,7 @@ class PusherChannel
protected $beamsClient;

/**
* @var \Illuminate\Events\Dispatcher
* @var \Illuminate\Contracts\Events\Dispatcher
*/
private $events;

Expand Down

0 comments on commit c798562

Please sign in to comment.