Completed
Branch master (2720d7)
by PROSPER
06:17
created
src/JusibeChannel.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/JusibeMessage.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Jusibe;
4 4
 
5
-use Illuminate\Support\Arr;
6
-
7 5
 class JusibeMessage
8 6
 {
9 7
     /**
Please login to merge, or discard this patch.