Skip to content

Commit

Permalink
- remove doctrine
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Gopkalo committed Apr 6, 2016
1 parent cc57069 commit 87754e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Email/Send/EmailSendCheck.php
Expand Up @@ -3,7 +3,6 @@
namespace TonicHealthCheck\Check\Email\Send;

use DateTime;
use Doctrine\ORM\EntityManager;
use Swift_Mailer;
use Swift_Message;
use Swift_Mime_Message;
Expand Down Expand Up @@ -58,7 +57,6 @@ class EmailSendCheck extends AbstractEmailCheck
/**
* @param string $checkNode
* @param Swift_Mailer $mailer
* @param EntityManager $doctrine
* @param string $from
* @param string $toSubjects
* @param int $sendInterval
Expand Down

0 comments on commit 87754e4

Please sign in to comment.