diff --git a/Command/DebugCommand.php b/Command/DebugCommand.php index 7c4d863b..16365bfd 100644 --- a/Command/DebugCommand.php +++ b/Command/DebugCommand.php @@ -11,7 +11,6 @@ namespace Symfony\Bundle\SwiftmailerBundle\Command; -use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; diff --git a/Command/NewEmailCommand.php b/Command/NewEmailCommand.php index 549853b5..b53a2a0b 100644 --- a/Command/NewEmailCommand.php +++ b/Command/NewEmailCommand.php @@ -11,7 +11,6 @@ namespace Symfony\Bundle\SwiftmailerBundle\Command; -use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; diff --git a/Command/SendEmailCommand.php b/Command/SendEmailCommand.php index 4ec90529..b76568e6 100644 --- a/Command/SendEmailCommand.php +++ b/Command/SendEmailCommand.php @@ -11,7 +11,6 @@ namespace Symfony\Bundle\SwiftmailerBundle\Command; -use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface;