@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Itkg\DelayEventBundle\Command; |
4 | 4 | |
5 | 5 | use Itkg\DelayEventBundle\Handler\LockHandlerInterface; |
6 | -use Itkg\DelayEventBundle\Model\Event; |
|
7 | 6 | use Itkg\DelayEventBundle\Model\Lock; |
8 | 7 | use Itkg\DelayEventBundle\Processor\EventProcessor; |
9 | 8 | use Itkg\DelayEventBundle\Repository\EventRepository; |
@@ -51,11 +51,11 @@ |
||
51 | 51 | $to, |
52 | 52 | $subject |
53 | 53 | ){ |
54 | - $this->mailer = $mailer; |
|
55 | - $this->templating = $templating; |
|
56 | - $this->from = $from; |
|
57 | - $this->to = $to; |
|
58 | - $this->subject = $subject; |
|
54 | + $this->mailer = $mailer; |
|
55 | + $this->templating = $templating; |
|
56 | + $this->from = $from; |
|
57 | + $this->to = $to; |
|
58 | + $this->subject = $subject; |
|
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |