@@ -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 | /** |
@@ -4,15 +4,12 @@ |
||
| 4 | 4 | |
| 5 | 5 | use DateInterval; |
| 6 | 6 | use Itkg\DelayEventBundle\Document\Lock; |
| 7 | -use Itkg\DelayEventBundle\Handler\LockHandlerInterface; |
|
| 8 | 7 | use Itkg\DelayEventBundle\Notifier\NotifierInterface; |
| 9 | -use Itkg\DelayEventBundle\Repository\EventRepository; |
|
| 10 | 8 | use Itkg\DelayEventBundle\Repository\LockRepository; |
| 11 | 9 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
| 12 | 10 | use Symfony\Component\Console\Input\InputArgument; |
| 13 | 11 | use Symfony\Component\Console\Input\InputInterface; |
| 14 | 12 | use Symfony\Component\Console\Output\OutputInterface; |
| 15 | -use Symfony\Component\Filesystem\LockHandler; |
|
| 16 | 13 | |
| 17 | 14 | /** |
| 18 | 15 | * Class LoggerStateChannelCommand |