Completed
Push — master ( 400379...0b85b5 )
by Craig
58s
created
src/PostmarkTransport.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Coconuts\Mail;
4 4
 
5
-use Swift_MimePart;
6
-use Swift_Attachment;
7
-use Swift_Mime_SimpleMessage;
8 5
 use GuzzleHttp\ClientInterface;
9 6
 use Illuminate\Mail\Transport\Transport;
7
+use Swift_Attachment;
8
+use Swift_MimePart;
9
+use Swift_Mime_SimpleMessage;
10 10
 
11 11
 class PostmarkTransport extends Transport
12 12
 {
Please login to merge, or discard this patch.