From d88851006c7e77c46256a544f342a0c74c5f4f82 Mon Sep 17 00:00:00 2001 From: karser Date: Mon, 10 Dec 2018 15:14:34 +0200 Subject: [PATCH] removed unused and deprecated ContainerAwareCommand usages --- Command/DebugCommand.php | 1 - Command/NewEmailCommand.php | 1 - Command/SendEmailCommand.php | 1 - 3 files changed, 3 deletions(-) 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;