@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Sinergi\Emails\Attachments; |
4 | 4 | |
5 | -use Omnimail\Attachment; |
|
6 | 5 | use Omnimail\AttachmentInterface; |
7 | -use Omnimail\EmailInterface; |
|
8 | 6 | use PDO; |
9 | 7 | use Sinergi\Emails\Driver\MySQL; |
10 | 8 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Sinergi\Emails\Emails; |
4 | 4 | |
5 | -use Omnimail\Attachment; |
|
6 | 5 | use Omnimail\EmailInterface; |
7 | 6 | use PDO; |
8 | 7 | use Sinergi\Emails\Attachments\AttachmentsRepository; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Sinergi\Emails; |
4 | 4 | |
5 | -use Interop\Container\ContainerInterface; |
|
6 | 5 | use Omnimail\EmailInterface; |
7 | 6 | use Omnimail\EmailSenderInterface; |
8 | 7 | use PDO; |