Completed
Push — master ( e5e129...73cdcc )
by Vaibhavraj
01:47
created
src/FlockMessage.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 namespace NotificationChannels\Flock;
4
-use NotificationChannels\Flock\Exceptions\CouldNotSendNotification;
5 4
 use Closure;
5
+use NotificationChannels\Flock\Exceptions\CouldNotSendNotification;
6 6
 
7 7
 class FlockMessage
8 8
 {
Please login to merge, or discard this patch.