@@ -2,12 +2,12 @@ |
||
| 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 | { |