Completed
Pull Request — master (#18)
by Mark van den
01:38
created
src/PostmarkTransport.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 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;
5
+use Coconuts\Mail\Exceptions\PostmarkException;
8 6
 use GuzzleHttp\ClientInterface;
9 7
 use Illuminate\Mail\Transport\Transport;
10
-use Coconuts\Mail\Exceptions\PostmarkException;
8
+use Swift_Attachment;
9
+use Swift_MimePart;
10
+use Swift_Mime_SimpleMessage;
11 11
 
12 12
 class PostmarkTransport extends Transport
13 13
 {
Please login to merge, or discard this patch.