Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
minor #266 removed unused and deprecated ContainerAwareCommand usages…
Browse files Browse the repository at this point in the history
… (karser)

This PR was merged into the 3.2-dev branch.

Discussion
----------

removed unused and deprecated ContainerAwareCommand usages

Commits
-------

d888510 removed unused and deprecated ContainerAwareCommand usages
  • Loading branch information
fabpot committed Dec 10, 2018
2 parents bd47db8 + d888510 commit 597a029
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Command/DebugCommand.php
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion Command/NewEmailCommand.php
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion Command/SendEmailCommand.php
Expand Up @@ -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;
Expand Down

0 comments on commit 597a029

Please sign in to comment.