Skip to content

Commit

Permalink
Fix: ContainerAwareCommand deprecation for sf4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Herz3h committed Jun 18, 2021
1 parent 2266270 commit 5cace74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Command/PopulateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

namespace Bazinga\Bundle\FakerBundle\Command;

use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

/**
* @author William Durand <[email protected]>
*/
class PopulateCommand extends ContainerAwareCommand
class PopulateCommand extends Command
{
/**
* {@inheritDoc}
Expand Down

0 comments on commit 5cace74

Please sign in to comment.