@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace NotificationChannels\OneSignal; |
4 | 4 | |
5 | 5 | use Berkayk\OneSignal\OneSignalClient; |
6 | -use Psr\Http\Message\ResponseInterface; |
|
7 | 6 | use Illuminate\Notifications\Notification; |
8 | 7 | use NotificationChannels\OneSignal\Exceptions\CouldNotSendNotification; |
8 | +use Psr\Http\Message\ResponseInterface; |
|
9 | 9 | |
10 | 10 | class OneSignalChannel |
11 | 11 | { |
@@ -47,7 +47,6 @@ |
||
47 | 47 | /** |
48 | 48 | * @param mixed $notifiable |
49 | 49 | * @param \Illuminate\Notifications\Notification $notification |
50 | - * @param mixed $targeting |
|
51 | 50 | * |
52 | 51 | * @return array |
53 | 52 | */ |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace NotificationChannels\OneSignal\Traits\Categories; |
4 | 4 | |
5 | 5 | |
6 | -use NotificationChannels\OneSignal\OneSignalWebButton; |
|
7 | 6 | use NotificationChannels\OneSignal\OneSignalButton; |
7 | +use NotificationChannels\OneSignal\OneSignalWebButton; |
|
8 | 8 | |
9 | 9 | trait ButtonHelpers |
10 | 10 | { |