@@ -3,11 +3,9 @@ |
||
3 | 3 | namespace NotificationChannels\Jusibe; |
4 | 4 | |
5 | 5 | use DomainException; |
6 | -use Unicodeveloper\Jusibe\Jusibe as JusibeClient; |
|
7 | 6 | use Illuminate\Notifications\Notification; |
8 | -use NotificationChannels\Jusibe\Events\SendingMessage; |
|
9 | -use NotificationChannels\Jusibe\Events\MessageWasSent; |
|
10 | 7 | use NotificationChannels\Jusibe\Exceptions\CouldNotSendNotification; |
8 | +use Unicodeveloper\Jusibe\Jusibe as JusibeClient; |
|
11 | 9 | |
12 | 10 | class JusibeChannel |
13 | 11 | { |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Jusibe; |
4 | 4 | |
5 | -use Illuminate\Support\Arr; |
|
6 | - |
|
7 | 5 | class JusibeMessage |
8 | 6 | { |
9 | 7 | /** |