@@ -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; |
@@ -57,12 +57,12 @@ |
||
57 | 57 | $subject, |
58 | 58 | $template |
59 | 59 | ){ |
60 | - $this->mailer = $mailer; |
|
61 | - $this->templating = $templating; |
|
62 | - $this->from = $from; |
|
63 | - $this->to = $to; |
|
64 | - $this->subject = $subject; |
|
65 | - $this->template = $template; |
|
60 | + $this->mailer = $mailer; |
|
61 | + $this->templating = $templating; |
|
62 | + $this->from = $from; |
|
63 | + $this->to = $to; |
|
64 | + $this->subject = $subject; |
|
65 | + $this->template = $template; |
|
66 | 66 | } |
67 | 67 | |
68 | 68 | /** |