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